diff options
-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, |