diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.info | 8 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 10 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 2088bb0e..b2b08e15 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-25 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Fix a bad URL. + 2015-01-23 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: O'Reilly fixes. diff --git a/doc/gawk.info b/doc/gawk.info index 365ca95c..a6b8fac0 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -29614,7 +29614,7 @@ CHEM A preprocessor for `pic' that reads descriptions of molecules and produces `pic' input for drawing them. It was written in `awk' by Brian Kernighan and Jon Bentley, and is available from - `http://netlib.sandia.gov/netlib/typesetting/chem.gz'. + `http://netlib.org/typesetting/chem'. Comparison Expression A relation that is either true or false, such as `a < b'. @@ -35001,8 +35001,8 @@ Ref: figure-process-flow1177224 Ref: Basic High Level-Footnote-11180453 Node: Basic Data Typing1180638 Node: Glossary1183966 -Node: Copying1215912 -Node: GNU Free Documentation License1253468 -Node: Index1278604 +Node: Copying1215895 +Node: GNU Free Documentation License1253451 +Node: Index1278587 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index c6fb0375..55c49a39 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -39824,7 +39824,7 @@ A preprocessor for @command{pic} that reads descriptions of molecules and produces @command{pic} input for drawing them. It was written in @command{awk} by Brian Kernighan and Jon Bentley, and is available from -@uref{http://netlib.sandia.gov/netlib/typesetting/chem.gz}. +@uref{http://netlib.org/typesetting/chem}. @item Comparison Expression A relation that is either true or false, such as @samp{a < b}. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index e360a83b..941da485 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -38916,7 +38916,7 @@ A preprocessor for @command{pic} that reads descriptions of molecules and produces @command{pic} input for drawing them. It was written in @command{awk} by Brian Kernighan and Jon Bentley, and is available from -@uref{http://netlib.sandia.gov/netlib/typesetting/chem.gz}. +@uref{http://netlib.org/typesetting/chem}. @item Comparison Expression A relation that is either true or false, such as @samp{a < b}. |