diff options
author | Colin Booth <colin@heliocat.net> | 2020-03-30 17:48:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-03-30 18:20:18 +0000 |
commit | ff26f8c9172fe70251389a15fb3861f7ec76882e (patch) | |
tree | 7b45042473476229974b3675ecaa6dc2565bd4c9 /doc | |
parent | e7e1929e0c1476558a86d5e9280c7f54ac0bf5c3 (diff) | |
download | s6-networking-ff26f8c9172fe70251389a15fb3861f7ec76882e.tar.xz |
s6-networking: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-tcpserver-access.html | 1 | ||||
-rw-r--r-- | doc/s6-tlsc.html | 4 | ||||
-rw-r--r-- | doc/s6-tlsd.html | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/s6-tcpserver-access.html b/doc/s6-tcpserver-access.html index e970842..0aa0cf6 100644 --- a/doc/s6-tcpserver-access.html +++ b/doc/s6-tcpserver-access.html @@ -178,6 +178,7 @@ prefixes of <em>ip</em>, from <tt>ip4/</tt><em>ip</em><tt>_32</tt> to is v6. If the result is: </p> +<ul> <li> S6_ACCESSRULES_ERROR: it immediately exits 111. </li> <li> S6_ACCESSRULES_DENY: it immediately exits 1. </li> <li> S6_ACCESSRULES_ALLOW: it grants access. </li> diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index 99fed9c..ad923b4 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -212,7 +212,7 @@ application requires it to be secure. <h2> <tt>s6-tlsc</tt> options </h2> <ul> - <li> <tt>-v <em>verbosity</em></tt> : Be more or less + <li> <tt>-v <em>verbosity</em></tt> : Be more or less verbose. Default for <em>verbosity</em> is 1. 0 is quiet, 2 is verbose, more than 2 is debug output. This option currently has no effect. </li> @@ -227,7 +227,7 @@ and break the connection when <em>prog</em> sends EOF. </li> connection without using <tt>close_notify</tt>. This is the default. </li> <li> <tt>-Y</tt> : Do not send a client certificate. This is the default. </li> <li> <tt>-y</tt> : Send a client certificate. </li> - <li> <tt>-k <em>servername</em></tt> : use Server Name + <li> <tt>-k <em>servername</em></tt> : use Server Name Indication, and send <em>servername</em>. The default is not to use SNI, which may be a security risk. </li> <li> <tt>-K <em>kimeout</em></tt> : close the connection diff --git a/doc/s6-tlsd.html b/doc/s6-tlsd.html index 16cccaa..9c3a241 100644 --- a/doc/s6-tlsd.html +++ b/doc/s6-tlsd.html @@ -231,7 +231,7 @@ application requires it to be secure. <h2> <tt>s6-tlsd</tt> options </h2> <ul> - <li> <tt>-v <em>verbosity</em></tt> : Be more or less + <li> <tt>-v <em>verbosity</em></tt> : Be more or less verbose. Default for <em>verbosity</em> is 1. 0 is quiet, 2 is verbose, more than 2 is debug output. This option currently has no effect. </li> |