aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mount_nfs.8
diff options
context:
space:
mode:
authorKarl Strickland <karl@FreeBSD.org>1995-06-14 17:41:04 +0000
committerKarl Strickland <karl@FreeBSD.org>1995-06-14 17:41:04 +0000
commitbc2cfd713102edb487362be1bf5493bcb924194a (patch)
tree7699428c6b6de9dc9a5988c4ca875d2890272ee4 /sbin/mount_nfs/mount_nfs.8
parentafbc52c4dc709604e243e591e8b1c91c33c00c87 (diff)
downloadsrc-bc2cfd713102edb487362be1bf5493bcb924194a.tar.gz
src-bc2cfd713102edb487362be1bf5493bcb924194a.zip
Added -o port option. Use specified port number for NFS requests. The default
is to query the portmapper for the NFS port. This is useful for CFS users.
Notes
Notes: svn path=/head/; revision=9230
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.8')
-rw-r--r--sbin/mount_nfs/mount_nfs.86
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8
index decac6efefed..0209b49f3854 100644
--- a/sbin/mount_nfs/mount_nfs.8
+++ b/sbin/mount_nfs/mount_nfs.8
@@ -160,6 +160,12 @@ flag followed by a comma separated string of options.
See the
.Xr mount 8
man page for possible options and their meanings.
+The following NFS specific option is also available:
+.Bl -tag -width indent
+.It port=<port_number>
+Use specified port number for NFS requests.
+The default is to query the portmapper for the NFS port.
+.El
.It Fl q
Use the leasing extensions to the protocol to maintain cache consistency.
This protocol, referred to as Not Quite Nfs (NQNFS),