summaryrefslogtreecommitdiffstats
path: root/lib/libtls
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-01-22 11:08:54 +0000
committerjmc <jmc@openbsd.org>2015-01-22 11:08:54 +0000
commit2e30817a5e187901d43098a88efc3ad1a8f26a0f (patch)
tree4384979547b172eab6187b15b5e78858fc505647 /lib/libtls
parentReduce the number of intermediate buffers by pre-allocating DMA buffers (diff)
downloadwireguard-openbsd-2e30817a5e187901d43098a88efc3ad1a8f26a0f.tar.xz
wireguard-openbsd-2e30817a5e187901d43098a88efc3ad1a8f26a0f.zip
last entry in NAME should not have a trailing comma;
Diffstat (limited to 'lib/libtls')
-rw-r--r--lib/libtls/tls_init.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index df2dfc8a411..baff5531721 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.7 2015/01/22 09:16:24 reyk Exp $
+.\" $OpenBSD: tls_init.3,v 1.8 2015/01/22 11:08:54 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -47,7 +47,7 @@
.Nm tls_connect_fds ,
.Nm tls_connect_socket ,
.Nm tls_read ,
-.Nm tls_write ,
+.Nm tls_write
.Nd TLS client and server API
.Sh SYNOPSIS
.In tls.h