aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-28 20:32:33 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-10-28 20:32:33 +0200
commit0d487f23486bae6721650e37b746fdb1d1a67977 (patch)
tree84fbc0ac875982954f643bd2ee7023fffb2f7c85 /doc/gawktexi.in
parent393460d20fcc982c3d71749ca3ef4192cb01defb (diff)
downloadegawk-0d487f23486bae6721650e37b746fdb1d1a67977.tar.gz
egawk-0d487f23486bae6721650e37b746fdb1d1a67977.tar.bz2
egawk-0d487f23486bae6721650e37b746fdb1d1a67977.zip
Doc fixes.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 6d212f80..d8995415 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -3735,7 +3735,8 @@ names like @code{i}, @code{j}, etc.)
@cindex @command{awk} debugging, enabling
Enable debugging of @command{awk} programs
(@pxref{Debugging}).
-By default, the debugger reads commands interactively from the keyboard.
+By default, the debugger reads commands interactively from the keyboard
+(standard input).
The optional @var{file} argument allows you to specify a file with a list
of commands for the debugger to execute non-interactively.
No space is allowed between the @option{-D} and @var{file}, if
@@ -38965,6 +38966,11 @@ originally written by Steven R.@: Bourne at Bell Laboratories.
Many shells (Bash, @command{ksh}, @command{pdksh}, @command{zsh}) are
generally upwardly compatible with the Bourne shell.
+@item Braces
+The characters @samp{@{} and @samp{@}}. Braces are used in
+@command{awk} for delimiting actions, compound statements, and function
+bodies.
+
@item Built-in Function
The @command{awk} language provides built-in functions that perform various
numerical, I/O-related, and string computations. Examples are
@@ -39010,11 +39016,6 @@ are the variables that have special meaning to @command{gawk}.
Changing some of them affects @command{awk}'s running environment.
(@xref{Built-in Variables}.)
-@item Braces
-The characters @samp{@{} and @samp{@}}. Braces are used in
-@command{awk} for delimiting actions, compound statements, and function
-bodies.
-
@item C
The system programming language that most GNU software is written in. The
@command{awk} programming language has C-like syntax, and this @value{DOCUMENT}