aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-10-22 21:56:58 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-10-22 21:56:58 +0000
commitf9dc19265eb9ad112258181f6324f1f571e297fa (patch)
tree8df042fba971c9ccdfeef65422e2843f889a8505 /sbin/mount_nfs
parent0b6471c9a2edffae350b3b7c257bf087b0dd6067 (diff)
downloadsrc-f9dc19265eb9ad112258181f6324f1f571e297fa.tar.gz
src-f9dc19265eb9ad112258181f6324f1f571e297fa.zip
Mention the historic mount options, as `deprecated'.
Closes PR # docs/735.
Notes
Notes: svn path=/head/; revision=19112
Diffstat (limited to 'sbin/mount_nfs')
-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 6e9f5c183965..5048d4af2729 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),