From 1a628d9f30731409108b836abbdfe39890afbb87 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 24 Apr 2017 13:58:39 +0000 Subject: [PATCH] update for the llvm libs; help/ok kettenis --- share/man/man3/intro.3 | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index f01b0c5ba05..a46a931515e 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -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 -- 2.20.1