]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
mount.nfs: Update the mount.nfs(8) man page
authorChuck Lever <chuck.lever@oracle.com>
Thu, 9 Aug 2007 21:36:56 +0000 (17:36 -0400)
committerNeil Brown <neilb@suse.de>
Fri, 10 Aug 2007 01:48:11 +0000 (11:48 +1000)
Account for recent changes to the mount.nfs command.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/mount/mount.c
utils/mount/mount.nfs.man

index a2325196160067ef6129fe15da05543cf414558b..94435c88030c3e91b6123cb4924acf124cfc677a 100644 (file)
@@ -270,7 +270,7 @@ fail_unlock:
 
 void mount_usage(void)
 {
-       printf(_("usage: %s remotetarget dir [-rvVwfnh] [-o nfsoptions]\n"),
+       printf(_("usage: %s remotetarget dir [-rvVwfnsh] [-o nfsoptions]\n"),
                progname);
        printf(_("options:\n"));
        printf(_("\t-r\t\tMount file system readonly\n"));
@@ -279,7 +279,7 @@ void mount_usage(void)
        printf(_("\t-w\t\tMount file system read-write\n"));
        printf(_("\t-f\t\tFake mount, do not actually mount\n"));
        printf(_("\t-n\t\tDo not update /etc/mtab\n"));
-       printf(_("\t-s\t\tTolerate sloppy mount options rather than failing.\n"));
+       printf(_("\t-s\t\tTolerate sloppy mount options rather than fail\n"));
        printf(_("\t-h\t\tPrint this help\n"));
        printf(_("\tnfsoptions\tRefer to mount.nfs(8) or nfs(5)\n\n"));
 }
index 231e04f70efb0d8d9a91fe1b68d8a1b0c7ea37fb..624358ccdf78db00235d35c01420fff6f22f7418 100644 (file)
@@ -3,7 +3,7 @@
 .SH NAME
 mount.nfs, mount.nfs4 \- mount a Network File System
 .SH SYNOPSIS
-.BI "mount.nfs" " remotetarget dir" " [\-rvVwfnh ] [\-t " version "] [\-o " options "]
+.BI "mount.nfs" " remotetarget dir" " [\-rvVwfnsh ] [\-o " options "]
 .SH DESCRIPTION
 .BR mount.nfs
 is a part of 
@@ -49,27 +49,17 @@ By default, an entry is created in
 .I /etc/mtab 
 for every mounted file system. Use this option to skip making an entry.
 .TP
+.BI "\-s"
+Tolerate sloppy mount options rather than fail.
+.TP
 .BI "\-h"
 Print help message.
 .TP
-.BI "version"
-Specify NFS file system version. Either
-.BR nfs4 
-or 
-.BR nfs.
-If the command is 
-.BR mount.nfs4 
-or the 
-.I vfstype 
-option of 
-.BR mount(8) 
-command is nfs4, then version 4 is used, else version 3 or 2 is used.
-.TP
 .BI "nfsoptions"
 Refer to 
-.BR nfs(5)
+.BR nfs (5)
 or
-.BR mount(8) 
+.BR mount (8) 
 manual pages.
 
 .SH NOTE
@@ -92,9 +82,8 @@ table of mounted file systems
 .BR nfs (5),
 .BR mount (8),
 
-.SH BUGS
-Please notify current developers of NFS of any bugs in the current software or mail nfs@lists.sourceforge.net
+.SH "BUGS"
+Please notify nfs@lists.sourceforge.net of any bugs found in this software.
 
 .SH "AUTHOR"
 Amit Gud <agud@redhat.com>
-