diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-09 22:13:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-09 22:13:56 +0300 |
commit | 589d91eeb99bf2c7dcd6a4310f5964739b9c8edb (patch) | |
tree | 4895e718647b1a2e012b40d0378cf721d8e33869 /doc/gawktexi.in | |
parent | f1819adeb27379fd0199662b3daffcac4132e5b0 (diff) | |
download | egawk-589d91eeb99bf2c7dcd6a4310f5964739b9c8edb.tar.gz egawk-589d91eeb99bf2c7dcd6a4310f5964739b9c8edb.tar.bz2 egawk-589d91eeb99bf2c7dcd6a4310f5964739b9c8edb.zip |
More doc fixes.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 58886495..7b3c7ce8 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -14500,7 +14500,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!} @@ -24948,9 +24948,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 @} @@ -40747,7 +40747,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}}. @@ -40943,8 +40943,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}. |