diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-04-03 22:33:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-04-03 22:33:44 +0000 |
commit | 78b8b9989b27240625978f9d48408f640f690de7 (patch) | |
tree | 35bc7cd93902ad71bda8ab9512117b3f82c30979 | |
parent | 607f31629fa421f944e870d70e3aebfd6ddf4000 (diff) |
comma fix;
-rw-r--r-- | lib/libtls/tls_init.3 | 6 |
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 |