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_installinfo | |
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_installinfo')
-rwxr-xr-x | dh_installinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dh_installinfo b/dh_installinfo index 6afe3407..91ca96bb 100755 --- a/dh_installinfo +++ b/dh_installinfo @@ -11,12 +11,12 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [S<I<file ...>>] +B<dh_installinfo> [S<I<debhelper options>>] [B<-A>] [S<I<file> ...>] =head1 DESCRIPTION -dh_installinfo is a debhelper program that is responsible for installing -info files into usr/share/info in the package build directory. +B<dh_installinfo> is a debhelper program that is responsible for installing +info files into F<usr/share/info> in the package build directory. =head1 FILES @@ -37,10 +37,10 @@ List info files to be installed. Install all files specified by command line parameters in ALL packages acted on. -=item I<file ...> +=item I<file> ... Install these info files into the first package acted on. (Or in -all packages if -A is specified). +all packages if B<-A> is specified). =back |