diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-05-11 00:38:58 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-05-11 00:38:58 +0000 |
commit | 401cae2acb2bf79483560a79643ce259eab335ab (patch) | |
tree | a97c7044474479f11096d2e2c3f2028bd85eb7b0 /sbin/mount_nfs | |
parent | e27601698d5f9982352a16d9fd5c32c9cf63e049 (diff) | |
download | FreeBSD-src-401cae2acb2bf79483560a79643ce259eab335ab.zip FreeBSD-src-401cae2acb2bf79483560a79643ce259eab335ab.tar.gz |
Remove remnants of the -p option. While I'm here, remove wording about
-P which could be interpreted as 'this option must be specified'.
PR: 37221 && 51886
Discussed with: bmah
Approved by: re (blanket)
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 3fe82e5..00ff9e2 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -134,9 +134,6 @@ use a reserved socket port number (see below). Use a reserved socket port number. This flag is obsolete, and only retained for compatibility reasons. Reserved port numbers are used by default now. -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 untrustworthy users and the network cables are in secure areas this does help, but for normal desktop clients this does not apply.) @@ -269,9 +266,6 @@ Same as .It resvport Same as .Fl P . -.It seqpacket -Same as -.Fl p . .It soft Same as .Fl s . |