diff options
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 02aa713b..ba37ca57 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -28766,7 +28766,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 @@ -32011,7 +32013,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 @@ -32019,6 +32021,9 @@ XML parser extension, using the @uref{http://expat.sourceforge.net, Expat} XML parsing library. @item +PDF extension. + +@item PostgreSQL extension. @item |