diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 13e46315..00d544b4 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -3230,7 +3230,7 @@ $ gawk 'BEGIN @{ print "dont panic" # a friendly \ > BEGIN rule > @}' @error{} gawk: cmd. line:2: BEGIN rule -@error{} gawk: cmd. line:2: ^ parse error +@error{} gawk: cmd. line:2: ^ syntax error @end example @noindent @@ -33185,7 +33185,7 @@ flags in the @code{FNM} array. The flags are follows: @multitable @columnfractions .25 .75 -@headitem Array element @tab Corresponding lag defined by @code{fnmatch()} +@headitem Array element @tab Corresponding flag defined by @code{fnmatch()} @item @code{FNM["CASEFOLD"]} @tab @code{FNM_CASEFOLD} @item @code{FNM["FILE_NAME"]} @tab @code{FNM_FILE_NAME} @item @code{FNM["LEADING_DIR"]} @tab @code{FNM_LEADING_DIR} @@ -33600,7 +33600,7 @@ main @command{gawk} distribution. @cindex @command{git} utility You can check out the code for the @code{gawkextlib} project -using the @uref{http://git-scm.com, GIT} distributed source +using the @uref{http://git-scm.com, Git} distributed source code control system. The command is as follows: @example @@ -35400,7 +35400,6 @@ into a byte-code interpreter, including the debugger. @item The addition of true arrays of arrays. -@ref{Arrays of Arrays}. @item The additional modifications for support of arbitrary precision arithmetic. @@ -35422,6 +35421,7 @@ with Pat Rankin. @end itemize @cindex Papadopoulos, Panos +@item Panos Papadopoulos contributed the original text for @ref{Include Files}. @item |