diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-14 20:25:06 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-14 20:25:06 +0200 |
commit | 9deed84c9490e3fcd7ee449990f342d921f9403f (patch) | |
tree | da7d92743e6311043414933997c16b6ff9b6a507 /doc/gawk.texi | |
parent | df1abb8c0d0b5855af8bb78ecf87f3511807905d (diff) | |
download | egawk-9deed84c9490e3fcd7ee449990f342d921f9403f.tar.gz egawk-9deed84c9490e3fcd7ee449990f342d921f9403f.tar.bz2 egawk-9deed84c9490e3fcd7ee449990f342d921f9403f.zip |
Minor doc edit in API chapter.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 31caabf5..8adef647 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28245,11 +28245,14 @@ It is possible to add new built-in functions to @command{gawk} using dynamically loaded libraries. This facility is available on systems (such as GNU/Linux) that support the C @code{dlopen()} and @code{dlsym()} functions. This @value{CHAPTER} describes how to create extensions -using code written in C or C++. If you don't know anything about C -programming, you can safely skip this @value{CHAPTER}, although you -may wish to review the documentation on the extensions that come with -@command{gawk} (@pxref{Extension Samples}), and the section on the -@code{gawkextlib} project (@pxref{gawkextlib}). +using code written in C or C++. + +If you don't know anything about C programming, you can safely skip this +@value{CHAPTER}, although you may wish to review the documentation on the +extensions that come with @command{gawk} (@pxref{Extension Samples}), +and the @value{SECTION} on the @code{gawkextlib} project (@pxref{gawkextlib}). +The sample extensions are automatically built and installed when +@command{gawk} is. @quotation NOTE When @option{--sandbox} is specified, extensions are disabled @@ -31881,7 +31884,7 @@ XML parser extension, using the @uref{http://expat.sourceforge.net, Expat} XML parsing library. @item -Postgres SQL extension. +PostgreSQL extension. @item GD graphics library extension. |