[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] doc: use consistent example format in manual
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] doc: use consistent example format in manual |
Date: |
Sun, 21 Jan 2018 11:43:59 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 21/01/18 10:57, Bernhard Voelker wrote:
> On 01/21/2018 05:34 AM, Pádraig Brady wrote:
>> * doc/coreutils.texi: Use @example consistently
>> as we don't need the smaller or fixed width representation.
>> This is especially true for the synposis of commands.
>
> s/synposis/synpopsis
>
>> @smallexample is rendered left aligned for HTML
>> which is awkward to read with the center aligned main content.
>
> nice work, thanks.
s|s/synposis/synpopsis|s/synposis/synopsis| :)
You can see the messed up formatting at:
http://www.gnu.org/software/coreutils/base64
Pushed.
Thanks for the review,
Pádraig