From owner-svn-src-head@freebsd.org Sat Jun 6 17:48:56 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E66333A56D; Sat, 6 Jun 2020 17:48:56 +0000 (UTC) (envelope-from yuripv@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49fRpJ3Kz9z4SCm; Sat, 6 Jun 2020 17:48:56 +0000 (UTC) (envelope-from yuripv@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 690D625861; Sat, 6 Jun 2020 17:48:56 +0000 (UTC) (envelope-from yuripv@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 056HmukC061381; Sat, 6 Jun 2020 17:48:56 GMT (envelope-from yuripv@FreeBSD.org) Received: (from yuripv@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 056HmuvH061380; Sat, 6 Jun 2020 17:48:56 GMT (envelope-from yuripv@FreeBSD.org) Message-Id: <202006061748.056HmuvH061380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuripv set sender to yuripv@FreeBSD.org using -f From: Yuri Pankov Date: Sat, 6 Jun 2020 17:48:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r361871 - head/share/man/man7 X-SVN-Group: head X-SVN-Commit-Author: yuripv X-SVN-Commit-Paths: head/share/man/man7 X-SVN-Commit-Revision: 361871 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2020 17:48:56 -0000 Author: yuripv Date: Sat Jun 6 17:48:55 2020 New Revision: 361871 URL: https://svnweb.freebsd.org/changeset/base/361871 Log: stats(7): fix bad Xr references and lint noise Reviewed by: bjk, debdrup Differential Revision: https://reviews.freebsd.org/D25166 Modified: head/share/man/man7/stats.7 Modified: head/share/man/man7/stats.7 ============================================================================== --- head/share/man/man7/stats.7 Sat Jun 6 14:19:16 2020 (r361870) +++ head/share/man/man7/stats.7 Sat Jun 6 17:48:55 2020 (r361871) @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 14, 2020 +.Dd June 6, 2020 .Dt STATS 7 .Os .Sh NAME @@ -86,31 +86,32 @@ Display system statistics Report virtual memory statistics .It Nm zpool iostat Report ZFS I/O statistics +.El .Sh SEE ALSO +.Xr btsockstat 1 , +.Xr fstat 1 , .Xr intro 1 , +.Xr lockstat 1 , +.Xr netstat 1 , +.Xr plockstat 1 , +.Xr procstat 1 , +.Xr sockstat 1 , +.Xr stat 1 , +.Xr systat 1 , .Xr intro 7 , -.Xr intro 8 , -.Xr btsockstat 1 , .Xr ctlstat 8 , -.Xr fstat 1 , .Xr gstat 8 , .Xr ibstat 8 , .Xr ifmcstat 8 , +.Xr intro 8 , .Xr iostat 8 , .Xr ipfstat 8 , .Xr kldstat 8 , -.Xr lockstat 1 , .Xr mailstats 8 , -.Xr netstat 1 , -.Xr plockstat 1 , .Xr pmcstat 8 , -.Xr procstat 1 , .Xr pstat 8 , -.Xr sockstat 1, -.Xr stat 1 , -.Xr systat 1 , .Xr vmstat 8 , -.Xr zpool-iostat 8 , +.Xr zpool 8 .Sh HISTORY The .Nm