aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-09-14 17:20:56 +0000
committerTed Kremenek <kremenek@apple.com>2012-09-14 17:20:56 +0000
commit7b7e2c4596d902e2fdea87ee0bcd692bf88049d9 (patch)
tree44d7530f676ff4ff456a663873624e58d470070b
parent867c179ed3b5f338537a84da658ecac25addb9f7 (diff)
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
-rw-r--r--docs/tools/clang.pod2
1 files changed, 1 insertions, 1 deletions
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<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++.