bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] Two small misprints in the manual


From: M
Subject: [bug-gawk] Two small misprints in the manual
Date: Mon, 22 Jul 2019 22:24:26 +0300

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]