Author: eadler Date: Mon Mar 19 02:46:17 2018 New Revision: 331157 URL: https://svnweb.freebsd.org/changeset/base/331157
Log: MFC r322991: Fix a day-one typo in tty.4 - the sysctls in question are "tty", not "tk" Modified: stable/11/share/man/man4/tty.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man4/tty.4 ============================================================================== --- stable/11/share/man/man4/tty.4 Mon Mar 19 02:44:42 2018 (r331156) +++ stable/11/share/man/man4/tty.4 Mon Mar 19 02:46:17 2018 (r331157) @@ -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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
