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/man1 | |
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/man1')
-rw-r--r-- | man/man1/arcstat.1 | 2 | ||||
-rw-r--r-- | man/man1/cstyle.1 | 2 | ||||
-rw-r--r-- | man/man1/raidz_test.1 | 2 | ||||
-rw-r--r-- | man/man1/zhack.1 | 2 | ||||
-rw-r--r-- | man/man1/ztest.1 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/arcstat.1 b/man/man1/arcstat.1 index 9113b76af..7fe1e0bfb 100644 --- a/man/man1/arcstat.1 +++ b/man/man1/arcstat.1 @@ -13,7 +13,7 @@ .\" Copyright (c) 2015 by Delphix. All rights reserved. .\" Copyright (c) 2020 by AJ Jordan. All rights reserved. .\" -.TH ARCSTAT 1 "May 7, 2020" +.TH ARCSTAT 1 "Aug 24, 2020" OpenZFS .SH NAME arcstat \- report ZFS ARC and L2ARC statistics .SH SYNOPSIS diff --git a/man/man1/cstyle.1 b/man/man1/cstyle.1 index f77d53450..14175838a 100644 --- a/man/man1/cstyle.1 +++ b/man/man1/cstyle.1 @@ -20,7 +20,7 @@ .\" .\" CDDL HEADER END .\" -.TH cstyle 1 "28 March 2005" +.TH CSTYLE 1 "Aug 24, 2020" OpenZFS .SH NAME .I cstyle \- check for some common stylistic errors in C source files diff --git a/man/man1/raidz_test.1 b/man/man1/raidz_test.1 index 423177a1b..63e9144ad 100644 --- a/man/man1/raidz_test.1 +++ b/man/man1/raidz_test.1 @@ -22,7 +22,7 @@ .\" .\" Copyright (c) 2016 Gvozden Nešković. All rights reserved. .\" -.TH raidz_test 1 "2016" "ZFS on Linux" "User Commands" +.TH RAIDZ_TEST 1 "Aug 24, 2020" OpenZFS .SH NAME \fBraidz_test\fR \- raidz implementation verification and benchmarking tool diff --git a/man/man1/zhack.1 b/man/man1/zhack.1 index 11d300b70..3126007a5 100644 --- a/man/man1/zhack.1 +++ b/man/man1/zhack.1 @@ -22,7 +22,7 @@ .\" .\" Copyright 2013 Darik Horn <[email protected]>. All rights reserved. .\" -.TH zhack 1 "2013 MAR 16" "ZFS on Linux" "User Commands" +.TH ZHACK 1 "Aug 24, 2020" OpenZFS .SH NAME zhack \- libzpool debugging tool diff --git a/man/man1/ztest.1 b/man/man1/ztest.1 index 84e56c822..68c978ca0 100644 --- a/man/man1/ztest.1 +++ b/man/man1/ztest.1 @@ -24,7 +24,7 @@ .\" Copyright (c) 2009 Michael Gebetsroither <[email protected]>. All rights .\" reserved. .\" -.TH ztest 1 "2009 NOV 01" "ZFS on Linux" "User Commands" +.TH ZTEST 1 "Aug 24, 2020" OpenZFS .SH NAME \fBztest\fR \- was written by the ZFS Developers as a ZFS unit test. |