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 /sbin/sysctl/sysctl.8 | |
parent | 1cd95b9d04de84430b86e3228367b706c86ef4bd (diff) |
It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable.
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 9a2e828629c..eeb64fd7a3f 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.117 2004/02/10 20:23:48 millert Exp $ +.\" $OpenBSD: sysctl.8,v 1.118 2004/02/10 20:56:19 millert Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -144,7 +144,7 @@ privilege can change the value. .It kern.tty.tk_cancc int64_t no .It kern.tty.ttyinfo struct no .It kern.tty.maxptys integer yes -.It kern.tty.nptys integer yes +.It kern.tty.nptys integer no .It kern.ccpu u_int no .It kern.fscale integer no .It kern.nprocs integer no |