[PATCH] manpages: markup fixes

Hans Leidekker hans at codeweavers.com
Thu Mar 3 04:41:07 CST 2016


On Thu, 2016-03-03 at 10:41 +0100, Michael Stefaniuc wrote:
> On 03/02/2016 02:03 PM, Eric S. Raymond wrote:
> > Marcus Meissner <marcus at jet.franken.de>:
> >> Supplied by Eric S. Raymond.
> >>
> >> (Did not send a specific signed-off-by, but his email and his follow up email
> >> seems to imply it.)
> > 
> > That is correct.
> > 
> > Thanks, I have marked thesse patches "promised" in my database.
> The patches were committed:
> https://source.winehq.org/git/wine.git/commitdiff/0d06ebf5fb515e19cd9ec951dd9e49f6e678b35c?hp=183e8cf14e85546cb93533184782959fdf9e75ea

We went from:
       p     Reinstall the file if it is missing.

       o     Reinstall the file if it is missing or if any older version is installed.

       e     Reinstall the file if it is missing, or if the installed version is equal or older.

to:
       lp     Reinstall the file if it is missing.

       lo     Reinstall the file if it is missing or if any older version is installed.

       le     Reinstall the file if it is missing, or if the installed version is equal or older.

The patch should have replaced 'l' with 'B'. I'll send a fix.





More information about the wine-devel mailing list