diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index a3fdd2a1..b9190a62 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -11403,7 +11403,7 @@ fatal error. If you have written extensions that modify the record handling (by inserting an ``open hook''), you can invoke them at this point, before @command{gawk} has started processing the file. (This is a @emph{very} advanced feature, -currently used only by the @uref{http://xgawk.sourceforge.net, XMLgawk project}.) +currently used only by the @uref{http://xmlgawk.sourceforge.net, XMLgawk project}.) @end itemize The @code{ENDFILE} rule is called when @command{gawk} has finished processing @@ -27081,12 +27081,12 @@ provided the port to Amiga systems and its documentation. @item @cindex Deifik, Scott Scott Deifik -currently maintains the MS-DOS / Windows port using DJGPP. +currently maintains the MS-DOS port using DJGPP. @item @cindex Zaretskii, Eli Eli Zaretskii -currently maintains the MS-DOS / Windows port using MinGW. +currently maintains the MS-Windows port using MinGW. @item @@ -28312,9 +28312,9 @@ authoritative if it conflicts with this @value{DOCUMENT}. The people maintaining the non-Unix ports of @command{gawk} are as follows: -@multitable {MS-Windows with MINGW and DJGPP} {123456789012345678901234567890123456789001234567890} +@multitable {MS-Windows with MINGW} {123456789012345678901234567890123456789001234567890} @cindex Deifik, Scott -@item MS-Windows with DJGPP @tab Scott Deifik, @EMAIL{scottd.mail@@sbcglobal.net,scottd dot mail at sbcglobal dot net}. +@item MS-DOS with DJGPP @tab Scott Deifik, @EMAIL{scottd.mail@@sbcglobal.net,scottd dot mail at sbcglobal dot net}. @cindex Zaretskii, Eli @item MS-Windows with MINGW @tab Eli Zaretskii, @EMAIL{eliz@@gnu.org,eliz at gnu dot org}. @@ -28514,7 +28514,7 @@ to support processing XML files. It has a number of interesting extensions which should one day be integrated into the main @command{gawk} code base. For more information, see -@uref{http://xgawk.sourceforge.net, the XMLgawk project web site}. +@uref{http://xmlgawk.sourceforge.net, the XMLgawk project web site}. @end table @c ENDOFRANGE gligawk |