Mail Archives: djgpp-workers/2001/06/24/03:51:28
On Sat, 23 Jun 2001, Mark E. wrote:
> My attempt at documentation of getconf follows:
This is fine; thanks. I have only a couple of minor comment:
> + Return values for configuration variables from the compilation environment
> + specified by @var{specification}. Use @code{getconf} @code{-h} to list all
> + supported compilation environments.
When you say "Use @code{getconf} @code{-h} to list...", you mean that the
user should type that at the shell prompt. Whenever user input is
concerned, that input needs to be in @samp in its entirety, like this:
Use @samp{getconf -h} to list...
> + Write to standard error all recognized compilation environments and
> + configuration variables. Those configuration variables requiring a
> + path argument are listed with [path] after their names.
The last line should say
@var{path} argument are listed with @code{[@var{path}]} after their names.
- Raw text -