aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-02-20 19:53:39 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-02-20 19:53:39 +0200
commit91eaf7f7015ba2223e993532f5d65dfda4d1f33f (patch)
tree669e17f617b25f2f7ee484f1665879bd68722191
parente92c8e4d0e36ec2c0395d945079016fdd13d3cc3 (diff)
downloadone-true-awk-91eaf7f7015ba2223e993532f5d65dfda4d1f33f.tar.gz
Small fix to the man page.
-rw-r--r--awk.14
1 files changed, 2 insertions, 2 deletions
diff --git a/awk.1 b/awk.1
index aa66f06..49ab58f 100644
--- a/awk.1
+++ b/awk.1
@@ -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 it to be treated as a string concatenate
\&\f(CW""\fP to it.
-.br
+.PP
The scope rules for variables in functions are a botch;
the syntax is worse.
-.br
+.PP
Only eight-bit characters sets are handled correctly.