From owner-svn-src-all@freebsd.org Mon Aug 28 23:30:12 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B946AE16067; Mon, 28 Aug 2017 23:30:12 +0000 (UTC) (envelope-from rpokala@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F326923E; Mon, 28 Aug 2017 23:30:12 +0000 (UTC) (envelope-from rpokala@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7SNUBKH000790; Mon, 28 Aug 2017 23:30:11 GMT (envelope-from rpokala@FreeBSD.org) Received: (from rpokala@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7SNUBfc000789; Mon, 28 Aug 2017 23:30:11 GMT (envelope-from rpokala@FreeBSD.org) Message-Id: <201708282330.v7SNUBfc000789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rpokala set sender to rpokala@FreeBSD.org using -f From: Ravi Pokala Date: Mon, 28 Aug 2017 23:30:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322991 - head/share/man/man4 X-SVN-Group: head X-SVN-Commit-Author: rpokala X-SVN-Commit-Paths: head/share/man/man4 X-SVN-Commit-Revision: 322991 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2017 23:30:12 -0000 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.