diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/s6_live.html | 4 | ||||
| -rw-r--r-- | doc/s6_process.html | 4 | ||||
| -rw-r--r-- | doc/s6_repository.html | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/s6_live.html b/doc/s6_live.html index 490a0d6..ce716b9 100644 --- a/doc/s6_live.html +++ b/doc/s6_live.html @@ -41,6 +41,10 @@ graph. s6 live <em>subcommand</em> [ <em>subcommand_options...</em> ] [ <em>args...</em> ] </pre> +<ul> + <li> <tt>s6 l</tt> is accepted as an alias for <tt>s6 live</tt>. </li> +</ul> + <h2 id="subcommands"> Subcommands </h2> <h3 id="help"> help </h3> diff --git a/doc/s6_process.html b/doc/s6_process.html index 92000d6..025409a 100644 --- a/doc/s6_process.html +++ b/doc/s6_process.html @@ -45,6 +45,10 @@ Instead of <code>s6-svc -r /run/service/foobar</code>, the user can type s6 process <em>subcommand</em> [ <em>subcommand_options...</em> ] [ <em>args...</em> ] </pre> +<ul> + <li> <tt>s6 proc</tt> and <tt>s6 p</tt> are accepted as aliases for <tt>s6 process</tt>. </li> +</ul> + <h2 id="subcommands"> Subcommands </h2> <h3 id="help"> help </h3> diff --git a/doc/s6_repository.html b/doc/s6_repository.html index b977814..b9aa06a 100644 --- a/doc/s6_repository.html +++ b/doc/s6_repository.html @@ -41,6 +41,10 @@ and triggered by specific events like package installation or updates. s6 repository <em>subcommand</em> [ <em>subcommand_options...</em> ] [ <em>args...</em> ] </pre> +<ul> + <li> <tt>s6 repo</tt> and <tt>s6 r</tt> are accepted as aliases for <tt>s6 repository</tt>. </li> +</ul> + <h2 id="subcommands"> Subcommands </h2> <h3 id="help"> help </h3> |
