Fix a day-one typo in tty.4 - the sysctls in question are "tty", not "tk"

Sponsored by:	Panasas, Inc.
This commit is contained in:
Ravi Pokala 2017-08-28 23:30:11 +00:00
parent 1ba8c29ca8
commit a069efae3c

View File

@ -360,9 +360,9 @@ is cleared in the terminal.
The total number of input and output bytes
through all terminal devices
are available via the
.Va kern.tk_nin
.Va kern.tty_nin
and
.Va kern.tk_nout
.Va kern.tty_nout
read-only
.Xr sysctl 8
variables.