bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird paragraph breaks in makeinfo man page


From: Gavin Smith
Subject: Re: Weird paragraph breaks in makeinfo man page
Date: Sun, 19 Dec 2021 14:02:43 +0000
User-agent: Mutt/1.9.4 (2018-02-28)

On Sun, Dec 05, 2021 at 04:38:37AM -0500, Alfred M. Szmidt wrote:
> This should probobly fix it, untested.
> 
> 2021-12-05  Alfred M. Szmidt  <ams@gnu.org>
> 
>       * tp/texi2any.pl (makeinfo_help) <--output>: Fix indentation.
> 
> diff --git a/tp/texi2any.pl b/tp/texi2any.pl
> index fa7cc7a42a..391d5f8fe4 100755
> --- a/tp/texi2any.pl
> +++ b/tp/texi2any.pl
> @@ -663,10 +663,10 @@ the behavior is identical, and does not depend on the 
> installed name.\n")
>                                  default is on.
>    -o, --output=DEST           output to DEST.
>                                  With split output, create DEST as a directory
> -                                 and put the output files there.
> +                                and put the output files there.
>                                  With non-split output, if DEST is already
> -                                 a directory or ends with a /,
> -                                 put the output file there.
> +                                a directory or ends with a /,
> +                                put the output file there.
>                                  Otherwise, DEST names the output file.\n")
>  ."\n";
>    # TODO: avoid \n in translated strings, split each option in a translatable
> 

Thank you both; I have committed a fix in commit 540d4ad001.  This commit
also splits that part of the usage message up so that each part can be
translated separately.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]