diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-03 21:05:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-03 21:05:05 +0200 |
commit | 9c2180330d85a9915b14c5fb5346dbc90b49fe87 (patch) | |
tree | 3cf708591cb2531865eb87e6d66b1de5fd2e0f9b /doc/gawkinet.texi | |
parent | ffef130c33f07bd245823413e6f12105aa8dcbf9 (diff) | |
download | egawk-9c2180330d85a9915b14c5fb5346dbc90b49fe87.tar.gz egawk-9c2180330d85a9915b14c5fb5346dbc90b49fe87.tar.bz2 egawk-9c2180330d85a9915b14c5fb5346dbc90b49fe87.zip |
A number of small documentation updates.
Diffstat (limited to 'doc/gawkinet.texi')
-rw-r--r-- | doc/gawkinet.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawkinet.texi b/doc/gawkinet.texi index eb0f2d81..40198e1d 100644 --- a/doc/gawkinet.texi +++ b/doc/gawkinet.texi @@ -597,7 +597,7 @@ is started, @command{gawk} creates the appropriate network connection, and then two-way I/O proceeds as usual. @c last comma is part of see-also -@cindex input/output, two-way, See Also @command{gawk}, networking +@cindex input/output, two-way, See Also @command{gawk}@comma{} networking @cindex TCP/IP, sockets and At the C, C++, and Perl level, networking is accomplished via @dfn{sockets}, an Application Programming Interface (API) originally @@ -1144,9 +1144,9 @@ or the application cannot tolerate virtual circuit overhead. @node Setting Up, Email, Interacting, Using Networking @section Setting Up a Service @c last comma is part of tertiary -@cindex networks, @command{gawk} and, service, establishing +@cindex networks, @command{gawk} and, service@comma{} establishing @c last comma is part of tertiary -@cindex @command{gawk}, networking, service, establishing +@cindex @command{gawk}, networking, service@comma{} establishing The preceding programs behaved as clients that connect to a server somewhere on the Internet and request a particular service. Now we set up such a service to mimic the behavior of the @samp{daytime} service. |