diff options
-rw-r--r-- | share/man/man3/intro.3 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index fc5a913e2a7..f396c5ac4f0 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.91 2019/08/30 17:51:47 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.92 2019/11/15 04:23:25 jsg 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: August 30 2019 $ +.Dd $Mdocdate: November 15 2019 $ .Dt INTRO 3 .Os .Sh NAME @@ -88,6 +88,11 @@ Note: users do not normally have to explicitly link with this library. LLVM C++ runtime library. Note: users do not normally have to explicitly link with this library. .Pp +.It libcbor Pq Fl lcbor +An implementation of the Concise Binary Object Representation +.Pq CBOR +encoding format defined in RFC 7049. +.Pp .It libcrypto Pq Fl lcrypto The OpenSSL crypto library. Implements a range of cryptographic algorithms, @@ -150,6 +155,9 @@ See .It libexpat Pq Fl lexpat Library routines for parsing XML documents. .Pp +.It libfido2 Pq Fl lfido2 +Library for communication with U2F/FIDO2 devices over USB. +.Pp .It libform Pq Fl lform .It libformw Pq Fl lformw Terminal-independent facilities for composing form screens on |