update for the llvm libs; help/ok kettenis
authorjmc <jmc@openbsd.org>
Mon, 24 Apr 2017 13:58:39 +0000 (13:58 +0000)
committerjmc <jmc@openbsd.org>
Mon, 24 Apr 2017 13:58:39 +0000 (13:58 +0000)
share/man/man3/intro.3

index f01b0c5..a46a931 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $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
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)intro.3    8.1 (Berkeley) 6/5/93
 .\"
-.Dd $Mdocdate: September 23 2016 $
+.Dd $Mdocdate: April 24 2017 $
 .Dt INTRO 3
 .Os
 .Sh NAME
@@ -77,6 +77,16 @@ time functions,
 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,
@@ -316,14 +326,13 @@ See
 .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