diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1999-04-10 20:42:06 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1999-04-10 20:42:06 +0000 |
| commit | b2c3f55673d48c0f88e390cc9a3391ee4b8413db (patch) | |
| tree | 0e67b437b2af99ae3f89a38403ed60ac0e134ca9 | |
| parent | 80ea937ef4246dd18d196868a25bad80c59c9e49 (diff) | |
Notes
| -rw-r--r-- | contrib/awk/doc/awk.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/awk/doc/awk.1 b/contrib/awk/doc/awk.1 index 932946acab914..6be430a133f4c 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 |
