From 8ff976cd49eab84fcc0891e94a8896c2017b5275 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 5 Apr 2015 15:14:23 +0300 Subject: Doc fixes. --- doc/gawk.texi | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index eb2e968b..ba2b5bcc 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -13523,7 +13523,7 @@ If you have written extensions that modify the record handling (by inserting an ``input parser''; @pxref{Input Parsers}), you can invoke them at this point, before @command{gawk} has started processing the file. (This is a @emph{very} advanced feature, currently used only by the -@uref{http://gawkextlib.sourceforge.net, @code{gawkextlib} project}.) +@uref{http://sourceforge.net/projects/gawkextlib, @code{gawkextlib} project}.) @end itemize The @code{ENDFILE} rule is called when @command{gawk} has finished processing @@ -15523,10 +15523,10 @@ conceptually, if the element values are eight, @code{"foo"}, @float Figure,figure-array-elements @caption{A contiguous array} @ifinfo -@center @image{array-elements, , , Basic Program Stages, txt} +@center @image{array-elements, , , A Contiguous Array, txt} @end ifinfo @ifnotinfo -@center @image{array-elements, , , Basic Program Stages} +@center @image{array-elements, , , A Contiguous Array} @end ifnotinfo @end float @end ifnotdocbook @@ -34983,20 +34983,12 @@ make && make check @ii{Build and check that all is OK} make install @ii{Install gawk} @end example -Next, build @code{gawkextlib} and test it: - -@example -cd .../path/to/gawkextlib-code -./update-autotools @ii{Generate configure, etc.} - @ii{You may have to run this command twice} -./configure --with-gawk=/tmp/newgawk @ii{Configure, point at ``installed'' gawk} -make && make check @ii{Build and check that all is OK} -make install @ii{Install the extensions} -@end example - -If you have installed @command{gawk} in the standard way, then you -will likely not need the @option{--with-gawk} option when configuring -@code{gawkextlib}. You may need to use the @command{sudo} utility +Next, go to @url{http://sourceforge.net/projects/gawkextlib/files} to +download @code{gawkextlib} and any extensions that you would like to build. +The @file{README} file at that site explains how to build the code. If you +installed @command{gawk} in a non-standard location, you will need to +specify @code{./configure --with-gawk=@var{/path/to/gawk}} to find it. +You may need to use the @command{sudo} utility to install both @command{gawk} and @code{gawkextlib}, depending upon how your system works. -- cgit v1.2.3 From 1047a04edf933d57b88c264ee3dfb88633332f61 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 5 Apr 2015 15:17:12 +0300 Subject: Another small doc fix. --- doc/gawk.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 399b37b2..d2d4107d 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -14928,7 +14928,7 @@ However, beginning with version 4.2, if not in POSIX compatibility mode, @command{gawk} does update its own environment when @code{ENVIRON} is changed, thus changing the environment seen by programs that it creates. You should therefore be especially careful if you -modify @code{ENVIRON["PATH"]"}, which is the search path for finding +modify @code{ENVIRON["PATH"]}, which is the search path for finding executable programs. This can also affect the running @command{gawk} program, since some of the -- cgit v1.2.3