From: Ted Kremenek Date: Fri, 14 Sep 2012 17:20:56 +0000 (+0000) Subject: Fix copy-paste error in manpage. Should be -stdlib=library. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b7e2c4596d902e2fdea87ee0bcd692bf88049d9;p=clang Fix copy-paste error in manpage. Should be -stdlib=library. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 425a91ef03..9628d473b7 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -132,7 +132,7 @@ Treat subsequent input files as having type I. Specify the language standard to compile for. -=item B<-stdlib>=I +=item B<-stdlib>=I Specify the C++ standard library to use; supported options are libstdc++ and libc++.