diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-01-11 01:30:04 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-01-11 01:30:04 +0000 |
commit | d668db69c49261c2e533abf4df3ce0735530a1f8 (patch) | |
tree | 87c0056f6a4cfc336b13f4075a73a4458e45e08e /lib/libc/gen | |
parent | bc54c73d4011840131c86cb64fb7dd77791c5928 (diff) |
document new sysctl for vfs.nfs.norsvport
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 7dd7eaf69ec..e80abc6b8d6 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.75 2001/08/25 14:45:32 aaron Exp $ +.\" $OpenBSD: sysctl.3,v 1.76 2002/01/11 01:30:03 nate Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1385,6 +1385,7 @@ Some filesystems may contain settings. .It Sy Third level name Type Changeable .It Dv NFS_NFSSTATS No " struct nfsstats yes" .It Dv NFS_NIOTHREADS No " int yes" +.It Dv NFS_NORSVPORT No " int yes" .El .El .El |