Nit: kern.ttys is of type S,xtty, not S,tty.

This commit is contained in:
des 2002-05-31 16:11:49 +00:00
parent e243b41ee5
commit ad1dca67b1

View File

@ -2623,7 +2623,7 @@ sysctl_kern_ttys(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_kern, OID_AUTO, ttys, CTLTYPE_OPAQUE|CTLFLAG_RD,
0, 0, sysctl_kern_ttys, "S,tty", "All struct ttys");
0, 0, sysctl_kern_ttys, "S,xtty", "All ttys");
SYSCTL_LONG(_kern, OID_AUTO, tty_nin, CTLFLAG_RD,
&tk_nin, 0, "Total TTY in characters");
SYSCTL_LONG(_kern, OID_AUTO, tty_nout, CTLFLAG_RD,