]> granicus.if.org Git - clang/commitdiff
Fix copy-paste error in manpage. Should be -stdlib=library.
authorTed Kremenek <kremenek@apple.com>
Fri, 14 Sep 2012 17:20:56 +0000 (17:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 14 Sep 2012 17:20:56 +0000 (17:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163914 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tools/clang.pod

index 425a91ef037d02dfe8aa36d4baa46903a4635df0..9628d473b7c7fed3540bdcff579c4be04f2aa7fb 100644 (file)
@@ -132,7 +132,7 @@ Treat subsequent input files as having type I<language>.
 
 Specify the language standard to compile for.
 
-=item B<-stdlib>=I<language>
+=item B<-stdlib>=I<library>
 
 Specify the C++ standard library to use; supported options are libstdc++ and
 libc++.