diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 06:39:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 06:39:41 +0000 |
commit | 797cd5a56f9ad718cee3f29b1d76f90179197309 (patch) | |
tree | 4079257baca351e869a45648f0b87c0dfd4fe4ca /sbin | |
parent | 672b6272b68664323e61a94849b7cba009cfa663 (diff) |
-P is only for backwards compat
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index e32c026ace5..0c2e45ee408 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.2 1996/03/21 00:16:02 niklas Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.3 1996/06/10 06:39:40 deraadt Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -106,12 +106,9 @@ Used with NQNFS to set the lease term to the specified number of seconds. Only use this argument for mounts with a large round trip delay. Values are normally in the 10-30 second range. .It Fl P -Use a reserved socket port number. -This is useful for mounting servers that require clients to use a -reserved port number on the mistaken belief that this makes NFS -more secure. (For the rare case where the client has a trusted root account -but untrusworthy users and the network cables are in secure areas this does -help, but for normal desktop clients this does not apply.) +The kernel always uses a reserved port number to communicate with +clients. This option is ignored, and exists solely for compatibility +with older systems. .It Fl R Set the retry count for doing the mount to the specified value. .It Fl T |