Fix string literals.

This commit is contained in:
joerg 2009-04-08 13:12:20 +00:00
parent 74142f8859
commit f558fc74ff
1 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mount_nfs.8,v 1.37 2009/01/11 20:22:41 pooka Exp $
.\" $NetBSD: mount_nfs.8,v 1.38 2009/04/08 13:12:20 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994, 1995
.\" The Regents of the University of California. All rights reserved.
@ -384,15 +384,15 @@ The simplest way to invoke
.Nm
is with a command like:
.Pp
.Dl "mount remotehost:/filesystem /localmountpoint
.Dl "mount remotehost:/filesystem /localmountpoint"
or:
.Dl "mount -t nfs remotehost:/filesystem /localmountpoint
.Dl "mount -t nfs remotehost:/filesystem /localmountpoint"
.Pp
It is also possible to automatically mount filesystems at boot from your
.Pa /etc/fstab
by using a line like:
.Pp
.Dl "remotehost:/home /home nfs rw 0 0
.Dl "remotehost:/home /home nfs rw 0 0"
.Sh PERFORMANCE
As can be derived from the comments accompanying the options, performance
tuning of
@ -474,7 +474,7 @@ Some common problems with
.Nm
can be difficult for first time users to understand.
.Pp
.Dl "mount_nfs: can't access /foo: Permission denied
.Dl "mount_nfs: can't access /foo: Permission denied"
.Pp
This message means that the remote host, is either not exporting
the filesystem you requested, or is not exporting it to your host.
@ -496,7 +496,7 @@ option.
.Pp
The following error:
.Pp
.Dl "NFS Portmap: RPC: Program not registered
.Dl "NFS Portmap: RPC: Program not registered"
.Pp
means that the remote host is not running
.Xr mountd 8 .
@ -509,17 +509,17 @@ the command:
.Pp
If the remote host is running nfsd, and mountd, it would display:
.Pp
.Dl "100005 3 udp 719 mountd
.Dl "100005 1 tcp 720 mountd
.Dl "100005 3 tcp 720 mountd
.Dl "100003 2 udp 2049 nfs
.Dl "100003 3 udp 2049 nfs
.Dl "100003 2 tcp 2049 nfs
.Dl "100003 3 tcp 2049 nfs
.Dl "100005 3 udp 719 mountd"
.Dl "100005 1 tcp 720 mountd"
.Dl "100005 3 tcp 720 mountd"
.Dl "100003 2 udp 2049 nfs"
.Dl "100003 3 udp 2049 nfs"
.Dl "100003 2 tcp 2049 nfs"
.Dl "100003 3 tcp 2049 nfs"
.Pp
The error:
.Pp
.Dl "mount_nfs: can't get net id for host
.Dl "mount_nfs: can't get net id for host"
.Pp
indicates that
.Nm