From 4e26f2fccd8935c35017a18b0b5ae90464e6b8fe Mon Sep 17 00:00:00 2001 From: Turbo Fredriksson Date: Wed, 5 Mar 2014 11:07:02 +0100 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #2161 --- man/man1/zhack.1 | 3 ++- 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 26a46f1771..007be77f85 100644 --- a/man/man1/zhack.1 +++ b/man/man1/zhack.1 @@ -23,8 +23,9 @@ .\" Copyright 2013 Darik Horn . 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 08b430858d..baa8c3330c 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