diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-12-15 23:14:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-12-15 23:14:39 +0000 |
commit | 43cb3ee4227de70e0225e9ac142b4d397f93cc41 (patch) | |
tree | adc0ad06810077f8d0ec648179379d35bb170a7c /doc | |
parent | 399086d947bc2999fa2d93f47a08c5ccba024197 (diff) | |
download | s6-networking-43cb3ee4227de70e0225e9ac142b4d397f93cc41.tar.xz |
Doc typo fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-tlsc.html | 2 | ||||
-rw-r--r-- | doc/s6-tlsd.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-tlsc.html b/doc/s6-tlsc.html index fb2c818..d40820c 100644 --- a/doc/s6-tlsc.html +++ b/doc/s6-tlsc.html @@ -206,7 +206,7 @@ protocol is not auto-terminated. </li> <p> Nowadays (2016), most protocols are auto-terminated, so it is not dangerous anymore to use EOF tranmission, and that -is the default fo <tt>s6-tlsc</tt>. Nevertheless, by +is the default for <tt>s6-tlsc</tt>. Nevertheless, by using the <tt>-S</tt> option, you can force it to use the <tt>close_notify</tt> method if your application requires it to be secure. diff --git a/doc/s6-tlsd.html b/doc/s6-tlsd.html index ad93ad6..16f13ec 100644 --- a/doc/s6-tlsd.html +++ b/doc/s6-tlsd.html @@ -28,7 +28,7 @@ TLS/SSL. <p> <a href="index.html">s6-networking</a> does not include -cryptographic software. All the crypto used in <tt>s6-tlsc</tt> +cryptographic software. All the crypto used in <tt>s6-tlsd</tt> is provided by the chosen SSL backend: <a href="https://bearssl.org/">BearSSL</a> or <a href="https://www.libressl.org/">LibreSSL</a>, depending on @@ -229,7 +229,7 @@ protocol is not auto-terminated. </li> <p> Nowadays (2016), most protocols are auto-terminated, so it is not dangerous anymore to use EOF tranmission, and that -is the default fo <tt>s6-tlsd</tt>. Nevertheless, by +is the default for <tt>s6-tlsd</tt>. Nevertheless, by using the <tt>-S</tt> option, you can force it to use the <tt>close_notify</tt> method if your application requires it to be secure. |