diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 94aaab76a7..3c23cda63e 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.59 2016/04/28 18:27:51 jmc Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.60 2016/05/09 13:48:57 jsing 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: April 28 2016 $ | 17 | .Dd $Mdocdate: May 9 2016 $ |
18 | .Dt TLS_INIT 3 | 18 | .Dt TLS_INIT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -78,10 +78,10 @@ | |||
78 | .Ft "int" | 78 | .Ft "int" |
79 | .Fn tls_init "void" | 79 | .Fn tls_init "void" |
80 | .Ft "const char *" | 80 | .Ft "const char *" |
81 | .Fn tls_config_error "struct tls *config" | 81 | .Fn tls_config_error "struct tls_config *config" |
82 | .Ft "struct tls_config *" | ||
83 | .Fn tls_error "struct tls *ctx" | ||
84 | .Ft "const char *" | 82 | .Ft "const char *" |
83 | .Fn tls_error "struct tls *ctx" | ||
84 | .Ft "struct tls_config *" | ||
85 | .Fn tls_config_new "void" | 85 | .Fn tls_config_new "void" |
86 | .Ft "void" | 86 | .Ft "void" |
87 | .Fn tls_config_free "struct tls_config *config" | 87 | .Fn tls_config_free "struct tls_config *config" |