summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 0bd12e4e19..bd7d3011a7 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1478,8 +1478,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1478 <glossdef> 1478 <glossdef>
1479 <para> 1479 <para>
1480 Specifies the options to pass to <filename>update-rc.d</filename>. 1480 Specifies the options to pass to <filename>update-rc.d</filename>.
1481 An example is <filename>start 99 5 2 . stop 20 0 1 6 .</filename>, which gives the script a 1481 Here is an example:
1482 runlevel of 99, starts the script in initlevels 2 and 5, and 1482 <literallayout class='monospaced'>
1483 INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
1484 </literallayout>
1485 In this example, the script has a runlevel of 99,
1486 starts the script in initlevels 2 and 5, and
1483 stops the script in levels 0, 1 and 6. 1487 stops the script in levels 0, 1 and 6.
1484 </para> 1488 </para>
1485 <para> 1489 <para>