diff options
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. |