diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-02-10 20:56:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-02-10 20:56:20 +0000 |
commit | c69e190cf837adc97b33f1c346a764f8b9c25685 (patch) | |
tree | b2ecc642d8de128af06a813d092c2cdeaf48699c /lib | |
parent | 1cd95b9d04de84430b86e3228367b706c86ef4bd (diff) |
It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e73708369f7..11964656a5c 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.131 2004/02/10 20:23:49 millert Exp $ +.\" $OpenBSD: sysctl.3,v 1.132 2004/02/10 20:56:19 millert Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -843,8 +843,8 @@ privileges may change the value. .It Dv KERN_TTY_TKNOUT No " int64_t no" .It Dv KERN_TTY_TKRAWCC No " int64_t no" .It Dv KERN_TTY_INFO No " struct itty no" -.It Dv KERN_TTY_MAXPYTS No " integer yes" -.It Dv KERN_TTY_NPYTS No " integer yes" +.It Dv KERN_TTY_MAXPTYS No " integer yes" +.It Dv KERN_TTY_NPTYS No " integer no" .El .Pp The variables are as follows: |