diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-14 22:22:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-14 22:22:08 +0300 |
commit | c85701de44acc1cb67dcc8b220bd94b9191873ed (patch) | |
tree | 428cb06e626425e55c3a8ebd3e752dfcb8a69cf5 /doc/gawk.texi | |
parent | 0fb3bc1f907fc707d3ffc662adf51021560a0ddc (diff) | |
parent | b34ea22faeecc99f81f4d897d5c4cc815eab2ddb (diff) | |
download | egawk-c85701de44acc1cb67dcc8b220bd94b9191873ed.tar.gz egawk-c85701de44acc1cb67dcc8b220bd94b9191873ed.tar.bz2 egawk-c85701de44acc1cb67dcc8b220bd94b9191873ed.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 10ddd235..9422f43b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -1131,6 +1131,21 @@ March, 2001 @c @c 12/2000: Chuck wants the preface & intro combined. +@c This bit is post-processed by a script which turns the chapter +@c tag into a preface tag, and moves this stuff to before the title. +@c Bleah. +@docbook + <prefaceinfo> + <author> + <firstname>Arnold</firstname> + <surname>Robbins</surname> + <affiliation><jobtitle>Nof Ayalon</jobtitle></affiliation> + <affiliation><jobtitle>ISRAEL</jobtitle></affiliation> + </author> + <date>June, 2014</date> + </prefaceinfo> +@end docbook + Several kinds of tasks occur repeatedly when working with text files. You might want to extract certain lines and discard the rest. @@ -2022,12 +2037,14 @@ which they raised and educated me. Finally, I also must acknowledge my gratitude to G-d, for the many opportunities He has sent my way, as well as for the gifts He has given me with which to take advantage of those opportunities. +@iftex @sp 2 @noindent Arnold Robbins @* Nof Ayalon @* ISRAEL @* May, 2014 +@end iftex @ifnotinfo @part @value{PART1}The @command{awk} Language |