[cfe-commits] r163914 - /cfe/trunk/docs/tools/clang.pod

Ted Kremenek kremenek at apple.com
Fri Sep 14 10:20:56 PDT 2012


Author: kremenek
Date: Fri Sep 14 12:20:56 2012
New Revision: 163914

URL: http://llvm.org/viewvc/llvm-project?rev=163914&view=rev
Log:
Fix copy-paste error in manpage.  Should be -stdlib=library.

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=163914&r1=163913&r2=163914&view=diff
==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Fri Sep 14 12:20:56 2012
@@ -132,7 +132,7 @@
 
 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++.





More information about the cfe-commits mailing list