diff options
author | Ryan Moeller <[email protected]> | 2020-08-25 00:25:28 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-24 21:25:28 -0700 |
commit | b596585fd9eefffb0a476c92c731db2c49d29938 (patch) | |
tree | 947f6eb07b0cb942a52400d63e793074eec09e3e /man/man8/zpool-iostat.8 | |
parent | b9007997682fac4a4272f2d59fc3df4875db2df0 (diff) |
man: Canonicalize .TH usage
* Use all caps for document title.
* Remove section name as it can be inferred from the section number.
* Name "OpenZFS" as the document source.
* Bump modification date.
While here, fixed trailing whitespace reported by igor.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10792
Diffstat (limited to 'man/man8/zpool-iostat.8')
-rw-r--r-- | man/man8/zpool-iostat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zpool-iostat.8 b/man/man8/zpool-iostat.8 index c318dcd74..f91e55c3b 100644 --- a/man/man8/zpool-iostat.8 +++ b/man/man8/zpool-iostat.8 @@ -65,9 +65,9 @@ When given an .Ar interval , the statistics are printed every .Ar interval -seconds until ^C is pressed. If +seconds until ^C is pressed. If .Fl n -flag is specified the headers are displayed only once, otherwise they are +flag is specified the headers are displayed only once, otherwise they are displayed periodically. If count is specified, the command exits after count reports are printed. The first report printed is always the statistics since boot regardless of whether |