diff options
author | 2014-11-07 12:53:36 +0000 | |
---|---|---|
committer | 2014-11-07 12:53:36 +0000 | |
commit | d8cfd65d569b6e3856d874be6b9af2a3e363aa5f (patch) | |
tree | 6fc4020823617740a6e8f1a9b66bacfd3a1671ae | |
parent | V should be vi not emacs, also sort. From Theo Buehler. (diff) | |
download | wireguard-openbsd-d8cfd65d569b6e3856d874be6b9af2a3e363aa5f.tar.xz wireguard-openbsd-d8cfd65d569b6e3856d874be6b9af2a3e363aa5f.zip |
Add libtls to intro(3).
Prompted by jmc@
-rw-r--r-- | share/man/man3/intro.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 101717b838a..b4d0cafc83c 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.68 2014/09/16 16:13:33 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.69 2014/11/07 12:53:36 jsing Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 16 2014 $ +.Dd $Mdocdate: November 7 2014 $ .Dt INTRO 3 .Os .Sh NAME @@ -343,6 +343,11 @@ C++ core language support (exceptions, new, typeinfo). Note: users do not normally have to explicitly link with this library. .Pp +.It libtls Pq Fl tls +A Transport Layer Security library with a clean and easy to use interface. +See +.Xr tls_init 3 . +.Pp .It libusbhid Pq Fl lusbhid Routines to extract data from USB Human Interface Devices .Pq HIDs . |