diff options
author | 1996-06-10 06:39:40 +0000 | |
---|---|---|
committer | 1996-06-10 06:39:40 +0000 | |
commit | a1e764a637d52157347ce4b154c488ec1fef3a0b (patch) | |
tree | 55b8c79d11cf8838d02d9d16ad881acf9855ca19 | |
parent | add newfs_msdos (from freebsd); does not know how to make non-floppy filesystems yet (diff) | |
download | wireguard-openbsd-a1e764a637d52157347ce4b154c488ec1fef3a0b.tar.xz wireguard-openbsd-a1e764a637d52157347ce4b154c488ec1fef3a0b.zip |
-P is only for backwards compat
-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 |