summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libressl/ressl_init.37
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libressl/ressl_init.3 b/src/lib/libressl/ressl_init.3
index b881d171e4..90a35fba7d 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.6 2014/10/14 22:05:28 tedu Exp $ 1.\" $OpenBSD: ressl_init.3,v 1.7 2014/10/15 19:57:43 jmc 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 14 2014 $ 17.Dd $Mdocdate: October 15 2014 $
18.Dt RESSL 3 18.Dt RESSL 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -275,7 +275,7 @@ operations.
275.It 275.It
276.Fn ressl_connect 276.Fn ressl_connect
277connects a client context to the server named by 277connects a client context to the server named by
278.Fa host. 278.Fa host .
279The 279The
280.Fa port 280.Fa port
281may be numeric or a service name. 281may be numeric or a service name.
@@ -315,4 +315,3 @@ API first appeared in
315.Ox 5.6 315.Ox 5.6
316as a response to the unnecessary challenges other APIs present in 316as a response to the unnecessary challenges other APIs present in
317order to use them safely. 317order to use them safely.
318