]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installinfo
Typo. Closes: #653339
[debhelper.git] / dh_installinfo
index 6afe34073c1aa3818ef7093559fb0fbc13f31ebe..91ca96bbc10abc33ebde04d481d9ab3c018ec588 100755 (executable)
@@ -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