diff --git a/doc/html/66-all.html b/doc/html/66-all.html index e15f188b6902564d391754a7a071ca8fc927e1d2..0fa2fff225e8bd81827e4d7e9075d6c058bee3b6 100644 --- a/doc/html/66-all.html +++ b/doc/html/66-all.html @@ -38,12 +38,14 @@ <ul> <li> <tt>-h </tt> : prints this help. </li> - <li> - <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em></tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-dbctl.html b/doc/html/66-dbctl.html index 827a675bec593a9115931ffe307a72663095067f..52e1c4a80c052249f942df3d19dc2e2543a3b794 100644 --- a/doc/html/66-dbctl.html +++ b/doc/html/66-dbctl.html @@ -38,12 +38,14 @@ <ul> <li> <tt>-h </tt> : prints this help. </li> - <li> - <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em></tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-disable.html b/doc/html/66-disable.html index 99c00bfd1b55c37970190972ced433cfa9a6388b..6911fc7e954b7d17944147dc056480b5c4f7902a 100644 --- a/doc/html/66-disable.html +++ b/doc/html/66-disable.html @@ -38,11 +38,13 @@ <li> <tt>-h </tt> : prints this help. </li> <li> - <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em></tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-echo.html b/doc/html/66-echo.html index 942c456405ba98d92aea104d2f9f06e18a012b47..d5c414f8fe7caabd066dc7876fb28c496830e053 100644 --- a/doc/html/66-echo.html +++ b/doc/html/66-echo.html @@ -18,7 +18,12 @@ <h1>66-echo</h1> <p> - Exact copy of <a href="https://skarnet.org/software/s6-portable-utils/s6-echo.html">s6-echo</a>. Adapted to the 66 tools suite to avoid a dependency on <a href="https://skarnet.org/software/s6-portable-utils/">s6‑portable‑utils</a> at compilation time of <tt>66</tt>. Details and further information on the command can be found at the <a href="https://skarnet.org/software/s6-portable-utils/s6-echo.html">s6‑echo</a> documentation page. + Exact copy of <a href="https://skarnet.org/software/s6-portable-utils/s6-echo.html">s6-echo</a>. + Adapted to the 66 tools suite to avoid a dependency on + <a href="https://skarnet.org/software/s6-portable-utils/">s6‑portable‑utils</a> at compilation time of <tt>66</tt>. + Details and further information on the command can be found at the + <a href="https://skarnet.org/software/s6-portable-utils/s6-echo.html">s6‑echo</a> + documentation page. </p> </body> </html> diff --git a/doc/html/66-enable.html b/doc/html/66-enable.html index c592be01356ea2eaa60dc2cdf49cf555c5225a32..798394b880f866ddd7001ec5d7e43c6ff728b827 100644 --- a/doc/html/66-enable.html +++ b/doc/html/66-enable.html @@ -40,12 +40,14 @@ <ul> <li> <tt>-h </tt> : prints this help. </li> - <li> - <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em></tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-env.html b/doc/html/66-env.html index 0bcd2d0092173284c591b5fc31bd61edc23999d8..6333b68b65d378ca3c2c1f2daf71019c8643e641 100644 --- a/doc/html/66-env.html +++ b/doc/html/66-env.html @@ -59,9 +59,14 @@ <li> <tt><b>-h</b></tt> : print this help. </li> - <li> - <tt><b>-v <em>verbosity</em></b></tt> : increase/decrease verbosity of the command. <tt>1(Default)</tt>: Only print error messages. <tt>2</tt>: Also print warning messages. <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-t <em>tree</em></tt> : specifies the <em>tree</em> used to store the parsed <em>service</em> file. This option is mandatory diff --git a/doc/html/66-init.html b/doc/html/66-init.html index 56de5d730420b42ca23503419030c67bc89b56f1..1493576307bae2191987f4be77c9c02bab8ea73e 100644 --- a/doc/html/66-init.html +++ b/doc/html/66-init.html @@ -38,11 +38,13 @@ <li> <tt>-h </tt> : prints this help. </li> <li> - <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em></tt> : changes the <em>scandir</em> directory to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-inservice.html b/doc/html/66-inservice.html index f5118b5a43b422121c12225b63d69544ba6a6c71..751245b6f2e86df28cfbfb0afd9fb5e4b72bb8e5 100644 --- a/doc/html/66-inservice.html +++ b/doc/html/66-inservice.html @@ -32,12 +32,14 @@ <li> <tt>-h </tt> : prints this help. </li> - <li> - <tt>-v <em>verbosity</em> </tt> : increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only prints - error messages. <tt>2</tt>: Also prints warning messages. - <tt>3</tt>: Also prints debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-c </tt> : enable colorization. </li> diff --git a/doc/html/66-intree.html b/doc/html/66-intree.html index ada446036f0b4e2d9676283e50efc14dee841636..fbca59232b8640242ccd4eb972139618db673ec4 100644 --- a/doc/html/66-intree.html +++ b/doc/html/66-intree.html @@ -33,12 +33,14 @@ <li> <tt>-h </tt> : prints this help. </li> - <li> - <tt>-v <em>verbosity</em> </tt> : increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only prints - error messages. <tt>2</tt>: Also prints warning messages. - <tt>3</tt>: Also prints debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em> </tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can also be changed at compile time by passing the <tt>--livedir=<em>live</em></tt> diff --git a/doc/html/66-parser.html b/doc/html/66-parser.html index 4263c9bdd1230c49d5b52e4801c6597fd14a019d..2d26b4d615ec1f49b3675483498e6957b55fd5aa 100644 --- a/doc/html/66-parser.html +++ b/doc/html/66-parser.html @@ -48,9 +48,14 @@ <li> <tt><b>-h</b></tt> : print this help. </li> - <li> - <tt><b>-v <em>verbosity</em></b></tt> : increase/decrease the verbosity of the command. <tt>1(Default)</tt>: Only print error messages. <tt>2</tt>: Also print warning messages. <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt><b>-f</b></tt> : force. Owerwrite an existing parsing result at <em>destination</em>. </li> diff --git a/doc/html/66-scanctl.html b/doc/html/66-scanctl.html index ba549ea1c575d1b10a04d3ca193832b2f46a0566..83688f69374efefb34d4af14d81e19d622e61c4d 100644 --- a/doc/html/66-scanctl.html +++ b/doc/html/66-scanctl.html @@ -38,9 +38,14 @@ <tt><b>-h</b></tt> : print this help. </li> - <li> - <tt><b>‑v <em>verbosity</em></b></tt> : increase/decrease the verbosity of the command. <tt>1(Default)</tt>: Only print error messages. <tt>2</tt>: Also print warning messages. <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt><b>‑l <em>live</em></b></tt> : an absolute path. Send the signal to a <em>scandir</em> at <em>live</em>. Default is <tt>%%livedir%%</tt>. The default can also be changed at compile time by passing the <tt>‑‑livedir=<em>live</em></tt> option to <tt>./configure</tt>. Should be available within a writable filesystem - likely a RAM filesystem. diff --git a/doc/html/66-scandir.html b/doc/html/66-scandir.html index 538bfa88d0913827601a19d86ef1f12cdf658f6b..c2bf1e6c2c80825ac51046be00637b2f4ca26b3d 100644 --- a/doc/html/66-scandir.html +++ b/doc/html/66-scandir.html @@ -37,9 +37,14 @@ <tt><b>-h</b></tt> : print this help. </li> - <li> - <tt><b>-v<em> verbosity</em></b></tt> : increase/decrease the verbosity of the command. <tt>1(Default)</tt>: Only print error messages. <tt>2</tt>: Also print warning messages. <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt><b>-b</b></tt> : create specific files for boot. Only the root user can use this option. It is not meant to be used directly even with root. <a href="66-boot.html">66‑boot</a> calls it during the boot process. diff --git a/doc/html/66-start.html b/doc/html/66-start.html index d3d0afdc8a5da679131a1fafc4ba5c2d118024fe..b9e444875f531f0240fbb1c0f46890ff2b465306 100644 --- a/doc/html/66-start.html +++ b/doc/html/66-start.html @@ -38,11 +38,13 @@ <li> <tt>-h </tt> : prints this help. </li> <li> - <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em></tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-stop.html b/doc/html/66-stop.html index 0b33a244a2f152f7fb764f518ce099024d2b97a0..f3dc9b3eb925d2af6be464711452ee1f72223b63 100644 --- a/doc/html/66-stop.html +++ b/doc/html/66-stop.html @@ -38,11 +38,13 @@ <li> <tt>-h </tt> : prints this help. </li> <li> - <tt>-v <em>verbosity</em> </tt> : increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. - </li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt>-l <em>live</em> </tt> : changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can diff --git a/doc/html/66-svctl.html b/doc/html/66-svctl.html index c2475fc87c75db437d683895181776a42f8e05d7..c40bdb83fc150d70ce04733d014c95c45abb3abf 100644 --- a/doc/html/66-svctl.html +++ b/doc/html/66-svctl.html @@ -60,9 +60,14 @@ <tt><b>-h</b></tt> : print this help. </li> - <li> - <tt><b>-v <em>verbosity</em></b></tt> : increase/decrease the verbosity of the command. <tt>1(Default)</tt>: Only print error messages. <tt>2</tt>: Also print warning messages. <tt>3</tt>: Also print debugging messages. - </li> + <li> + <tt>-v <em>verbosity</em> </tt>: increases/decreases + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. + </li> <li> <tt><b>-l <em>live</em></b></tt> : an absolute path; directory to use for the <em>service</em> supervision. By default this will be <tt>%%livedir%%</tt>. The default can be changed at compile time by passing the <tt>‑‑livedir=<em>live</em></tt> option to <tt>./configure</tt>. Should be available within a writable filesystem - likely a RAM filesystem—see <tt><a href="66-scandir.html">66‑scandir</a></tt>. diff --git a/doc/html/66-tree.html b/doc/html/66-tree.html index 09d9daae3397bdeab6c4af211b3e7bc77d393576..461d94a5959798b49b149213b744f421b484ce03 100644 --- a/doc/html/66-tree.html +++ b/doc/html/66-tree.html @@ -41,9 +41,11 @@ <li> <tt>-v <em>verbosity</em> </tt>: increases/decreases - the verbosity of the command. <tt>1(Default)</tt>: Only print - error messages. <tt>2</tt>: Also print warning messages. - <tt>3</tt>: Also print debugging messages. + the verbosity of the command. + <tt>1(Default)</tt>: Only print error messages. + <tt>2</tt>: Also print warning messages. + <tt>3</tt>: Also print tracing messages. + <tt>4</tt>: Also print debugging messages. </li> <li> <tt><b>-l <em>live</em></b></tt> : an absolute path. It used diff --git a/doc/man/66-all.1.scd b/doc/man/66-all.1.scd index 2652cb0bcf35606f88e92043c3807273417a73ff..3bfe2400fcf23bfb72690495782cf42718aa5704 100644 --- a/doc/man/66-all.1.scd +++ b/doc/man/66-all.1.scd @@ -23,7 +23,8 @@ It is a safe wrapper around *66-start(1)* and *66-stop*(1). Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default this will be diff --git a/doc/man/66-dbctl.1.scd b/doc/man/66-dbctl.1.scd index 2460ad76098d083658001e13f7568897e1487f0f..c1d2e9fad5017f5724638ece854816090e4479c4 100644 --- a/doc/man/66-dbctl.1.scd +++ b/doc/man/66-dbctl.1.scd @@ -30,7 +30,8 @@ given _tree_. Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default diff --git a/doc/man/66-disable.1.scd b/doc/man/66-disable.1.scd index 6d65d10834ed86782265e68ac2fc3e24e792678e..e515b9c6aba346ef79bb0f0f98238638cd23742e 100644 --- a/doc/man/66-disable.1.scd +++ b/doc/man/66-disable.1.scd @@ -34,7 +34,8 @@ recursively until all dependencies are disabled. Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default diff --git a/doc/man/66-enable.1.scd b/doc/man/66-enable.1.scd index 36e0ea661f1363221104a47650f0ab52c6c5e7dd..0d7da4ef7595094138c0e054b9ee8d651c78a6a7 100644 --- a/doc/man/66-enable.1.scd +++ b/doc/man/66-enable.1.scd @@ -35,7 +35,8 @@ Multiple _services_ can be enabled by seperating their names with a space. Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default this diff --git a/doc/man/66-env.1.scd b/doc/man/66-env.1.scd index 5b79d171699b00027cb0831e6528a97f586b243a..864ed7dc10fdefd9ebffc91c922a706d4b8c6404 100644 --- a/doc/man/66-env.1.scd +++ b/doc/man/66-env.1.scd @@ -25,8 +25,8 @@ It display the contain of the file or replace a _key=value_ pair if requested. Increases/decreases the verbosity of the command.++ *1* : (Default) Only print error messages.++ *2* : Also print warning messages.++ - *3* : Also print debugging messages. - + *3* : Also print tracing messages. + *4* : Also print debugging messages. *-t* _tree_ Specifies the _tree_ used to store the parsed _service_ file. This option diff --git a/doc/man/66-init.1.scd b/doc/man/66-init.1.scd index 7ddbe50d6abeae09756c2ae8bbd3e519ba190a31..7158d971bf3ede619bcc8b64adb47c4c10122d8d 100644 --- a/doc/man/66-init.1.scd +++ b/doc/man/66-init.1.scd @@ -24,7 +24,8 @@ Administrators should invoke *66-init* only once. Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-l* _live_ Changes the _scandir_ directory to _live_. By default this will be diff --git a/doc/man/66-inservice.1.scd b/doc/man/66-inservice.1.scd index 2f27da1c37381027932b2babb3dbd31eea515a13..239edac4a9cfd4d0a74cd6d8c4679a558be79598 100644 --- a/doc/man/66-inservice.1.scd +++ b/doc/man/66-inservice.1.scd @@ -21,7 +21,8 @@ Increases/decreases the verbosity of the command.++ *1* : (Default) Only prints error messages.++ *2* : Also prints warning messages.++ - *3* : Also prints debugging messages. + *3* : Also prints tracing messages. + *4* : Also prints debugging messages. *-c* enable colorization. diff --git a/doc/man/66-intree.1.scd b/doc/man/66-intree.1.scd index 4586c89e5d6ae6d77f123e6d622fd8d4c82a3283..04b3cb2dcbb7bf8466e2677bd7fccf80b9588750 100644 --- a/doc/man/66-intree.1.scd +++ b/doc/man/66-intree.1.scd @@ -21,7 +21,8 @@ Increases/decreases the verbosity of the command.++ *1* : (Default) Only prints error messages.++ *2* : Also prints warning messages.++ - *3* : Also prints debugging messages. + *3* : Also prints tracing messages. + *4* : Also prints debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. diff --git a/doc/man/66-parser.1.scd b/doc/man/66-parser.1.scd index 2703ac10182efea06b8bbca4fa210b306ed5c2f7..887097986bb9ccb461456af7f5f34f4f19d116e6 100644 --- a/doc/man/66-parser.1.scd +++ b/doc/man/66-parser.1.scd @@ -25,7 +25,8 @@ An absolute path is expected for _service_ and _destination_. Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-f* Force. Owerwrite an existing parsing result at _destination_. diff --git a/doc/man/66-scanctl.1.scd b/doc/man/66-scanctl.1.scd index 7d3bcc20067c662c16b0f7f0fb6a6c1539231379..12d4e21cf35dd6c9e4612ad4d9234c884d275e3d 100644 --- a/doc/man/66-scanctl.1.scd +++ b/doc/man/66-scanctl.1.scd @@ -26,7 +26,8 @@ the current process will be used instead. Increases/decreases the verbosity of the command. - *1* : (Default) Only print error messages. - *2* : Also print warning messages. - - *3* : Also print debugging messages. + - *3* : Also print tracing messages. + - *4* : Also print debugging messages. *-l* _live_ An absolute path. Send the signal to a _scandir_ at _live_. By default is diff --git a/doc/man/66-scandir.1.scd b/doc/man/66-scandir.1.scd index 5601cca0add891d60d2274683ec81e3a77434227..6eda9800883b82f7d96ec360a6e010616578fffe 100644 --- a/doc/man/66-scandir.1.scd +++ b/doc/man/66-scandir.1.scd @@ -26,8 +26,9 @@ explicitely set then the user of the current process will be used instead. Increases/decreases the verbosity of the command.++ *1* : (Default) Only print error messages.++ *2* : Also print warning messages.++ - *3* : Also print debugging messages. - + *3* : Also print tracing messages. + *4* : Also print debugging messages. + *-b* Create specific files for boot. Only root user can use this option. It is not meant to be used directly even with root. *66-boot*(8) calls it during diff --git a/doc/man/66-start.1.scd b/doc/man/66-start.1.scd index 0d80527157d82540ccbc623fc4cf389eb04575ae..1c9be39080bf7ae262098358b039a1a0fcf162f1 100644 --- a/doc/man/66-start.1.scd +++ b/doc/man/66-start.1.scd @@ -26,7 +26,8 @@ Multiple _services_ can be started by seperating their names with a space. Increases/decreases the verbosity of the command.++ *1* : (Default) Only print error messages.++ *2* : Also print warning messages.++ - *3* : Also print debugging messages. + *3* : Also print tracing messages. + *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default this diff --git a/doc/man/66-stop.1.scd b/doc/man/66-stop.1.scd index 3ad7969486880b2b672b5552c85ee1a2eca21dc9..a1f16f009fbe0957c3305ce78e837814ab630872 100644 --- a/doc/man/66-stop.1.scd +++ b/doc/man/66-stop.1.scd @@ -25,7 +25,8 @@ Multiple _services_ can be stopped by seperating their names with a space. Increases/decreases the verbosity of the command.++ *1* : (Default) Only print error messages.++ *2* : Also print warning messages.++ - *3* : Also print debugging messages. + *3* : Also print tracing messages. + *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default this diff --git a/doc/man/66-svctl.1.scd b/doc/man/66-svctl.1.scd index e3c469a6ed3a513a8b32ca871020e6d223566151..12b6dc1b583af53f0b6b9b733a300d31c607aad3 100644 --- a/doc/man/66-svctl.1.scd +++ b/doc/man/66-svctl.1.scd @@ -28,7 +28,8 @@ The command is sent to the _selection_ asynchronously. Increases/decreases the verbosity of the command.++ *1* : (Default) Only print error messages.++ *2* : Also print warning messages.++ - *3* : Also print debugging messages. + *3* : Also print tracing messages. + *4* : Also print debugging messages. *-l* _live_ Changes the supervision directory of _service_ to _live_. By default this diff --git a/doc/man/66-tree.1.scd b/doc/man/66-tree.1.scd index 9febd00798a4be7875b6a312d75f5d26fe14d998..25a505b0b5a033945c029330d728a8a9754a6aa7 100644 --- a/doc/man/66-tree.1.scd +++ b/doc/man/66-tree.1.scd @@ -24,7 +24,8 @@ are currently available on the system use *66-info*(1) tool. Increases/decreases the verbosity of the command. *1* : (Default) Only print error messages. *2* : Also print warning messages. - *3* : Also print debugging messages. + *3* : Also print tracing messages. + *4* : Also print debugging messages. *-l* _live_ An absolute path. It used in conjunction with *-U* and *-R* options