diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-28 20:39:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-28 20:39:03 +0200 |
commit | d8a4a1e3a9096250a3938b60b90c593fe3f49fc2 (patch) | |
tree | 0ff98810a27617e50b9c00f8cf7c39ff05ddbb30 /doc/gawk.texi | |
parent | d5ee571f7fd7a99d4fb66894596a03a74d2ca488 (diff) | |
download | egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.tar.gz egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.tar.bz2 egawk-d8a4a1e3a9096250a3938b60b90c593fe3f49fc2.zip |
Small doc updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 79679a62..7a8354eb 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -59,7 +59,7 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH January, 2019 +@set UPDATE-MONTH February, 2019 @set VERSION 5.0 @set PATCHLEVEL 0 @@ -21116,7 +21116,7 @@ More importantly, such a call is confusing for whoever will next read your program.@footnote{Said person might even be you, sometime in the future, at which point you will wonder, ``what was I thinking?!?''} Function parameters generally are input items that influence the computation -performed by the function. Calling a function with more paramaters than +performed by the function. Calling a function with more parameters than it accepts gives the false impression that those values are important to the function, when in fact they are not. |