diff options
author | 2002-01-11 01:25:23 +0000 | |
---|---|---|
committer | 2002-01-11 01:25:23 +0000 | |
commit | 83ebbb17cd92f1964ef997e191d1ca17d27bdd7c (patch) | |
tree | 71d71af2dbd9a8eaffb9f6d8251ff3cc3923d0ec /lib | |
parent | Add a new sysctl that removes the requirement for reserved ports to be (diff) | |
download | wireguard-openbsd-83ebbb17cd92f1964ef997e191d1ca17d27bdd7c.tar.xz wireguard-openbsd-83ebbb17cd92f1964ef997e191d1ca17d27bdd7c.zip |
document new sysctl for vfs.nfs.norsvport
Diffstat (limited to 'lib')
-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 |