summaryrefslogtreecommitdiffstats
path: root/utils/mount/mount.nfs.man
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2007-08-09 17:36:56 -0400
committerNeil Brown <neilb@suse.de>2007-08-10 11:48:11 +1000
commitaaec79d4e3a1337dde561084445cd4a4e1857da9 (patch)
treedc1debd4f946f0121f90f43e8f26c80386dcf999 /utils/mount/mount.nfs.man
parentff82d8688cd096f3983532e8aa5cbfe46780d45a (diff)
downloadnfs-utils-aaec79d4e3a1337dde561084445cd4a4e1857da9.tar.gz
nfs-utils-aaec79d4e3a1337dde561084445cd4a4e1857da9.tar.xz
nfs-utils-aaec79d4e3a1337dde561084445cd4a4e1857da9.zip
mount.nfs: Update the mount.nfs(8) man page
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>
Diffstat (limited to 'utils/mount/mount.nfs.man')
-rw-r--r--utils/mount/mount.nfs.man27
1 files changed, 8 insertions, 19 deletions
diff --git a/utils/mount/mount.nfs.man b/utils/mount/mount.nfs.man
index 231e04f..624358c 100644
--- a/utils/mount/mount.nfs.man
+++ b/utils/mount/mount.nfs.man
@@ -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>
-