From 2dc21beae9e183144a80cd117ecd80c776a38cad Mon Sep 17 00:00:00 2001 From: nik Date: Sat, 10 Apr 1999 20:42:06 +0000 Subject: Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespace before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa --- contrib/awk/doc/awk.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/awk') 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 -- cgit v1.1