Tweak of multiple occurance paragraph.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23064 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2005-08-25 23:01:25 +00:00
parent 1d8f626f66
commit 2602922735

View File

@ -712,8 +712,8 @@ vector:</p>
<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>