init.rst
changeset 2228 837f1337c59b
parent 1912 8b81a8f0f692
--- a/init.rst	Sat Feb 10 01:28:53 2018 +0200
+++ b/init.rst	Sat Feb 10 01:30:24 2018 +0200
@@ -12,11 +12,11 @@
 SysV type.
 ==========
 
-  /etc/init.d/*
-    Here scripts.
-  /etc/rc<N>.d/[SK]<NN>name
-    Here symlink to /etc/init.d/ scripts. <N> - runlevel, <NN> -
-    start order from low to high, with K run stop, with S run start.
+``/etc/init.d/*``
+  Here scripts.
+``/etc/rc<N>.d/[SK]<NN>name``
+  Here symlink to /etc/init.d/ scripts. <N> - runlevel, <NN> -
+  start order from low to high, with K run stop, with S run start.
 
 To disable the service, rename the symbolic link so that its name begins with
 a K instead of with an S and its sequence number is 100 minus NN.
@@ -33,6 +33,6 @@
 How manage runlevel for startup script.
 =======================================
 
-For Debian preferred package is sysvconfig(8).
+For Debian preferred package is ``sysvconfig(8)``.
 
-See also bum(8) or update-rc.d(8) or sysv-rc-conf(8).
+See also ``bum(8)`` or ``update-rc.d(8)`` or ``sysv-rc-conf(8)``.