aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-10-09 22:18:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-10-09 22:18:38 +0300
commit3c374e502995634d4dae8967aa8393a74b748f83 (patch)
tree960d2df61f57fd1dca67e80193420bdef1bbfc4a /doc/gawktexi.in
parentb09f86a66cc6cae015a1343c189c84031007de1c (diff)
parent6db264b1f346896f18fa705023594e5d4d789f04 (diff)
downloadegawk-3c374e502995634d4dae8967aa8393a74b748f83.tar.gz
egawk-3c374e502995634d4dae8967aa8393a74b748f83.tar.bz2
egawk-3c374e502995634d4dae8967aa8393a74b748f83.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index c79dd87f..3b568e8a 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -14508,7 +14508,7 @@ input field per output line.
C and C++ programmers might expect to be able to use the comma
operator to set more than one variable in the @var{initialization}
part of the @code{for} loop, or to increment multiple variables in the
-@var{incrememnt} part of the loop, like so:
+@var{increment} part of the loop, like so:
@example
for (i = 0, j = length(a); i < j; i++, j--) @dots{} @ii{C/C++, not awk!}
@@ -24979,9 +24979,9 @@ function usage()
@{
printf("Usage:\n" \
"\tid [user]\n" \
- "\tid −G [−n] [user]\n" \
- "\tid −g [−nr] [user]\n" \
- "\tid −u [−nr] [user]\n") > "/dev/stderr"
+ "\tid -G [-n] [user]\n" \
+ "\tid -g [-nr] [user]\n" \
+ "\tid -u [-nr] [user]\n") > "/dev/stderr"
exit 1
@}
@@ -41079,7 +41079,7 @@ It should be processed with @TeX{}
to produce a printed document and
with @command{makeinfo} to produce an Info or HTML file.
-@item doc/gawkorkflow.info
+@item doc/gawkworkflow.info
The generated Info file for
@cite{@value{GAWKWORKFLOWTITLE}}.
@@ -41275,8 +41275,8 @@ to have been set up previously as a user who is allowed to run the
@cindex MPFR library, building with
Use of the MPFR library with @command{gawk}
is an optional feature: if you have the MPFR and GMP libraries already installed
-when you configure and build @command{gawk},
-@command{gawk} automatically will be able to use them.
+when you configure and build @command{gawk},
+@command{gawk} automatically will be able to use them.
You can install these libraries from source code by fetching them
from the GNU distribution site at @code{ftp.gnu.org}.