diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-11-07 12:53:37 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-11-07 12:53:37 +0000 |
commit | 1f9af2cfbbb82918aa3e604b5b23e83ce6adc2f7 (patch) | |
tree | b25acc9e8818f74bf6b5f353fbce7640f48fcaf9 /share/man/man3 | |
parent | 15e38b919d8e69a8384e92866841b7c09b637132 (diff) |
Add libtls to intro(3).
Prompted by jmc@
Diffstat (limited to 'share/man/man3')
-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 . |