Small fix to the man page.

This commit is contained in:
Arnold D. Robbins 2020-02-20 19:53:39 +02:00
parent e92c8e4d0e
commit 91eaf7f701

4
awk.1
View File

@ -568,8 +568,8 @@ There are no explicit conversions between numbers and strings.
To force an expression to be treated as a number add 0 to it; To force an expression to be treated as a number add 0 to it;
to force it to be treated as a string concatenate to force it to be treated as a string concatenate
\&\f(CW""\fP to it. \&\f(CW""\fP to it.
.br .PP
The scope rules for variables in functions are a botch; The scope rules for variables in functions are a botch;
the syntax is worse. the syntax is worse.
.br .PP
Only eight-bit characters sets are handled correctly. Only eight-bit characters sets are handled correctly.