From 57f0524c556e6dc15e217e6b6e931cac586e7cc2 Mon Sep 17 00:00:00 2001 From: rpokala Date: Mon, 28 Aug 2017 23:30:11 +0000 Subject: [PATCH] Fix a day-one typo in tty.4 - the sysctls in question are "tty", not "tk" Sponsored by: Panasas, Inc. --- share/man/man4/tty.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index ef5bed8be554..0806d30041a4 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -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.