diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-20 13:02:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-20 13:02:03 +0000 |
commit | 219ac5bb023ec98d8069a3e5764f14a556d67c0d (patch) | |
tree | 73ed93544754de22b0433a221b01fdb7eb5ad6d4 /doc | |
parent | 5709c7663d4caa4d50ffd83a45c0ffe515122c34 (diff) | |
download | s6-networking-219ac5bb023ec98d8069a3e5764f14a556d67c0d.tar.xz |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libstls/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstls/index.html b/doc/libstls/index.html index 378fd44..c1bb833 100644 --- a/doc/libstls/index.html +++ b/doc/libstls/index.html @@ -113,7 +113,7 @@ exits 100 with an error message. <ul> <li> <tt>fds</tt> : an array of 2 file descriptors, that are in this order: the fd reading from the network, the fd writing to the network. </li> - <li> <tt>preoptions : a bitfield. + <li> <tt>preoptions</tt> : a bitfield. <ul> <li> Bit 0: if clear, no client authentication is performed. If set, the <tt>CERTFILE</tt> and <tt>KEYFILE</tt> environment variables are read, |