aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-25 20:37:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-25 20:37:53 +0200
commit6182b49e9a485720bd607f54ab6ec9e5ff1fd522 (patch)
treee6e215798ccdaae6aad597b712e6e3f4751b42de /doc/gawk.texi
parent87d4e23af6d43fe3ad0a7898688c4c1320808fc7 (diff)
parent5d0899d5357431430c765ae342530c9ba0c79b79 (diff)
downloadegawk-6182b49e9a485720bd607f54ab6ec9e5ff1fd522.tar.gz
egawk-6182b49e9a485720bd607f54ab6ec9e5ff1fd522.tar.bz2
egawk-6182b49e9a485720bd607f54ab6ec9e5ff1fd522.zip
Merge branch 'gawk-4.1-stable' into new-vms
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 43e518c1..7922150b 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -29620,7 +29620,9 @@ the macros as if they were functions.
@quotation
@i{I have a true love/hate relationship with unions.}
@author Arnold Robbins
+@end quotation
+@quotation
@i{That's the thing about unions: the compiler will arrange things so they
can accommodate both love and hate.}
@author Chet Ramey
@@ -32865,7 +32867,7 @@ project provides a number of @command{gawk} extensions, including one for
processing XML files. This is the evolution of the original @command{xgawk}
(XML @command{gawk}) project.
-As of this writing, there are four extensions:
+As of this writing, there are five extensions:
@itemize @bullet
@item
@@ -32873,6 +32875,9 @@ XML parser extension, using the @uref{http://expat.sourceforge.net, Expat}
XML parsing library.
@item
+PDF extension.
+
+@item
PostgreSQL extension.
@item