diff options
Diffstat (limited to 'src/lib/libtls/tls_init.3')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index 8df1d204ff..1ec8865075 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.21 2015/04/02 05:54:22 jsing Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.22 2015/04/02 13:19:15 jsing Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -407,6 +407,7 @@ will return 0 on success and -1 on error. | |||
407 | Functions that return a pointer will return NULL on error. | 407 | Functions that return a pointer will return NULL on error. |
408 | .Pp | 408 | .Pp |
409 | The | 409 | The |
410 | .Fn tls_close , | ||
410 | .Fn tls_read | 411 | .Fn tls_read |
411 | and | 412 | and |
412 | .Fn tls_write | 413 | .Fn tls_write |
@@ -424,8 +425,10 @@ A write operation is necessary to continue. | |||
424 | .El | 425 | .El |
425 | .Pp | 426 | .Pp |
426 | The caller should call the appropriate function, or in the case of the | 427 | The caller should call the appropriate function, or in the case of the |
428 | .Fn tls_close | ||
429 | and the | ||
427 | .Fn tls_accept | 430 | .Fn tls_accept |
428 | or | 431 | and |
429 | .Fn tls_connect | 432 | .Fn tls_connect |
430 | function families, repeat the call. | 433 | function families, repeat the call. |
431 | .Sh ERRORS | 434 | .Sh ERRORS |