aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-11-08 23:09:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-11-08 23:09:31 +0200
commit4c6da6a47c9663b6cca1a4de13090d803a497038 (patch)
tree23c049b5d8a33061a8639ab1651388e384dfb95f /doc/gawk.texi
parente331f49edafc56bf8f32cc82adacd6c109666ad1 (diff)
downloadegawk-4c6da6a47c9663b6cca1a4de13090d803a497038.tar.gz
egawk-4c6da6a47c9663b6cca1a4de13090d803a497038.tar.bz2
egawk-4c6da6a47c9663b6cca1a4de13090d803a497038.zip
Small doc fixes.
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 e1b8fbbb..2cfe858c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -18962,7 +18962,7 @@ The operations are described in @ref{table-bitwise-ops}.
@caption{Bitwise operations}
@ifnottex
@ifnotdocbook
-@display
+@verbatim
Bit operator
| AND | OR | XOR
|---+---+---+---+---+---
@@ -18970,7 +18970,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
@@ -39900,7 +39900,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.''