diff options
author | 2004-01-19 09:39:44 +0000 | |
---|---|---|
committer | 2004-01-19 09:39:44 +0000 | |
commit | f140a312701b7f3690aa4c1b0096b64fad9a0cab (patch) | |
tree | 848c02b0234ea469f80a980d3b7df3a877823feb /lib/libc | |
parent | fake consumption for half closed channels since the peer is waiting for (diff) | |
download | wireguard-openbsd-f140a312701b7f3690aa4c1b0096b64fad9a0cab.tar.xz wireguard-openbsd-f140a312701b7f3690aa4c1b0096b64fad9a0cab.zip |
emulation names are not changeable
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 8d7b330bda9..a891d66e0e6 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.125 2004/01/12 18:41:52 tedu Exp $ +.\" $OpenBSD: sysctl.3,v 1.126 2004/01/19 09:39:44 tedu Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -436,7 +436,7 @@ Enable binary emulation. .Bl -column "KERN_EMUL_FREEBSD" "string" -offset indent .It Sy Third level name Type Changeable .It Dv KERN_EMUL_ENABLED No " integer yes" -.It Dv KERN_EMUL_NAME No " string yes" +.It Dv KERN_EMUL_NAME No " string no" .It Dv KERN_EMUL_NEMULS No " integer no" .El .Pp |