From owner-dev-commits-src-all@freebsd.org Sat Apr 17 19:02:25 2021 Return-Path: Delivered-To: dev-commits-src-all@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 D2DDC5E0145; Sat, 17 Apr 2021 19:02:25 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FN2Wj5hx2z3FSn; Sat, 17 Apr 2021 19:02:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC7ED1D992; Sat, 17 Apr 2021 19:02:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13HJ2P0D041804; Sat, 17 Apr 2021 19:02:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13HJ2PrX041803; Sat, 17 Apr 2021 19:02:25 GMT (envelope-from git) Date: Sat, 17 Apr 2021 19:02:25 GMT Message-Id: <202104171902.13HJ2PrX041803@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 6acb6702ea04 - stable/12 - systat.1: Remove Tn macros MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: 6acb6702ea04701bdade38d0238ef46cf2feb8c5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2021 19:02:25 -0000 The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6acb6702ea04701bdade38d0238ef46cf2feb8c5 commit 6acb6702ea04701bdade38d0238ef46cf2feb8c5 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-02-06 13:14:20 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-17 19:02:23 +0000 systat.1: Remove Tn macros They are no longer supported by mdoc(7). MFC after: 1 week (cherry picked from commit fcbaf46b763a91bb41fe68afdcf59a7d210bc2f7) --- usr.bin/systat/systat.1 | 55 +++++++++++++------------------------------------ 1 file changed, 14 insertions(+), 41 deletions(-) diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 484b272b557d..5ed7fbd2cf69 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -28,7 +28,7 @@ .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD$ .\" -.Dd December 5, 2016 +.Dd February 10, 2021 .Dt SYSTAT 1 .Os .Sh NAME @@ -62,14 +62,11 @@ By default .Nm displays the processes getting the largest percentage of the processor in the lower window. -Other displays show swap space usage, disk -.Tn I/O -statistics (a la +Other displays show swap space usage, disk I/O statistics (a la .Xr iostat 8 ) , virtual memory statistics (a la .Xr vmstat 8 ) , -.Tn TCP/IP -statistics, +TCP/IP statistics, and network connections (a la .Xr netstat 1 ) . .Pp @@ -189,7 +186,7 @@ is accounted to the ``idle'' process. .It Ic icmp Display, in the lower window, statistics about messages received and transmitted by the Internet Control Message Protocol -.Pq Dq Tn ICMP . +.Pq Dq ICMP . The left half of the screen displays information about received packets, and the right half displays information regarding transmitted packets. @@ -232,32 +229,21 @@ but displays statistics for IPv6 ICMP. .It Ic ip Otherwise identical to the .Ic icmp -display, except that it displays -.Tn IP -and -.Tn UDP -statistics. +display, except that it displays IP and UDP statistics. .It Ic ip6 Like the .Ic ip display, -except that it displays -.Tn IPv6 -statistics. -It does not display -.Tn UDP statistics. +except that it displays IPv6 statistics. +It does not display UDP statistics. .It Ic sctp Like .Ic icmp , -but with -.Tn SCTP -statistics. +but with SCTP statistics. .It Ic tcp Like .Ic icmp , -but with -.Tn TCP -statistics. +but with TCP statistics. .It Ic iostat Display, in the lower window, statistics about processor use and disk throughput. @@ -281,15 +267,11 @@ display; the minimum unambiguous prefix may be supplied. .Pp .Bl -tag -width Fl -compact .It Cm numbers -Show the disk -.Tn I/O -statistics in numeric form. +Show the disk I/O statistics in numeric form. Values are displayed in numeric columns which scroll downward. .It Cm bars -Show the disk -.Tn I/O -statistics in bar graph form (default). +Show the disk I/O statistics in bar graph form (default). .It Cm kbpt Toggle the display of kilobytes per transaction. (the default is to @@ -310,9 +292,7 @@ Areas known to the kernel, but not in use are shown as not available. .It Ic vmstat Take over the entire display and show a (rather crowded) compendium of statistics related to virtual memory usage, process scheduling, -device interrupts, system name translation caching, disk -.Tn I/O -etc. +device interrupts, system name translation caching, disk I/O etc. .Pp The upper left quadrant of the screen shows the number of users logged in and the load average over the last one, five, @@ -666,18 +646,11 @@ and displays appeared in .Fx 3.0 ; the notion of having different display modes for the -.Tn ICMP , -.Tn IP , -.Tn TCP , -and -.Tn UDP -statistics was stolen from the +ICMP, IP, TCP, and UDP statistics was stolen from the .Fl C option to .Xr netstat 1 -in Silicon Graphics' -.Tn IRIX -system. +in Silicon Graphics' IRIX system. .Sh BUGS Certain displays presume a minimum of 80 characters per line. Ifstat does not detect new interfaces.