Boost C++ Libraries: Ticket #1530: Program options documentation - Overview - Syntactic Information example typo https://svn.boost.org/trac10/ticket/1530 <p> Program options documentation -&gt; Overview -&gt; Syntactic Information </p> <p> In the example: value&lt;string&gt;()-&gt;zero_token() should be value&lt;string&gt;()-&gt;zero_tokens() with an 's' </p> <p> The following description is also confusing, referring to a first, third, and last option. </p> <p> How about not only correcting position but also referring by name: "For the first parameter (help), we specify only the name and the description. No value can be specified in the parsed source. For the first option (compression), the user must specify a value, using a single token. For the second option (verbose), the user may either provide a single token for the value, or no token at all. For the last option (email), the value can span several tokens. For example, the following command line is OK:" </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1530 Trac 1.4.3 Vladimir Prus Sat, 17 May 2008 07:07:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1530#comment:1 https://svn.boost.org/trac10/ticket/1530#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/45448" title="Clarify docs. Fixes #1530. ">[45448]</a>) Clarify docs. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1530" title="#1530: Bugs: Program options documentation - Overview - Syntactic Information ... (closed: fixed)">#1530</a>. </p> Ticket