From ea62b32203e179f4ed0b80f9ea47c9335cdf7ca8 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Thu, 16 Oct 2014 12:46:35 +0000 Subject: use .fn here too. from Jean-Philippe Ouellet --- src/lib/libressl/ressl_init.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') 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 @@ -.\" $OpenBSD: ressl_init.3,v 1.8 2014/10/15 21:02:39 tedu Exp $ +.\" $OpenBSD: ressl_init.3,v 1.9 2014/10/16 12:46:35 tedu Exp $ .\" .\" Copyright (c) 2014 Ted Unangst .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 15 2014 $ +.Dd $Mdocdate: October 16 2014 $ .Dt RESSL 3 .Os .Sh NAME @@ -145,7 +145,7 @@ A client connection is initiated after configuration by calling This function will create a new socket, connect to the specified host and port, and then establish a secure connection. An already existing socket can be upgraded to a secure connection by calling -the ressl_connect_socket function. +.Fn ressl_connect_socket . .Pp Two functions are provided for input and output, .Fn ressl_read -- cgit v1.2.3-55-g6feb