From c69e190cf837adc97b33f1c346a764f8b9c25685 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 10 Feb 2004 20:56:20 +0000 Subject: It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. --- lib/libc/gen/sysctl.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/gen') 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: -- cgit v1.2.3