[Pkg-sysvinit-commits] r1844 - in sysvinit/trunk/debian: . src/sysv-rc/man8

Petter Reinholdtsen pere at alioth.debian.org
Sun Mar 21 18:36:18 UTC 2010


Author: pere
Date: 2010-03-21 18:36:16 +0000 (Sun, 21 Mar 2010)
New Revision: 1844

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/src/sysv-rc/man8/update-rc.d.8
Log:
Correct use of .IB and .IR macros in update-rc.d manual page
(Closes: 556080).  Patch from Matt Kraai.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2010-03-21 18:27:33 UTC (rev 1843)
+++ sysvinit/trunk/debian/changelog	2010-03-21 18:36:16 UTC (rev 1844)
@@ -8,6 +8,8 @@
     configuration exist.  Patch from Dustin Kirkland and Ubuntu.
   * Always print message from invoke-rc.d when policy-rc.d denied
     execution (Closes: #566783).  Patch from Per Wawra.
+  * Correct use of .IB and .IR macros in update-rc.d manual page
+    (Closes: 556080).  Patch from Matt Kraai.
 
   [ Kel Modderman ]
   * Exit with value rather than echo the value for the status action in

Modified: sysvinit/trunk/debian/src/sysv-rc/man8/update-rc.d.8
===================================================================
--- sysvinit/trunk/debian/src/sysv-rc/man8/update-rc.d.8	2010-03-21 18:27:33 UTC (rev 1843)
+++ sysvinit/trunk/debian/src/sysv-rc/man8/update-rc.d.8	2010-03-21 18:36:16 UTC (rev 1844)
@@ -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 




More information about the Pkg-sysvinit-commits mailing list