diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index cc249fdf..1f639334 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -24703,7 +24703,7 @@ and then a @code{usage()} function: # Options: # -G Output all group ids as space separated numbers (ruid, euid, groups) # -g Output only the euid as a number -# -n Ouput name instead of the numeric value (with -g/-G/-u) +# -n Output name instead of the numeric value (with -g/-G/-u) # -r Output ruid/rguid instead of effective id # -u Output only effective user id, as a number @@ -25559,7 +25559,7 @@ global variables with a leading capital letter. Doing that would make the program a little easier to follow. @ifset FOR_PRINT -@cindex Kernighan, Brian +@cindex Kernighan, Brian @subentry quotes The logic for choosing which lines to print represents a @dfn{state machine}, which is ``a device which can be in one of a set number of stable conditions depending on its previous condition and on the @@ -27681,7 +27681,7 @@ Fix this problem. without relying on @code{ord()} and @code{chr()}.) @item -@cindex Kernighan, Brian +@cindex Kernighan, Brian @subentry quotes In @file{uniq.awk} (@pxref{Uniq Program}, the logic for choosing which lines to print represents a @dfn{state machine}, which is ``a device which can be in one of a set number of stable |