diff options
author | наб <[email protected]> | 2021-06-04 22:08:50 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-06-09 14:35:53 -0700 |
commit | 1b37cc1abee9a1c58ed54a93df569a81f86072c7 (patch) | |
tree | d8551fd84d373040ca379cedceb93a652aedba43 /man/man1/arcstat.1 | |
parent | 2badb3457ad396b3c2d282d7a9eae90259b15a5a (diff) |
Consistentify miscellaneous style on remaining manpages
Most notably this fixes the vdev_id(8) non-.Xrs in vdev_id.conf.5
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12212
Diffstat (limited to 'man/man1/arcstat.1')
-rw-r--r-- | man/man1/arcstat.1 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/man/man1/arcstat.1 b/man/man1/arcstat.1 index a0240e40e..a69cd8937 100644 --- a/man/man1/arcstat.1 +++ b/man/man1/arcstat.1 @@ -22,7 +22,7 @@ .Sh SYNOPSIS .Nm .Op Fl havxp -.Op Fl f Ar field Ns Op , Ns Ar field Ns ... +.Op Fl f Ar field Ns Op , Ns Ar field Ns … .Op Fl o Ar file .Op Fl s Ar string .Op Ar interval @@ -31,7 +31,7 @@ .Sh DESCRIPTION .Nm prints various ZFS ARC and L2ARC statistics in vmstat-like fashion: -.Bl -tag -width "l2asize" +.Bl -tag -compact -offset Ds -width "l2asize" .It Sy c ARC target size .It Sy dh% @@ -155,7 +155,7 @@ Print all possible stats. .It Fl f Display only specific fields. See -.Sy DESCRIPTION +.Sx DESCRIPTION for supported statistics. .It Fl h Display help message. @@ -166,17 +166,19 @@ Disable auto-scaling of numerical fields (for raw, machine-parsable values). .It Fl s Display data with a specified separator (default: 2 spaces). .It Fl x -Print extended stats (same as -.Fl f Ar time,mfu,mru,mfug,mrug,eskip,mtxmis,dread,pread,read Ns No ). +Print extended stats +.Pq same as Fl f Sy time , Ns Sy mfu , Ns Sy mru , Ns Sy mfug , Ns Sy mrug , Ns Sy eskip , Ns Sy mtxmis , Ns Sy dread , Ns Sy pread , Ns Sy read . .It Fl v Show field headers and definitions .El . .Sh OPERANDS The following operands are supported: -.Bl -tag -width "interval" +.Bl -tag -compact -offset Ds -width "interval" .It Ar interval Specify the sampling interval in seconds. .It Ar count -Display only \fIcount\fR reports. +Display only +.Ar count +reports. .El |