diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-02-10 20:23:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-02-10 20:23:50 +0000 |
commit | 54cb7d1dc1b55084ba516132cb03312ab110bd37 (patch) | |
tree | 66352225e82eff53a434cfe6486ae5f6456f653e /sbin/sysctl/sysctl.8 | |
parent | acc96c29c62035d38bea930d9f6669be56064bdd (diff) |
Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls.
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 21c7cb2784b..9a2e828629c 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.116 2004/02/02 05:25:56 jmc Exp $ +.\" $OpenBSD: sysctl.8,v 1.117 2004/02/10 20:23:48 millert Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -142,6 +142,9 @@ privilege can change the value. .It kern.tty.tk_nout int64_t no .It kern.tty.tk_rawcc int64_t no .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.ccpu u_int no .It kern.fscale integer no .It kern.nprocs integer no |