summaryrefslogtreecommitdiffstats
path: root/contrib/awk
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1999-04-10 20:42:06 +0000
committernik <nik@FreeBSD.org>1999-04-10 20:42:06 +0000
commit2dc21beae9e183144a80cd117ecd80c776a38cad (patch)
tree37bcc830931828a2dcc42739480094cff36d1fbd /contrib/awk
parent2902daca1ed3b7c9c50aa52e1da3dfcd3a134089 (diff)
downloadFreeBSD-src-2dc21beae9e183144a80cd117ecd80c776a38cad.zip
FreeBSD-src-2dc21beae9e183144a80cd117ecd80c776a38cad.tar.gz
Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespace
before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Diffstat (limited to 'contrib/awk')
-rw-r--r--contrib/awk/doc/awk.18
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/awk/doc/awk.1 b/contrib/awk/doc/awk.1
index 932946a..6be430a 100644
--- a/contrib/awk/doc/awk.1
+++ b/contrib/awk/doc/awk.1
@@ -1213,13 +1213,13 @@ For example, the name
might be used to represent all of
``e,'' ``e\`,'' and ``e\`.''
In this case,
-.B [[=e]]
+.B [[=e=]]
is a regexp
that matches any of
- .BR e ,
- .BR e\' ,
+.BR e ,
+.BR e\' ,
or
- .BR e\` .
+.BR e\` .
.PP
These features are very valuable in non-English speaking locales.
The library functions that
OpenPOWER on IntegriCloud