artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f731aa
)
last entry in NAME should not have a trailing comma;
author
jmc
<jmc@openbsd.org>
Thu, 22 Jan 2015 11:08:54 +0000
(11:08 +0000)
committer
jmc
<jmc@openbsd.org>
Thu, 22 Jan 2015 11:08:54 +0000
(11:08 +0000)
lib/libtls/tls_init.3
patch
|
blob
|
history
diff --git
a/lib/libtls/tls_init.3
b/lib/libtls/tls_init.3
index
df2dfc8
..
baff553
100644
(file)
--- 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