Boost C++ Libraries: Ticket #12091: help2man compatibility: add one more space between "arg" and description https://svn.boost.org/trac10/ticket/12091 <p> help2man splits the option name and its description at two (or more) spaces. When using a longest option with an argument there is only one space between "arg" and the option description text. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12091 Trac 1.4.3 Timo Weingärtner <timo@…> Wed, 23 Mar 2016 12:25:19 GMT attachment set https://svn.boost.org/trac10/ticket/12091 https://svn.boost.org/trac10/ticket/12091 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">makefile</span> </li> </ul> Ticket Timo Weingärtner <timo@…> Wed, 23 Mar 2016 12:25:36 GMT attachment set https://svn.boost.org/trac10/ticket/12091 https://svn.boost.org/trac10/ticket/12091 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">potest.C</span> </li> </ul> Ticket Timo Weingärtner <timo@…> Wed, 23 Mar 2016 12:25:49 GMT attachment set https://svn.boost.org/trac10/ticket/12091 https://svn.boost.org/trac10/ticket/12091 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">potest.help2man</span> </li> </ul> Ticket Vladimir Prus Wed, 23 Mar 2016 12:34:44 GMT <link>https://svn.boost.org/trac10/ticket/12091#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12091#comment:1</guid> <description> <p> Timo, </p> <p> thanks for your report. However, at presents I'm a bit reluctant to change output format to accomodate a particular tool. I don't think this was a concern anybody raised previously. </p> </description> <category>Ticket</category> </item> <item> <author>Timo Weingärtner <timo@…></author> <pubDate>Wed, 23 Mar 2016 12:52:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12091#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12091#comment:2</guid> <description> <p> for options without arguments there are at least two spaces, so the bug is in the probably unwanted special behavior for options with arguments </p> </description> <category>Ticket</category> </item> <item> <author>Timo Weingärtner <timo@…></author> <pubDate>Fri, 22 Apr 2016 13:56:10 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/12091 https://svn.boost.org/trac10/ticket/12091 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">0001-improve-option_column_width-calculation.patch</span> </li> </ul> Ticket Timo Weingärtner <timo@…> Fri, 22 Apr 2016 15:50:27 GMT <link>https://svn.boost.org/trac10/ticket/12091#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12091#comment:3</guid> <description> <p> OK, I looked into the source and found out that two spaces are intended according to a comment in options_description::get_option_column_width(). </p> <p> I found more subtle bugs in this function and fixed them as well, the function should now also be easier to understand. </p> <p> Beware: the patch is only compile-tested with vim-youcompleteme, I don't have a test infrastructure set up for boost. </p> </description> <category>Ticket</category> </item> <item> <author>Timo Weingärtner <timo@…></author> <pubDate>Tue, 11 Oct 2016 21:14:14 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/12091 https://svn.boost.org/trac10/ticket/12091 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">0002-fixup-improve-option_column_width-calculation.patch</span> </li> </ul> Ticket Timo Weingärtner <timo@…> Tue, 11 Oct 2016 21:16:32 GMT version changed https://svn.boost.org/trac10/ticket/12091#comment:4 https://svn.boost.org/trac10/ticket/12091#comment:4 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.58.0</span> → <span class="trac-field-new">Boost 1.61.0</span> </li> </ul> <p> I've had the time to actually build it and fixed an off-by-one error (attached). </p> Ticket