aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-10-28 20:33:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-10-28 20:33:36 +0200
commit0182312b0fc945a20a3d7aeac1488540b5518e3a (patch)
treef3782d9a37dcf84357db1e259a7997ff108a4c04 /doc/gawktexi.in
parentcdafa10657ce3d8be73baa3a18f09045bfdc2ae7 (diff)
parent0d487f23486bae6721650e37b746fdb1d1a67977 (diff)
downloadegawk-0182312b0fc945a20a3d7aeac1488540b5518e3a.tar.gz
egawk-0182312b0fc945a20a3d7aeac1488540b5518e3a.tar.bz2
egawk-0182312b0fc945a20a3d7aeac1488540b5518e3a.zip
Merge branch 'gawk-4.1-stable'
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 2ed967fb..0474a800 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
@@ -39119,6 +39120,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
@@ -39164,11 +39170,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}