diff --git a/doc/66-envfile.html b/doc/66-envfile.html index a99d19a45ea7ffaa2f42f568cf5cf67dd3db8f1e..dde44bd04ff3a4884fe440ba505f2718193c14f6 100644 --- a/doc/66-envfile.html +++ b/doc/66-envfile.html @@ -46,7 +46,7 @@ </ul> <h2> File syntax </h2> - <p><em>file</em> is a text file containing lines of the form <tt>key = value</tt>.Whitespace is permitted before and after <em>key</em>, and before or after <em>value</em>, + <p><em>file</em> is a text file containing lines of the form <tt>key = value</tt>. Whitespace is permitted before and after <em>key</em>, and before or after <em>value</em>, Quoting is also possible. In this case, the quoting field is treated as one word. </p> <p>Empty lines, or lines containing only whitespace, are ignored. Lines beginning with <tt>#</tt> (possibly after some whitespace) are ignored (and typically used for comments). Comments are <strong>not</strong> possible at the end of lines: diff --git a/doc/66-init.html b/doc/66-init.html index d1d67539f8977795f1243d9575a95998ea8b30a5..51d4016d76c7166f965967c96562dc7bf3000093 100644 --- a/doc/66-init.html +++ b/doc/66-init.html @@ -79,7 +79,7 @@ starts—see <tt><a href="66-scandir.html">66-scandir -u</a></tt> option, the already present services start automatically.</p> <p>If the <em>scandir</em> is running, you should invoke a <tt><a href="66-scandir.html">66-scandir -s reload</a></tt> command to inform it about the changes.</p> <h3>Bundle, atomic services</h3> - <p>The tool will automatically invoke <tt><a href="https://skarnet.org/software/s6-rc/s6-rc-init.html">s6-rc-init -l <em>live</em> -c <em>compiled</em> - p <em>prefix</em></a></tt>, + <p>The tool will automatically invoke <tt><a href="https://skarnet.org/software/s6-rc/s6-rc-init.html">s6-rc-init -l <em>live</em> -c <em>compiled</em> -p <em>prefix</em></a></tt>, where, by default, <em>live</em> translates to <tt>/run/66/tree/UID/<em>tree</em></tt> and <em>compiled</em> to <tt>/var/lib/66/system/<em>tree</em>/servicedirs/db/<em>tree</em></tt> or <tt>$HOME/.66/system/<em>tree</em>/servicedirs/db/<em>tree</em></tt> depending on the owner of the process and the <em>prefix</em> of the name of the <em>tree</em>. If it doesn't exist yet <em>live</em> is created in the process. For these services the <em>scandir</em> <strong>must</strong> be running. This tool like any other 66 tool can be invoked with user permissions.</p> diff --git a/doc/66-scandir.html b/doc/66-scandir.html index f9efeef54d609a5b8a2d1d0dfa85d60b4c9ffbee..d2e694f623c9e7ab8c91302b75ff87398bda7459 100644 --- a/doc/66-scandir.html +++ b/doc/66-scandir.html @@ -64,7 +64,7 @@ milliseconds. If <tt><em>rescan</em></tt> is set to <tty>0</tty> (the default), automatic scans are never performed after the first one and s6-svscan will only detect new services by issuing either <tt><em>66-scandir -s reload</em></tt> - or <tt><em><a href="https://skarnet.org/software/s6/s6-svscanctl.html">66-svscanctl -a</a> + or <tt><em><a href="https://skarnet.org/software/s6/s6-svscanctl.html">s6-svscanctl -a</a> </em></tt>. It is <em>strongly</em> discouraged to set <tt><em>rescan</em></tt> to a positive value under 500. </li>