summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-04-03 22:33:43 +0000
committerjmc <jmc@openbsd.org>2015-04-03 22:33:43 +0000
commitbc8cb2128ff9239fbdd57e0a65a59f87e2578db0 (patch)
treee924e7e9f11b83dbed9ec0ab1d09d6661b1713b0 /lib
parentcorrect return value in pubkey parsing, spotted by Ben Hawkes (diff)
downloadwireguard-openbsd-bc8cb2128ff9239fbdd57e0a65a59f87e2578db0.tar.xz
wireguard-openbsd-bc8cb2128ff9239fbdd57e0a65a59f87e2578db0.zip
comma fix;
Diffstat (limited to 'lib')
-rw-r--r--lib/libtls/tls_init.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libtls/tls_init.3 b/lib/libtls/tls_init.3
index 1ec8865075d..1da84ca819e 100644
--- a/lib/libtls/tls_init.3
+++ b/lib/libtls/tls_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tls_init.3,v 1.22 2015/04/02 13:19:15 jsing Exp $
+.\" $OpenBSD: tls_init.3,v 1.23 2015/04/03 22:33:43 jmc Exp $
.\"
.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
.\"
@@ -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: April 2 2015 $
+.Dd $Mdocdate: April 3 2015 $
.Dt TLS_INIT 3
.Os
.Sh NAME
@@ -424,7 +424,7 @@ A read operation is necessary to continue.
A write operation is necessary to continue.
.El
.Pp
-The caller should call the appropriate function, or in the case of the
+The caller should call the appropriate function or, in the case of the
.Fn tls_close
and the
.Fn tls_accept