diff options
author | tedu <> | 2014-10-16 12:46:35 +0000 |
---|---|---|
committer | tedu <> | 2014-10-16 12:46:35 +0000 |
commit | ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8 (patch) | |
tree | d93ce24b36dae2c35efdb6c81d27222e3c6c734d /src/lib | |
parent | 51b2f5e80841bb6b000b8324a0a93349be43ac53 (diff) | |
download | openbsd-ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8.tar.gz openbsd-ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8.tar.bz2 openbsd-ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8.zip |
use .fn here too. from Jean-Philippe Ouellet
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libressl/ressl_init.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3 index 1ba6b460b5..81a32350ee 100644 --- a/src/lib/libressl/ressl_init.3 +++ b/src/lib/libressl/ressl_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ressl_init.3,v 1.8 2014/10/15 21:02:39 tedu Exp $ | 1 | .\" $OpenBSD: ressl_init.3,v 1.9 2014/10/16 12:46:35 tedu Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: October 15 2014 $ | 17 | .Dd $Mdocdate: October 16 2014 $ |
18 | .Dt RESSL 3 | 18 | .Dt RESSL 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -145,7 +145,7 @@ A client connection is initiated after configuration by calling | |||
145 | This function will create a new socket, connect to the specified host and | 145 | This function will create a new socket, connect to the specified host and |
146 | port, and then establish a secure connection. | 146 | port, and then establish a secure connection. |
147 | An already existing socket can be upgraded to a secure connection by calling | 147 | An already existing socket can be upgraded to a secure connection by calling |
148 | the ressl_connect_socket function. | 148 | .Fn ressl_connect_socket . |
149 | .Pp | 149 | .Pp |
150 | Two functions are provided for input and output, | 150 | Two functions are provided for input and output, |
151 | .Fn ressl_read | 151 | .Fn ressl_read |