diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-03 21:05:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-03 21:05:49 +0200 |
commit | 297ddda23ef3be22274481316ac708a389cfd23c (patch) | |
tree | d4a625acf7121a6ff726b7643f8ced9ef4ce294c /doc/gawkinet.texi | |
parent | d68ff70e48e7d695231b07f6a55a5d98a77ac4b4 (diff) | |
parent | 9c2180330d85a9915b14c5fb5346dbc90b49fe87 (diff) | |
download | egawk-297ddda23ef3be22274481316ac708a389cfd23c.tar.gz egawk-297ddda23ef3be22274481316ac708a389cfd23c.tar.bz2 egawk-297ddda23ef3be22274481316ac708a389cfd23c.zip |
Merge branch 'gawk-4.1-stable'
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. |