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 f7fca2e7..dad6283d 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -13919,7 +13919,7 @@ it will be called before any @code{END} rules. The @code{ENDFILE} rule is executed even for empty input files. Normally, when an error occurs when reading input in the normal -input-processing loop, the error is fatal. However, if an @code{ENDFILE} +input-processing loop, the error is fatal. However, if an @code{BEGINFILE} rule is present, the error becomes non-fatal, and instead @code{ERRNO} is set. This makes it possible to catch and process I/O errors at the level of the @command{awk} program. @@ -22787,7 +22787,7 @@ option, we take a different branch: First, we search this option for a possible embedded equal sign, as the specification of long options allows an argument to an option -@samp{--someopt:} to be specified as @samp{--someopt=answer} as well as +@samp{--someopt} to be specified as @samp{--someopt=answer} as well as @samp{@w{--someopt answer}}. @example |