diff options
author | 2014-11-11 04:17:34 +0000 | |
---|---|---|
committer | 2014-11-11 04:17:34 +0000 | |
commit | bef3dfc22be178e0a4757d9da67e89045ec9204c (patch) | |
tree | 580ee54500270cf82e119b1189a93697a4c76993 | |
parent | Let -h imply -c (that is, not use the pager). (diff) | |
download | wireguard-openbsd-bef3dfc22be178e0a4757d9da67e89045ec9204c.tar.xz wireguard-openbsd-bef3dfc22be178e0a4757d9da67e89045ec9204c.zip |
delete extra word in Nd
-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 4de85d6911d..ec27f3a967b 100644 --- a/lib/libtls/tls_init.3 +++ b/lib/libtls/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.3 2014/11/07 13:57:43 tedu Exp $ +.\" $OpenBSD: tls_init.3,v 1.4 2014/11/11 04:17:34 deraadt 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: November 7 2014 $ +.Dd $Mdocdate: November 11 2014 $ .Dt TLS 3 .Os .Sh NAME @@ -47,7 +47,7 @@ .Nm tls_connect_socket , .Nm tls_read , .Nm tls_write , -.Nd tls TLS client and server API +.Nd TLS client and server API .Sh SYNOPSIS .In tls.h .Ft "int" |