diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-07-14 17:34:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-07-14 17:34:07 +0000 |
commit | 555d9a31b7907e439bd0644e610a098f2c920506 (patch) | |
tree | c55d982f46492e143b57e9eff61ff4cd790ca0e4 /lib | |
parent | 967c98b126127de2d397d82f49db8bf04e246b94 (diff) |
kern.usermount is currently a no-op;
ok deraadt
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 862f8a565b1..d2e3c98862b 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.265 2016/06/30 15:58:06 tedu Exp $ +.\" $OpenBSD: sysctl.3,v 1.266 2016/07/14 17:34:06 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 30 2016 $ +.Dd $Mdocdate: July 14 2016 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1017,10 +1017,7 @@ Number of available .Xr tty 4 devices. .It Dv KERN_USERMOUNT -Return non-zero if regular users can issue -.Xr mount 2 -requests. -The default value is 0. +Currently a no-op. .It Dv KERN_VERSION The system version string. .It Dv KERN_WATCHDOG |