Package: sysv-rc
Version: 2.87dsf-8
Severity: minor
Tags: patch

Hi,

update-rc.d's manual page contains a number of broken .IB and .IR
commands (i.e., there's a space after the I), which cause extra Bs and
Rs to appear and for too much to be italicized.  The attached patch
fixes this issue.

-- 
Matt                                            http://ftbfs.org/kraai
diff -ru sysvinit-2.87dsf~/debian/src/sysv-rc/man8/update-rc.d.8 sysvinit-2.87dsf/debian/src/sysv-rc/man8/update-rc.d.8
--- sysvinit-2.87dsf~/debian/src/sysv-rc/man8/update-rc.d.8	2009-11-13 03:53:47.000000000 -0800
+++ sysvinit-2.87dsf/debian/src/sysv-rc/man8/update-rc.d.8	2009-11-13 03:56:12.000000000 -0800
@@ -7,26 +7,26 @@
 .B update\-rc.d
 .RI [ \-n ]
 .RI [ \-f ]
-.I B name " remove"
+.IB name " remove"
 .HP
 .B update\-rc.d
 .RI [ \-n ]
-.I B name " defaults"
+.IB name " defaults"
 .RI [ NN " | " SS " " KK ]
 .HP
 .B update\-rc.d
 .RI [ \-n ]
 .I name
 .BR start | stop
-.I R "NN runlevel" " [" runlevel "]..."
+.IR "NN runlevel" " [" runlevel "]..."
 .B .
 .BR start | stop
-.I R "NN runlevel" " [" runlevel "]..."
+.IR "NN runlevel" " [" runlevel "]..."
 .BR . " ..."
 .HP
 .B update\-rc.d
 .RI [ \-n ]
-.I B name " disable|enable "
+.IB name " disable|enable "
 .RI [ " S|2|3|4|5 " ]
 .SH "DESCRIPTION"
 .B update\-rc.d
@@ -52,7 +52,7 @@
 see
 .BR init (8)
 and the
-.I R "Debian Policy Manual" .
+.IR "Debian Policy Manual" .
 
 .SH "INSTALLING INIT SCRIPT LINKS"
 update\-rc.d has two modes of operation for installing scripts
@@ -162,7 +162,7 @@
 Each of these sets of arguments starts with the keyword
 .BR start " or " stop
 and a sequence number
-.I R NN ,
+.IR NN ,
 followed by one or more runlevel numbers.
 The set is terminated by a solitary full stop character.
 When explicit specification, rather than
@@ -319,7 +319,7 @@
 Flag indicating the machine is using legacy mode for boot script
 ordering.
 .SH "SEE ALSO"
-.I R "Debian Policy Manual" ,
+.IR "Debian Policy Manual" ,
 .br 
 .BR /etc/init.d/skeleton ,
 .br 

Reply via email to