diff options
author | 2015-01-22 11:08:54 +0000 | |
---|---|---|
committer | 2015-01-22 11:08:54 +0000 | |
commit | 2e30817a5e187901d43098a88efc3ad1a8f26a0f (patch) | |
tree | 4384979547b172eab6187b15b5e78858fc505647 /lib/libtls | |
parent | Reduce the number of intermediate buffers by pre-allocating DMA buffers (diff) | |
download | wireguard-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.3 | 4 |
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 |