diff options
author | LOLi <[email protected]> | 2017-09-16 19:51:24 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-09-16 10:51:24 -0700 |
commit | 90cdf2833d163dd4db31aded1e6940cc9edb67f6 (patch) | |
tree | c8733388765693921891d194f0264ef5ca55cc8c /man/man8/zgenhostid.8 | |
parent | 1f4e2c88fd6ca44ec50f178ca8baa18a9c764a98 (diff) |
Add mdoc style checker
Add a new make 'mancheck' target which uses mandoc -Tlint to verify
manpage files: currently only zfs(8), zpool(8) zdb(8) and zgenhostid(8)
are supported.
Additionally fix some outstanding manpage formatting issues.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #6646
Diffstat (limited to 'man/man8/zgenhostid.8')
-rw-r--r-- | man/man8/zgenhostid.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/man8/zgenhostid.8 b/man/man8/zgenhostid.8 index 2c86b8e28..f492f6bd3 100644 --- a/man/man8/zgenhostid.8 +++ b/man/man8/zgenhostid.8 @@ -42,7 +42,6 @@ value to store. This emulates the .Xr genhostid 1 utility and is provided for use on systems which do not include the utility. -.Pp .Sh OPTIONS .Op Ar hostid Specifies the value to be placed in @@ -67,6 +66,6 @@ exactly 8 digits long. .Ed .El .Sh SEE ALSO -.Xr spl-module-parameters 5 , .Xr genhostid 1 , -.Xr hostid 1 +.Xr hostid 1 , +.Xr spl-module-parameters 5 |