summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-10-16 12:46:35 +0000
committertedu <>2014-10-16 12:46:35 +0000
commitea62b32203e179f4ed0b80f9ea47c9335cdf7ca8 (patch)
treed93ce24b36dae2c35efdb6c81d27222e3c6c734d /src
parent51b2f5e80841bb6b000b8324a0a93349be43ac53 (diff)
downloadopenbsd-ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8.tar.gz
openbsd-ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8.tar.bz2
openbsd-ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8.zip
use .fn here too. from Jean-Philippe Ouellet
Diffstat (limited to 'src')
-rw-r--r--src/lib/libressl/ressl_init.36
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
145This function will create a new socket, connect to the specified host and 145This function will create a new socket, connect to the specified host and
146port, and then establish a secure connection. 146port, and then establish a secure connection.
147An already existing socket can be upgraded to a secure connection by calling 147An already existing socket can be upgraded to a secure connection by calling
148the ressl_connect_socket function. 148.Fn ressl_connect_socket .
149.Pp 149.Pp
150Two functions are provided for input and output, 150Two functions are provided for input and output,
151.Fn ressl_read 151.Fn ressl_read