$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost-program-options] Minor documentation bug
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-02-26 02:41:04
mmocny wrote:
> To whom it may concern,
>
> The last code example in the section "Option Details" on
> page http://www.boost.org/doc/libs/1_42_0/doc/html/program_options/tutorial.html,
> the line:
>
>
> $bin/gcc/debug/options_description
>
>
> ...should be bold, to match the rest of the syntax.
>
> I found the example confusing until I properly parsed what was meant to
> be written. Might I also suggest a space after the $ or even* "shell>
> command"*
Thank you for the report. I've fixed that, and added spaced after "$", in r59944.
- Volodya