Re: missing description initdb manual - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: missing description initdb manual
Date
Msg-id 20120415.092156.2129817367807325887.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: missing description initdb manual  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> I think this line needs some more thought:
> 
>> -    printf(_("  -m SHUTDOWN-MODE   can be \"smart\", \"fast\", or \"immediate\"\n"));
>> +    printf(_("  -m, --mode SHUTDOWN-MODE   can be \"smart\", \"fast\", or \"immediate\"\n"));
> 
> because it's not respecting the intended alignment of the explanation
> column.  (It wasn't before, either, but that's not an excuse to not fix
> it.)  I think you could make it read just "-m, --mode MODE" and then
> there would be room to align this switch's explanation with the ones
> above it.  I'm tempted to also say that the explanation should be
>     MODE can be \"smart\", \"fast\", or \"immediate\"

Thanks for the suggestion. I modified the part as you suggested and
committed the changes.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Patch: add timing of buffer I/O requests
Next
From: Tom Lane
Date:
Subject: Re: Patch: add timing of buffer I/O requests