diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-25 20:36:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-25 20:36:31 +0200 |
commit | 9a5a057d1c8c48c5436400b9bc5e7316483d6226 (patch) | |
tree | a8aa7f60043d77e4fdf01576531e74be47fcd169 /doc/gawktexi.in | |
parent | c8bb135458c81ed36797903f6c3c89a7f88ba58a (diff) | |
parent | 5d0899d5357431430c765ae342530c9ba0c79b79 (diff) | |
download | egawk-9a5a057d1c8c48c5436400b9bc5e7316483d6226.tar.gz egawk-9a5a057d1c8c48c5436400b9bc5e7316483d6226.tar.bz2 egawk-9a5a057d1c8c48c5436400b9bc5e7316483d6226.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index aac8c2af..d6e1a113 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -28774,7 +28774,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 @@ -32019,7 +32021,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 @@ -32027,6 +32029,9 @@ XML parser extension, using the @uref{http://expat.sourceforge.net, Expat} XML parsing library. @item +PDF extension. + +@item PostgreSQL extension. @item |