diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index ef475eb4f1a..ba2b3cd4930 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -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 ,