Module Name: src
Committed By: joerg
Date: Wed Apr 8 13:12:20 UTC 2009
Modified Files:
src/sbin/mount_nfs: mount_nfs.8
Log Message:
Fix string literals.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sbin/mount_nfs/mount_nfs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_nfs/mount_nfs.8
diff -u src/sbin/mount_nfs/mount_nfs.8:1.37 src/sbin/mount_nfs/mount_nfs.8:1.38
--- src/sbin/mount_nfs/mount_nfs.8:1.37 Sun Jan 11 20:22:41 2009
+++ src/sbin/mount_nfs/mount_nfs.8 Wed Apr 8 13:12:20 2009
@@ -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 @@
.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 @@
.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 @@
.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 @@
.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