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_installmodules | |
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_installmodules')
-rwxr-xr-x | dh_installmodules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dh_installmodules b/dh_installmodules index 6799a122..bee1072e 100755 --- a/dh_installmodules +++ b/dh_installmodules @@ -17,12 +17,12 @@ B<dh_installmodules> [S<I<debhelper options>>] [B<-n>] [B<--name=>I<name>] =head1 DESCRIPTION -dh_installmodules is a debhelper program that is responsible for +B<dh_installmodules> is a debhelper program that is responsible for registering kernel modules. Kernel modules are searched for in the package build directory and if -found, postinst and postrm commands are automatically generated to -run depmod and register the modules when the package is installed. +found, F<postinst> and F<postrm> commands are automatically generated to +run B<depmod> and register the modules when the package is installed. These commands are inserted into the maintainer scripts by L<dh_installdeb(1)>. @@ -37,7 +37,7 @@ Installed to etc/modprobe.d/I<package>.conf in the package build directory. =item debian/I<package>.modules These files were installed for use by modutils, but are now not used -and dh_installmodules will warn if these files are present. +and B<dh_installmodules> will warn if these files are present. =back @@ -47,11 +47,11 @@ and dh_installmodules will warn if these files are present. =item B<-n>, B<--noscripts> -Do not modify postinst/postrm scripts. +Do not modify F<postinst>/F<postrm> scripts. =item B<--name=>I<name> -When this parameter is used, dh_installmodules looks for and +When this parameter is used, B<dh_installmodules> looks for and installs files named debian/I<package>.I<name>.modprobe instead of the usual debian/I<package>.modprobe |