[llvm-commits] CVS: llvm/docs/CommandLine.html

Jim Laskey jlaskey at apple.com
Thu Aug 25 16:01:38 PDT 2005



Changes in directory llvm/docs:

CommandLine.html updated: 1.36 -> 1.37
---
Log message:

Tweak of multiple occurance paragraph.


---
Diffs of the changes:  (+3 -3)

 CommandLine.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.36 llvm/docs/CommandLine.html:1.37
--- llvm/docs/CommandLine.html:1.36	Thu Aug 25 17:52:43 2005
+++ llvm/docs/CommandLine.html	Thu Aug 25 18:01:25 2005
@@ -712,8 +712,8 @@
   <i>bits</i> |= 1 << (unsigned)<i>enum</i>;
 </pre></div>
 
-<p>An option specified more than once is redundant as far as the result is
-concerned. The argument position information is however updated.</p>
+<p>Options that are specified multiple times are redundant.  Any instances after
+the first are discarded.</p>
 
 <p>Reworking the above list example, we could replace <a href="#list">
 <tt>cl::list</tt></a> with <a href="#bits"><tt>cl::bits</tt></a>:</p>
@@ -1900,7 +1900,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/08/25 22:52:43 $
+  Last modified: $Date: 2005/08/25 23:01:25 $
 </address>
 
 </body>






More information about the llvm-commits mailing list