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.
This commit is contained in:
kre 2023-03-29 19:40:18 +00:00
parent 40f1ca5508
commit fffcd3e6b6
1 changed files with 6 additions and 2 deletions

View File

@ -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.