bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] Two small misprints in the manual


From: arnold
Subject: Re: [bug-gawk] Two small misprints in the manual
Date: Mon, 22 Jul 2019 20:40:51 -0600
User-agent: Heirloom mailx 12.5 7/5/10

Thanks for the report. Fixed both.

Arnold

M <address@hidden> wrote:

> Good afternoon!
>
> Two small misprints were noticed:
>
> 1. In the last NOTE of the section 4.10.5 "Using getline from a Pipe":
>
> "Most versions, including the current version, treat it at as ‘("echo " 
> "date") | getline’..."
>
> The preposition "at" is needless.
>
> 2. In the section 6.1.1.1 "Numeric and String Constants":
>
> #include <stdio.h>
> int main()
> {
> printf "hello, \
> world\n");
> return 0;
> }
>
> An open bracket after "printf" is missed.
> (BTW, I'd use 'puts("hello, world")' in this case, according to the "CERT C 
> Secure Coding Standard".)
> _______________
>
> Yours respectfully,
> Mark Krauze
>
>
>



reply via email to

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