diff options
author | 2002-01-11 01:25:23 +0000 | |
---|---|---|
committer | 2002-01-11 01:25:23 +0000 | |
commit | 83ebbb17cd92f1964ef997e191d1ca17d27bdd7c (patch) | |
tree | 71d71af2dbd9a8eaffb9f6d8251ff3cc3923d0ec | |
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
-rw-r--r-- | lib/libc/gen/sysctl.3 | 3 | ||||
-rw-r--r-- | sbin/sysctl/sysctl.8 | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index ffa43a7617b..d32076453d8 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.72 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: sysctl.8,v 1.73 2002/01/11 01:25:23 nate Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -301,6 +301,7 @@ privilege can change the value. .It vfs.ffs.doclusterwrite integer yes .It vfs.ffs.doreallocblks integer yes .It vfs.nfs.iothreads integer yes +.It vfs.nfs.norsvport integer yes .El .Pp The |