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"));
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"));
}
.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
.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
.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>
-