aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-25 20:36:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-25 20:36:31 +0200
commit9a5a057d1c8c48c5436400b9bc5e7316483d6226 (patch)
treea8aa7f60043d77e4fdf01576531e74be47fcd169 /doc/gawk.texi
parentc8bb135458c81ed36797903f6c3c89a7f88ba58a (diff)
parent5d0899d5357431430c765ae342530c9ba0c79b79 (diff)
downloadegawk-9a5a057d1c8c48c5436400b9bc5e7316483d6226.tar.gz
egawk-9a5a057d1c8c48c5436400b9bc5e7316483d6226.tar.bz2
egawk-9a5a057d1c8c48c5436400b9bc5e7316483d6226.zip
Merge branch 'gawk-4.1-stable'
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 6e5fb555..517d786c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -29625,7 +29625,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
@@ -32870,7 +32872,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
@@ -32878,6 +32880,9 @@ XML parser extension, using the @uref{http://expat.sourceforge.net, Expat}
XML parsing library.
@item
+PDF extension.
+
+@item
PostgreSQL extension.
@item