summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
-rw-r--r--doc/gawk.12
-rw-r--r--doc/gawk.texi12
3 files changed, 14 insertions, 10 deletions
diff --git a/README b/README
index 59d45b87..47ff2fff 100644
--- a/README
+++ b/README
@@ -73,9 +73,13 @@ Arnold Robbins
BUG REPORTS AND FIXES, non-Unix systems:
-MS-Windows with MinGW and DJGPP:
- Scott Deifik (DJGPP), scottd.mail@sbcglobal.net
- Eli Zaretskii (MinGW), eliz@gnu.org
+MS-DOS with DJGPP:
+ Scott Deifik
+ scottd.mail@sbcglobal.net
+
+MS-Windows with MinGW:
+ Eli Zaretskii
+ eliz@gnu.org
OS/2:
Andreas Buening
diff --git a/doc/gawk.1 b/doc/gawk.1
index 96abac79..24d7d2d5 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -3650,7 +3650,7 @@ compatible with the new version of \*(UX
Arnold Robbins is the current maintainer.
.PP
The initial DOS port was done by Conrad Kwok and Scott Garfinkle.
-Scott Deifik maintains the port to MS-Windows using DJGPP.
+Scott Deifik maintains the port to MS-DOS using DJGPP.
Eli Zaretskii maintains the port to MS-Windows using MinGW.
Pat Rankin did the
port to VMS, and Michal Jaegermann did the port to the Atari ST.
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