aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-08 23:12:02 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-08 23:12:02 +0200
commitec30cf2f45317b8a0d197ce6ad70db13919050ec (patch)
treec01002a5a260cddb3c21e77bdd4d6402216b8453 /doc/gawk.texi
parent4334b4e9c3c0e260c71a38b5be4c0818e7419d47 (diff)
parentdea1c3c59c07731803669ecdc1fbf318b2d88380 (diff)
downloadegawk-ec30cf2f45317b8a0d197ce6ad70db13919050ec.tar.gz
egawk-ec30cf2f45317b8a0d197ce6ad70db13919050ec.tar.bz2
egawk-ec30cf2f45317b8a0d197ce6ad70db13919050ec.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 9015d5f4..2be335bd 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -19215,7 +19215,7 @@ The operations are described in @ref{table-bitwise-ops}.
@caption{Bitwise operations}
@ifnottex
@ifnotdocbook
-@display
+@verbatim
Bit operator
| AND | OR | XOR
|---+---+---+---+---+---
@@ -19223,7 +19223,7 @@ Operands | 0 | 1 | 0 | 1 | 0 | 1
----------+---+---+---+---+---+---
0 | 0 0 | 0 1 | 0 1
1 | 0 1 | 1 1 | 1 0
-@end display
+@end verbatim
@end ifnotdocbook
@end ifnottex
@tex
@@ -40740,7 +40740,7 @@ or more characters, like @samp{[abc]}, a range of characters, like
@samp{[A-Z]}, or a name, delimited by @samp{:}, that designates a known set
of characters, like @samp{[:digit:]}. The form of bracket expression
enclosed between @samp{:} is independent of the underlying representation
-of the character themselves, which could utilize the ASCII, ECBDIC, or
+of the character themselves, which could utilize the ASCII, EBCDIC, or
Unicode codesets, depending on the architecture of the computer system, and on
localization.
See also ``Regular Expression.''