diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 1962fe55..1aa632db 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -54,7 +54,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 @@ -20158,7 +20158,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. |