aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:38:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:38:16 +0300
commit827b8732b5b558c5aa5e6c5d5c1198e49b90b66f (patch)
treefd00687a7429711153e95322bff3d75103af61a8 /doc/gawktexi.in
parent89fa14e4ef45ac12811546abe03cf48fe997a694 (diff)
parent44d5655584bfa914c127f177919a7069e6cff841 (diff)
downloadegawk-827b8732b5b558c5aa5e6c5d5c1198e49b90b66f.tar.gz
egawk-827b8732b5b558c5aa5e6c5d5c1198e49b90b66f.tar.bz2
egawk-827b8732b5b558c5aa5e6c5d5c1198e49b90b66f.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index a044c45e..3182366d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -32114,6 +32114,9 @@ that parameter. More's the pity.}
@item void fatal(awk_ext_id_t id, const char *format, ...);
Print a message and then cause @command{gawk} to exit immediately.
+@item void nonfatal(awk_ext_id_t id, const char *format, ...);
+Print a nonfatal error message.
+
@item void warning(awk_ext_id_t id, const char *format, ...);
Print a warning message.
@@ -32990,7 +32993,7 @@ into @command{gawk}, you have to retrieve the array cookie from the value
passed in to @command{sym_update()} before doing anything else with it, like so:
@example
-awk_value_t value;
+awk_value_t val;
awk_array_t new_array;
new_array = create_array();
@@ -34907,7 +34910,7 @@ output wrappers,
and two-way processors)
@item
-Printing fatal, warning, and ``lint'' warning messages
+Printing fatal, nonfatal, warning, and ``lint'' warning messages
@item
Updating @code{ERRNO}, or unsetting it