-.\" $OpenBSD: intro.3,v 1.77 2016/09/23 09:18:05 sthen Exp $
+.\" $OpenBSD: intro.3,v 1.78 2017/04/24 13:58:39 jmc Exp $
.\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: September 23 2016 $
+.Dd $Mdocdate: April 24 2017 $
.Dt INTRO 3
.Os
.Sh NAME
signal handling,
and more.
.Pp
+.It libc++ Pq Fl lc++
+LLVM standard C++ library.
+See
+.Xr clang 1 .
+Note: users do not normally have to explicitly link with this library.
+.Pp
+.It libc++abi Pq Fl lc++abi
+LLVM C++ runtime library.
+Note: users do not normally have to explicitly link with this library.
+.Pp
.It libcrypto Pq Fl lcrypto
The OpenSSL crypto library.
Implements a range of cryptographic algorithms,
.Xr ssl 3 .
.Pp
.It libstdc++ Pq Fl lstdc++
-GCC subroutine library for C++.
+GNU standard C++ library.
See
-.Xr c++ 1 .
+.Xr g++ 1 .
Note: users do not normally have to explicitly link with this library.
.Pp
.It libsupc++ Pq Fl lsupc++
-C++ core language support
-(exceptions, new, typeinfo).
+GNU C++ runtime library.
Note: users do not normally have to explicitly link with this library.
.Pp
.It libtls Pq Fl tls