aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-08 23:11:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-08 23:11:41 +0200
commitdea1c3c59c07731803669ecdc1fbf318b2d88380 (patch)
treee479ac3419059832fd4a1771c896d24ed514e59e /doc/gawktexi.in
parent8444d69c736b76678d96a993f27853173a9e0e77 (diff)
parent4c6da6a47c9663b6cca1a4de13090d803a497038 (diff)
downloadegawk-dea1c3c59c07731803669ecdc1fbf318b2d88380.tar.gz
egawk-dea1c3c59c07731803669ecdc1fbf318b2d88380.tar.bz2
egawk-dea1c3c59c07731803669ecdc1fbf318b2d88380.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 3e33d75d..a2f6b3b3 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -18327,7 +18327,7 @@ The operations are described in @ref{table-bitwise-ops}.
@caption{Bitwise operations}
@ifnottex
@ifnotdocbook
-@display
+@verbatim
Bit operator
| AND | OR | XOR
|---+---+---+---+---+---
@@ -18335,7 +18335,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
@@ -39754,7 +39754,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.''