mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Document the two new sysctl variables introduced in rev 1.154 of tty.c.
This commit is contained in:
parent
2057451dba
commit
ecc61df788
1 changed files with 10 additions and 0 deletions
|
|
@ -393,6 +393,16 @@ in
|
|||
.Fa state
|
||||
is cleared in the terminal.
|
||||
.El
|
||||
.Sh IMPLEMENTATION NOTES
|
||||
The total number of input and output bytes
|
||||
through all terminal devices
|
||||
are available via the
|
||||
.Va kern.tk_nin
|
||||
and
|
||||
.Va kern.tk_nout
|
||||
read-only
|
||||
.Xr sysctl 8
|
||||
variables.
|
||||
.Sh SEE ALSO
|
||||
.Xr stty 1 ,
|
||||
.Xr ioctl 2 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue