summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-10-22 21:56:58 +0000
committerjoerg <joerg@FreeBSD.org>1996-10-22 21:56:58 +0000
commit716fcd711804c413d622869d5e99f2fd11e6d680 (patch)
tree8df042fba971c9ccdfeef65422e2843f889a8505 /sbin
parentc91e5c56fddfb108e17b163e94c55db69f9fd58f (diff)
downloadFreeBSD-src-716fcd711804c413d622869d5e99f2fd11e6d680.zip
FreeBSD-src-716fcd711804c413d622869d5e99f2fd11e6d680.tar.gz
Mention the historic mount options, as `deprecated'.
Closes PR # docs/735.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_nfs/mount_nfs.849
1 files changed, 49 insertions, 0 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index 6e9f5c1..5048d4a 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -31,6 +31,8 @@
.\"
.\" @(#)mount_nfs.8 8.2 (Berkeley) 3/27/94
.\"
+.\" $Id$
+.\""
.Dd March 27, 1994
.Dt MOUNT_NFS 8
.Os BSD 4.4
@@ -176,6 +178,53 @@ The following NFS specific option is also available:
Use specified port number for NFS requests.
The default is to query the portmapper for the NFS port.
.El
+.Pp
+.Bl -tag -width "dumbtimerXX"
+\fBHistoric \&-o options\fR
+.Pp
+Use of these options is deprecated, they are only mentioned here for
+compatibility with historic versions of
+.Nm mount_nfs .
+.It bg
+Same as
+.Fl b .
+.It conn
+Same as
+.Fl c .
+.It dumbtimer
+Same as
+.Fl d .
+.It intr
+Same as
+.Fl i .
+.It kerb
+Same as
+.Fl K .
+.It nfsv3
+Same as
+.Fl 3 .
+.It rdirplus
+Same as
+.Fl l .
+.It mntudp
+Same as
+.Fl U .
+.It resvport
+Same as
+.Fl P .
+.It seqpacket
+Same as
+.Fl p .
+.It nqnfs
+Same as
+.Fl q .
+.It soft
+Same as
+.Fl s .
+.It tcp
+Same as
+.Fl T.
+.El
.It Fl q
Use the leasing extensions to the NFS Version 3 protocol to maintain cache consistency.
This protocol Version 2, referred to as Not Quite Nfs (NQNFS),
OpenPOWER on IntegriCloud