aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-05-30 16:03:11 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-05-30 16:03:11 +0300
commit231a84fb021b17006b1bf6a9d45fb15d6e883960 (patch)
tree7c5d976fc75f24d42608b5f41991f2745a066807
parentbdcf2bec72b818f6a6e9e0876e61ac9545d1efda (diff)
downloadegawk-231a84fb021b17006b1bf6a9d45fb15d6e883960.tar.gz
egawk-231a84fb021b17006b1bf6a9d45fb15d6e883960.tar.bz2
egawk-231a84fb021b17006b1bf6a9d45fb15d6e883960.zip
Documentation fixes.
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.14
-rw-r--r--doc/gawktexi.in4
3 files changed, 8 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b61a90ee..7a61562a 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,7 +1,10 @@
2021-05-30 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Feature History): Fix a typo and clarify wording.
- Thanks to Antonio Columbo for the report.
+ Additionally, fix some other small mistakes.
+ * gawk.1: Also, fix a small typo.
+
+ Thanks to Antonio Columbo for the reports.
2021-05-27 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/gawk.1 b/doc/gawk.1
index 1c382c1c..6c72a887 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "May 02 2021" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "May 30 2021" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -3710,7 +3710,7 @@ accommodate applications that depended upon the old behavior.
(This feature was agreed upon by both the Bell Laboratories developers
and the \*(GN developers.)
.PP
-When procesiing arguments,
+When processing arguments,
.I gawk
uses the special option \*(lq\-\^\-\*(rq to signal the end of
arguments.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 47f199e6..c6b8d552 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -858,7 +858,7 @@ particular records in a file and perform operations upon them.
* Programs Summary:: Summary of programs.
* Programs Exercises:: Exercises.
* Nondecimal Data:: Allowing nondecimal input data.
-* Boolean Typed Values:: Values with @code{bool} type.
+* Boolean Typed Values:: Values with @code{number|bool} type.
* Array Sorting:: Facilities for controlling array
traversal and sorting arrays.
* Controlling Array Traversal:: How to use PROCINFO["sorted_in"].
@@ -28388,7 +28388,7 @@ returns a value of Boolean type.
The returned values are normal @command{awk} numeric values, with
values of either one or zero,
depending upon the truth
-value of the original expression passed in the call to @code{bool()}.
+value of the original expression passed in the call to @code{mkbool()}.
The @code{typeof()} function (@pxref{Type Functions}) returns
@code{"number|bool"} for these values.