From ecc61df7889f0b911f0eeaa4ec0bd3fb9e395ccd Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Sun, 5 Aug 2001 13:14:46 +0000 Subject: [PATCH] Document the two new sysctl variables introduced in rev 1.154 of tty.c. --- share/man/man4/tty.4 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ,