diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-18 20:46:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-18 20:46:06 +0300 |
commit | 9a124d5aace4595c715665f3b5411f7d0a68c3a1 (patch) | |
tree | ff6fc5d2628d63394241902a7fb98b33f68d025f /doc/gawk.texi | |
parent | dc510090126eb27d2e0514f42a4da4863873903d (diff) | |
parent | 3c1052d3020c5b3ac7361ab7a706bcb83af05b30 (diff) | |
download | egawk-9a124d5aace4595c715665f3b5411f7d0a68c3a1.tar.gz egawk-9a124d5aace4595c715665f3b5411f7d0a68c3a1.tar.bz2 egawk-9a124d5aace4595c715665f3b5411f7d0a68c3a1.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 148032aa..17972c7a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -19169,8 +19169,8 @@ them, i.e., to tell @command{awk} what they should do. @subsection Function Definition Syntax @quotation -It's entirely fair to say that the @command{awk} syntax for local -variable definitions is appallingly awful. +@i{It's entirely fair to say that the @command{awk} syntax for local +variable definitions is appallingly awful.} @author Brian Kernighan @end quotation @@ -27279,6 +27279,7 @@ using regular pipes. @cindex @code{/inet6/@dots{}} special files (@command{gawk}) @cindex files, @code{/inet6/@dots{}} (@command{gawk}) @cindex @code{EMISTERED} +@ifnotdocbook @quotation @code{EMISTERED}:@* @ @ @ @ @i{A host is a host from coast to coast,@* @@ -27286,6 +27287,17 @@ using regular pipes. @ @ @ @ unless the host that isn't close@* @ @ @ @ is busy hung or dead.} @end quotation +@end ifnotdocbook + +@docbook +<blockquote> +<literallayout class="normal"><literal>EMISTERED</literal>: + <emphasis>A host is a host from coast to coast,</emphasis> + <emphasis>and no-one can talk to host that's close,</emphasis> + <emphasis>unless the host that isn't close</emphasis> + <emphasis>is busy hung or dead.</emphasis></literallayout> +</blockquote> +@end docbook In addition to being able to open a two-way pipeline to a coprocess on the same system @@ -30217,7 +30229,7 @@ to follow. @section Floating Point Arithmetic: Caveat Emptor! @quotation -Math class is tough! +@i{Math class is tough!} @author Teen Talk Barbie, July 1992 @end quotation @@ -38019,11 +38031,24 @@ Date: Wed, 4 Sep 1996 08:11:48 -0700 (PDT) @end ignore @cindex Brennan, Michael +@ifnotdocbook @quotation @i{It's kind of fun to put comments like this in your awk code.}@* @ @ @ @ @ @ @code{// Do C++ comments work? answer: yes! of course} @author Michael Brennan @end quotation +@end ifnotdocbook + +@docbook +<blockquote><attribution>Michael Brennan</attribution> +<literallayout> +<emphasis>It's kind of fun to put comments like this in your awk code.</emphasis> + <literal>// Do C++ comments work? answer: yes! of course</literal> +</literallayout> +</blockquote> +@end docbook + + There are a number of other freely available @command{awk} implementations. This @value{SECTION} briefly describes where to get them: |