diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-06-29 06:58:46 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-06-29 06:58:46 +0000 |
commit | d7f48678b0e7a6ba9a52b1b02e928453ad6a7d5b (patch) | |
tree | a032c372b8265cf82d80979eadecda0bb6192234 /sbin/mount_nfs | |
parent | 92e0a1145ff45a89650f8ff502912bc6034fca47 (diff) | |
download | FreeBSD-src-d7f48678b0e7a6ba9a52b1b02e928453ad6a7d5b.zip FreeBSD-src-d7f48678b0e7a6ba9a52b1b02e928453ad6a7d5b.tar.gz |
Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it is
a "negative" option. This makes it equivalent to /not/ specifying "-c".
The compile time default is /not/ to have the NFSMNT_NOCONN flag set, so
"-o conn" should never be needed---truly a deprecated option :-).
PR: 6905.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 35199af..aacd843 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -31,7 +31,7 @@ .\" .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 .\" -.\" $Id: mount_nfs.8,v 1.11 1998/05/01 13:52:17 peter Exp $ +.\" $Id: mount_nfs.8,v 1.12 1998/05/19 07:18:27 peter Exp $ .\"" .Dd March 29, 1995 .Dt MOUNT_NFS 8 @@ -210,7 +210,7 @@ compatibility with historic versions of Same as .Fl b . .It conn -Same as +Same as not specifying .Fl c . .It dumbtimer Same as |