bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] [PATCH] gawk.1: Change two-fonts macros to one-font macro


From: arnold
Subject: Re: [bug-gawk] [PATCH] gawk.1: Change two-fonts macros to one-font macros for a single argument
Date: Mon, 28 May 2018 01:44:52 -0600
User-agent: Heirloom mailx 12.4 7/29/08

Hi.

Thanks for the patch. This is applied and will show up in git shortly.

Arnold

Bjarni Ingi Gislason <address@hidden> wrote:

>   Change two-fonts macros to one-font macros for a single argument.
>
> Signed-off-by: Bjarni Ingi Gislason <address@hidden>
> ---
>
>   Warning from "groff":
>
> <gawk.1>:237 (macro IR): only 1 argument, but more are expected
> <gawk.1>:509 (macro BI): only 1 argument, but more are expected
> <gawk.1>:512 (macro BI): only 1 argument, but more are expected
> <gawk.1>:1144 (macro BR): only 1 argument, but more are expected
> <gawk.1>:1291 (macro IR): only 1 argument, but more are expected
>
> Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z 
>
>   [ "test-groff" is a developmental version of "groff" ]
>
>  doc/gawk.1 | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/doc/gawk.1 b/doc/gawk.1
> index 21bcda6a..0359b9d0 100644
> --- a/doc/gawk.1
> +++ b/doc/gawk.1
> @@ -234,7 +234,7 @@ Enable debugging of \*(AK programs.
>  By default, the debugger reads commands interactively from the keyboard
>  (standard input).
>  The optional
> -.IR file
> +.I file
>  argument specifies a file with a list
>  of commands for the debugger to execute non-interactively.
>  .TP
> @@ -506,10 +506,10 @@ Disable
>  default optimizations upon the internal representation of the program.
>  .TP
>  .PD 0
> -.BI \-S
> +.B \-S
>  .TP
>  .PD
> -.BI \-\^\-sandbox
> +.B \-\^\-sandbox
>  Run
>  .I gawk
>  in sandbox mode, disabling the
> @@ -1141,7 +1141,7 @@ system call.
>  The value of
>  .IR errno (3)
>  when
> -.BR ERRNO
> +.B ERRNO
>  is set to the associated error message.
>  .TP
>  \fBPROCINFO["euid"]\fP
> @@ -1288,7 +1288,7 @@ and this array entry exists, then
>  .B getline
>  returns \-2 instead of following the default behavior of returning \-1
>  and configuring
> -.IR input
> +.I input
>  to return no further data.
>  An I/O error that may be retried is one where
>  .IR errno (3)
> -- 
> 2.17.0
>
>
> -- 
> Bjarni I. Gislason



reply via email to

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