Date: Mon, 28 Aug 2017 23:30:11 +0000 (UTC) From: Ravi Pokala <rpokala@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322991 - head/share/man/man4 Message-ID: <201708282330.v7SNUBfc000789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rpokala Date: Mon Aug 28 23:30:11 2017 New Revision: 322991 URL: https://svnweb.freebsd.org/changeset/base/322991 Log: Fix a day-one typo in tty.4 - the sysctls in question are "tty", not "tk" Sponsored by: Panasas, Inc. Modified: head/share/man/man4/tty.4 Modified: head/share/man/man4/tty.4 ============================================================================== --- head/share/man/man4/tty.4 Mon Aug 28 22:41:15 2017 (r322990) +++ head/share/man/man4/tty.4 Mon Aug 28 23:30:11 2017 (r322991) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708282330.v7SNUBfc000789>