diff options
author | David Prévot <david@tilapin.org> | 2010-10-19 18:54:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-02 22:22:46 -0400 |
commit | 0952ac2e9995da8abe149f3e42b3b8d9d2797112 (patch) | |
tree | 06af28756b07653e12b9d2e425599080730eb763 /dh_installlogcheck | |
parent | 4e30945a188944232cec97f8aac8902ec9d56530 (diff) | |
download | debhelper-0952ac2e9995da8abe149f3e42b3b8d9d2797112.tar.gz |
Apply manual pages conventions
As advised in man(1), always use: B<bold text> type exactly as shown.
I<italic text> replace with appropriate argument.
s/debian/Debian/ if needed. s/ / / also.
s/perl/Perl/ s/python/Python/ and s/emacs/Emacs/ too.
Diffstat (limited to 'dh_installlogcheck')
-rwxr-xr-x | dh_installlogcheck | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_installlogcheck b/dh_installlogcheck index 1ee5d155..b6956fa1 100755 --- a/dh_installlogcheck +++ b/dh_installlogcheck @@ -11,11 +11,11 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B<dh_installlogcheck> [S<B<debhelper options>>] +B<dh_installlogcheck> [S<I<debhelper options>>] =head1 DESCRIPTION -dh_installlogcheck is a debhelper program that is responsible for +B<dh_installlogcheck> is a debhelper program that is responsible for installing logcheck rule files. =head1 FILES @@ -35,7 +35,7 @@ installing logcheck rule files. =item debian/I<package>.logcheck.ignore.paranoid Each of these files, if present, are installed into corresponding -subdirectories of etc/logcheck/ in package build directories. +subdirectories of F<etc/logcheck/> in package build directories. =back |