diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:22:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:22:00 +0300 |
commit | 6cc7d587a710606d3fe52222707739c7cc1b8651 (patch) | |
tree | 2b6360852d8f966bd83eeb6efd8af90f8e9b83f9 /doc/gawkinet.info | |
parent | e888f1834b88270590b7e04d64c03c75863e4565 (diff) | |
download | egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.gz egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.bz2 egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.zip |
Move to gawk-3.1.3.
Diffstat (limited to 'doc/gawkinet.info')
-rw-r--r-- | doc/gawkinet.info | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/doc/gawkinet.info b/doc/gawkinet.info index 5a010dbb..db8f239f 100644 --- a/doc/gawkinet.info +++ b/doc/gawkinet.info @@ -1,7 +1,7 @@ This is gawkinet.info, produced by makeinfo version 4.5 from gawkinet.texi. -INFO-DIR-SECTION Text creation and manipulation +INFO-DIR-SECTION Network applications START-INFO-DIR-ENTRY * Gawkinet: (gawkinet). TCP/IP Internetworking With `gawk'. END-INFO-DIR-ENTRY @@ -1488,7 +1488,7 @@ is the code: PARAM[i] = _CGI_decode(PARAM[i]) j = index(PARAM[i], "=") GETARG[substr(PARAM[i], 1, j-1)] = \ - substr(PARAM[i], j+1) + substr(PARAM[i], j+1) } } else { # there is no "?", no need for splitting PARAMs split(uri, MENU, "[/:]") @@ -4331,57 +4331,57 @@ Index Tag Table: -Node: Top2014 -Node: Preface5707 -Node: Introduction7085 -Node: Stream Communications8109 -Node: Datagram Communications9277 -Node: The TCP/IP Protocols10903 -Ref: The TCP/IP Protocols-Footnote-111582 -Node: Basic Protocols11739 -Node: Ports13047 -Node: Making Connections14443 -Ref: Making Connections-Footnote-117019 -Ref: Making Connections-Footnote-217066 -Node: Using Networking17247 -Node: Gawk Special Files19600 -Node: Special File Fields21599 -Node: Comparing Protocols26905 -Node: File /inet/tcp27485 -Node: File /inet/udp28498 -Node: File /inet/raw29606 -Ref: File /inet/raw-Footnote-132626 -Node: TCP Connecting32706 -Node: Troubleshooting35039 -Ref: Troubleshooting-Footnote-138090 -Node: Interacting38633 -Node: Setting Up41358 -Node: Email44847 -Node: Web page47168 -Ref: Web page-Footnote-149968 -Node: Primitive Service50165 -Node: Interacting Service52894 -Ref: Interacting Service-Footnote-162018 -Node: CGI Lib62050 -Node: Simple Server69032 -Ref: Simple Server-Footnote-176765 -Node: Caveats76866 -Node: Challenges78003 -Node: Some Applications and Techniques86662 -Node: PANIC89118 -Node: GETURL90831 -Node: REMCONF93449 -Node: URLCHK98920 -Node: WEBGRAB102750 -Node: STATIST107195 -Ref: STATIST-Footnote-1118896 -Node: MAZE119341 -Node: MOBAGWHO125521 -Ref: MOBAGWHO-Footnote-1139457 -Node: STOXPRED139512 -Node: PROTBASE153787 -Node: Links166878 -Node: GNU Free Documentation License170311 -Node: Index192716 +Node: Top2004 +Node: Preface5697 +Node: Introduction7075 +Node: Stream Communications8099 +Node: Datagram Communications9267 +Node: The TCP/IP Protocols10893 +Ref: The TCP/IP Protocols-Footnote-111572 +Node: Basic Protocols11729 +Node: Ports13037 +Node: Making Connections14433 +Ref: Making Connections-Footnote-117009 +Ref: Making Connections-Footnote-217056 +Node: Using Networking17237 +Node: Gawk Special Files19590 +Node: Special File Fields21589 +Node: Comparing Protocols26895 +Node: File /inet/tcp27475 +Node: File /inet/udp28488 +Node: File /inet/raw29596 +Ref: File /inet/raw-Footnote-132616 +Node: TCP Connecting32696 +Node: Troubleshooting35029 +Ref: Troubleshooting-Footnote-138080 +Node: Interacting38623 +Node: Setting Up41348 +Node: Email44837 +Node: Web page47158 +Ref: Web page-Footnote-149958 +Node: Primitive Service50155 +Node: Interacting Service52884 +Ref: Interacting Service-Footnote-162008 +Node: CGI Lib62040 +Node: Simple Server69029 +Ref: Simple Server-Footnote-176762 +Node: Caveats76863 +Node: Challenges78000 +Node: Some Applications and Techniques86659 +Node: PANIC89115 +Node: GETURL90828 +Node: REMCONF93446 +Node: URLCHK98917 +Node: WEBGRAB102747 +Node: STATIST107192 +Ref: STATIST-Footnote-1118893 +Node: MAZE119338 +Node: MOBAGWHO125518 +Ref: MOBAGWHO-Footnote-1139454 +Node: STOXPRED139509 +Node: PROTBASE153784 +Node: Links166875 +Node: GNU Free Documentation License170308 +Node: Index192713 End Tag Table |