diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-27 13:56:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-27 13:56:04 +0200 |
commit | 73fe58f8ed3ba97f703d3e516d0f502a6aa5b907 (patch) | |
tree | f506091ff715add46cbe4dea7210d5f74972362b | |
parent | 64854e87c6b07ddc8d7a687decefaf5ae3a5c9fb (diff) | |
download | egawk-73fe58f8ed3ba97f703d3e516d0f502a6aa5b907.tar.gz egawk-73fe58f8ed3ba97f703d3e516d0f502a6aa5b907.tar.bz2 egawk-73fe58f8ed3ba97f703d3e516d0f502a6aa5b907.zip |
Minor doc update.
-rw-r--r-- | doc/ChangeLog | 3 | ||||
-rw-r--r-- | doc/gawk.texi | 3 | ||||
-rw-r--r-- | doc/gawktexi.in | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1172c285..d9679147 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,9 @@ 2015-02-27 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Update UPDATE-MONTH and copyright year. + Note that "the guide is definitive" quote is really + from "The Restaurant at the End of the Universe". Thanks + to Antonio Colombo for pointing this out. 2015-02-24 Arnold D. Robbins <arnold@skeeve.com> diff --git a/doc/gawk.texi b/doc/gawk.texi index e963992a..8a2de8b7 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -12003,6 +12003,9 @@ the string constant @code{"0"} is actually true, because it is non-null. @i{The Guide is definitive. Reality is frequently inaccurate.} @author Douglas Adams, @cite{The Hitchhiker's Guide to the Galaxy} @end quotation +@c 2/2015: Antonio Colombo points out that this is really from +@c The Restaurant at the End of the Universe. But I'm going to +@c leave it alone. @cindex comparison expressions @cindex expressions, comparison diff --git a/doc/gawktexi.in b/doc/gawktexi.in index f7e3ee21..aecf8e54 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -11331,6 +11331,9 @@ the string constant @code{"0"} is actually true, because it is non-null. @i{The Guide is definitive. Reality is frequently inaccurate.} @author Douglas Adams, @cite{The Hitchhiker's Guide to the Galaxy} @end quotation +@c 2/2015: Antonio Colombo points out that this is really from +@c The Restaurant at the End of the Universe. But I'm going to +@c leave it alone. @cindex comparison expressions @cindex expressions, comparison |