Skip to content
Snippets Groups Projects
Commit 11e1e337 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

doc update

parent 4dfdfe4f
No related branches found
No related tags found
No related merge requests found
Showing
with 127 additions and 73 deletions
...@@ -38,12 +38,14 @@ ...@@ -38,12 +38,14 @@
<ul> <ul>
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -38,12 +38,14 @@ ...@@ -38,12 +38,14 @@
<ul> <ul>
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -38,11 +38,13 @@ ...@@ -38,11 +38,13 @@
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -18,7 +18,12 @@ ...@@ -18,7 +18,12 @@
<h1>66-echo</h1> <h1>66-echo</h1>
<p> <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&#8209;portable&#8209;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&#8209;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&#8209;portable&#8209;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&#8209;echo</a>
documentation page.
</p> </p>
</body> </body>
</html> </html>
...@@ -40,12 +40,14 @@ ...@@ -40,12 +40,14 @@
<ul> <ul>
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -59,9 +59,14 @@ ...@@ -59,9 +59,14 @@
<li> <li>
<tt><b>-h</b></tt> : print this help. <tt><b>-h</b></tt> : print this help.
</li> </li>
<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. <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
</li> 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> <li>
<tt>-t&nbsp;<em>tree</em></tt>&nbsp;: specifies the <em>tree</em> used to store <tt>-t&nbsp;<em>tree</em></tt>&nbsp;: specifies the <em>tree</em> used to store
the parsed <em>service</em> file. This option is mandatory the parsed <em>service</em> file. This option is mandatory
......
...@@ -38,11 +38,13 @@ ...@@ -38,11 +38,13 @@
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the <em>scandir</em> directory to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the <em>scandir</em> directory to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -32,12 +32,14 @@ ...@@ -32,12 +32,14 @@
<li> <li>
<tt>-h&nbsp;</tt>&nbsp;: prints this help. <tt>-h&nbsp;</tt>&nbsp;: prints this help.
</li> </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>&nbsp;: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only prints the verbosity of the command.
error messages. <tt>2</tt>: Also prints warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also prints debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-c&nbsp;</tt>&nbsp;: enable colorization. <tt>-c&nbsp;</tt>&nbsp;: enable colorization.
</li> </li>
......
...@@ -33,12 +33,14 @@ ...@@ -33,12 +33,14 @@
<li> <li>
<tt>-h&nbsp;</tt>&nbsp;: prints this help. <tt>-h&nbsp;</tt>&nbsp;: prints this help.
</li> </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>&nbsp;: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only prints the verbosity of the command.
error messages. <tt>2</tt>: Also prints warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also prints debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em>&nbsp;</tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em>&nbsp;</tt>&nbsp;: 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> also be changed at compile time by passing the <tt>--livedir=<em>live</em></tt>
......
...@@ -48,9 +48,14 @@ ...@@ -48,9 +48,14 @@
<li> <li>
<tt><b>-h</b></tt> : print this help. <tt><b>-h</b></tt> : print this help.
</li> </li>
<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. <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
</li> 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> <li>
<tt><b>-f</b></tt> : force. Owerwrite an existing parsing result at <em>destination</em>. <tt><b>-f</b></tt> : force. Owerwrite an existing parsing result at <em>destination</em>.
</li> </li>
......
...@@ -38,9 +38,14 @@ ...@@ -38,9 +38,14 @@
<tt><b>-h</b></tt> : print this help. <tt><b>-h</b></tt> : print this help.
</li> </li>
<li> <li>
<tt><b>&#8209;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. <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
</li> 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> <li>
<tt><b>&#8209;l&nbsp;<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>&#8209;&#8209;livedir=<em>live</em></tt> option to <tt>./configure</tt>. Should be available within a writable filesystem - likely a RAM filesystem. <tt><b>&#8209;l&nbsp;<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>&#8209;&#8209;livedir=<em>live</em></tt> option to <tt>./configure</tt>. Should be available within a writable filesystem - likely a RAM filesystem.
......
...@@ -37,9 +37,14 @@ ...@@ -37,9 +37,14 @@
<tt><b>-h</b></tt> : print this help. <tt><b>-h</b></tt> : print this help.
</li> </li>
<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. <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
</li> 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> <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&#8209;boot</a> calls it during the boot process. <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&#8209;boot</a> calls it during the boot process.
......
...@@ -38,11 +38,13 @@ ...@@ -38,11 +38,13 @@
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em></tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -38,11 +38,13 @@ ...@@ -38,11 +38,13 @@
<li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li> <li> <tt>-h&nbsp;</tt>&nbsp;: prints this help. </li>
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>&nbsp;: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
</li> <tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li>
<li> <li>
<tt>-l&nbsp;<em>live</em>&nbsp;</tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can <tt>-l&nbsp;<em>live</em>&nbsp;</tt>&nbsp;: changes the supervision directory of <em>service</em> to <em>live</em>. By default this will be <tt>%%livedir%%</tt>. The default can
......
...@@ -60,9 +60,14 @@ ...@@ -60,9 +60,14 @@
<tt><b>-h</b></tt> : print this help. <tt><b>-h</b></tt> : print this help.
</li> </li>
<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. <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
</li> 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> <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>&#8209;&#8209;livedir=<em>live</em></tt> option to <tt>./configure</tt>. Should be available within a writable filesystem - likely a RAM filesystem&mdash;see <tt><a href="66-scandir.html">66&#8209;scandir</a></tt>. <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>&#8209;&#8209;livedir=<em>live</em></tt> option to <tt>./configure</tt>. Should be available within a writable filesystem - likely a RAM filesystem&mdash;see <tt><a href="66-scandir.html">66&#8209;scandir</a></tt>.
......
...@@ -41,9 +41,11 @@ ...@@ -41,9 +41,11 @@
<li> <li>
<tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases <tt>-v&nbsp;<em>verbosity</em>&nbsp;</tt>: increases/decreases
the verbosity of the command. <tt>1(Default)</tt>: Only print the verbosity of the command.
error messages. <tt>2</tt>: Also print warning messages. <tt>1(Default)</tt>: Only print error messages.
<tt>3</tt>: Also print debugging messages. <tt>2</tt>: Also print warning messages.
<tt>3</tt>: Also print tracing messages.
<tt>4</tt>: Also print debugging messages.
</li> </li>
<li> <li>
<tt><b>-l <em>live</em></b></tt> : an absolute path. It used <tt><b>-l <em>live</em></b></tt> : an absolute path. It used
......
...@@ -23,7 +23,8 @@ It is a safe wrapper around *66-start(1)* and *66-stop*(1). ...@@ -23,7 +23,8 @@ It is a safe wrapper around *66-start(1)* and *66-stop*(1).
Increases/decreases the verbosity of the command. Increases/decreases the verbosity of the command.
- *1* : (Default) Only print error messages. - *1* : (Default) Only print error messages.
- *2* : Also print warning messages. - *2* : Also print warning messages.
- *3* : Also print debugging messages. - *3* : Also print tracing messages.
- *4* : Also print debugging messages.
*-l* _live_ *-l* _live_
Changes the supervision directory of _service_ to _live_. By default this will be Changes the supervision directory of _service_ to _live_. By default this will be
......
...@@ -30,7 +30,8 @@ given _tree_. ...@@ -30,7 +30,8 @@ given _tree_.
Increases/decreases the verbosity of the command. Increases/decreases the verbosity of the command.
- *1* : (Default) Only print error messages. - *1* : (Default) Only print error messages.
- *2* : Also print warning messages. - *2* : Also print warning messages.
- *3* : Also print debugging messages. - *3* : Also print tracing messages.
- *4* : Also print debugging messages.
*-l* _live_ *-l* _live_
Changes the supervision directory of _service_ to _live_. By default Changes the supervision directory of _service_ to _live_. By default
......
...@@ -34,7 +34,8 @@ recursively until all dependencies are disabled. ...@@ -34,7 +34,8 @@ recursively until all dependencies are disabled.
Increases/decreases the verbosity of the command. Increases/decreases the verbosity of the command.
- *1* : (Default) Only print error messages. - *1* : (Default) Only print error messages.
- *2* : Also print warning messages. - *2* : Also print warning messages.
- *3* : Also print debugging messages. - *3* : Also print tracing messages.
- *4* : Also print debugging messages.
*-l* _live_ *-l* _live_
Changes the supervision directory of _service_ to _live_. By default Changes the supervision directory of _service_ to _live_. By default
......
...@@ -35,7 +35,8 @@ Multiple _services_ can be enabled by seperating their names with a space. ...@@ -35,7 +35,8 @@ Multiple _services_ can be enabled by seperating their names with a space.
Increases/decreases the verbosity of the command. Increases/decreases the verbosity of the command.
- *1* : (Default) Only print error messages. - *1* : (Default) Only print error messages.
- *2* : Also print warning messages. - *2* : Also print warning messages.
- *3* : Also print debugging messages. - *3* : Also print tracing messages.
- *4* : Also print debugging messages.
*-l* _live_ *-l* _live_
Changes the supervision directory of _service_ to _live_. By default this Changes the supervision directory of _service_ to _live_. By default this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment