summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/mount/mount.c4
-rw-r--r--utils/mount/mount.nfs.man27
2 files changed, 10 insertions, 21 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index a232519..94435c8 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -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"));
}
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>
-