diff options
author | Turbo Fredriksson <[email protected]> | 2014-03-05 11:07:02 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-03-10 09:19:17 -0700 |
commit | 4e26f2fccd8935c35017a18b0b5ae90464e6b8fe (patch) | |
tree | 10139ce5bcc86c96e31b519a2a6fb90c1b7e5b8a /man | |
parent | 47fe91b54c9c2d844059d50cb9622d7bbde9da27 (diff) |
Fix NAME section of manpages zhack and fsck.zfs.
In Debian GNU/Linux a program called 'linitian' is used to make sure
that packages conforms to the Debian GNU/Linux packaging guide lines.
This fixes the problem reported as:
W: zfsutils: manpage-has-bad-whatis-entry usr/share/man/man1/zhack.1.gz
W: zfsutils: manpage-has-bad-whatis-entry usr/share/man/man8/fsck.zfs.8.gz
Not something that ZoL needs to addhere to, but every other man page
have their NAME section in a special way - why not these two as well?
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2161
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/zhack.1 | 3 | ||||
-rw-r--r-- | man/man8/fsck.zfs.8 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/man/man1/zhack.1 b/man/man1/zhack.1 index 26a46f177..007be77f8 100644 --- a/man/man1/zhack.1 +++ b/man/man1/zhack.1 @@ -23,8 +23,9 @@ .\" Copyright 2013 Darik Horn <[email protected]>. All rights reserved. .\" .TH zhack 1 "2013 MAR 16" "ZFS on Linux" "User Commands" + .SH NAME -.BR zhack " \- libzpool debugging tool" +zhack \- libzpool debugging tool .SH DESCRIPTION This utility pokes configuration changes directly into a ZFS pool, which is dangerous and can cause data corruption. diff --git a/man/man8/fsck.zfs.8 b/man/man8/fsck.zfs.8 index 08b430858..baa8c3330 100644 --- a/man/man8/fsck.zfs.8 +++ b/man/man8/fsck.zfs.8 @@ -25,7 +25,7 @@ .TH fsck.zfs 8 "2013 MAR 16" "ZFS on Linux" "System Administration Commands" .SH NAME -.BR fsck.zfs " \- Dummy ZFS filesystem checker." +fsck.zfs \- Dummy ZFS filesystem checker. .SH SYNOPSIS .LP |