Module Name: src Committed By: kre Date: Wed Mar 29 19:40:18 UTC 2023
Modified Files: src/usr.bin/systat: systat.1 Log Message: PR misc/57305 from Nan Xiao Be consistent with method (and style) when referring to the mbufs and ifstat sub-commands when describing what is available (and correct "mbuf" to be "mbufs" which is what the internal command really is). That is don't just "double quote" one and 'single quote' the other. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.bin/systat/systat.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/systat/systat.1 diff -u src/usr.bin/systat/systat.1:1.52 src/usr.bin/systat/systat.1:1.53 --- src/usr.bin/systat/systat.1:1.52 Sat Aug 21 13:22:19 2021 +++ src/usr.bin/systat/systat.1 Wed Mar 29 19:40:18 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: systat.1,v 1.52 2021/08/21 13:22:19 christos Exp $ +.\" $NetBSD: systat.1,v 1.53 2023/03/29 19:40:18 kre Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -71,7 +71,11 @@ disk I/O statistics (a la .Xr iostat 8 ) , virtual memory statistics (a la .Xr vmstat 1 ) , -network ``mbuf'' utilization, network 'ifstat' traffic, and network connections (a la +network +.Qq Ic mbufs +utilization, network +.Qq Ic ifstat +traffic, and network connections (a la .Xr netstat 1 ) . .Pp Input is interpreted at two different levels.