diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 303 |
1 files changed, 150 insertions, 153 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index df7d4929..36510b6d 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -13482,11 +13482,9 @@ NET-TYPE IPv4. PROTOCOL - The protocol to use over IP. This must be either `tcp', `udp', or - `raw', for a TCP, UDP, or raw IP connection, respectively. The - use of TCP is recommended for most applications. - - *Caution:* The use of raw sockets is not currently supported. + The protocol to use over IP. This must be either `tcp', or `udp', + for a TCP or UDP IP connection, respectively. The use of TCP is + recommended for most applications. LOCAL-PORT The local TCP or UDP port number to use. Use a port number of `0' @@ -19542,7 +19540,8 @@ all be disabled with either the `--traditional' or `--posix' options * The `/inet4' and `/inet6' special files for TCP/IP networking using `|&' to specify which version of the IP protocol to use. - (*note TCP/IP Networking::). + The option to use a raw IP socket was removed, since it was never + implemented (*note TCP/IP Networking::). * The `--compat', `--copyleft' and `--usage' options were removed. @@ -25838,7 +25837,7 @@ Index * get_curfunc_arg_count internal function: Internals. (line 37) * get_record input method: Internals. (line 162) * get_scalar_argument internal macro: Internals. (line 126) -* getaddrinfo() function (C library): TCP/IP Networking. (line 39) +* getaddrinfo() function (C library): TCP/IP Networking. (line 37) * getgrent() function (C library): Group Functions. (line 6) * getgrent() user-defined function: Group Functions. (line 6) * getgrgid() function (C library): Group Functions. (line 187) @@ -26560,7 +26559,6 @@ Index * Rankin, Pat <2>: Contributors. (line 35) * Rankin, Pat <3>: Assignment Ops. (line 100) * Rankin, Pat: Acknowledgments. (line 59) -* raw sockets: TCP/IP Networking. (line 36) * readable data files, checking: File Checking. (line 6) * readable.awk program: File Checking. (line 11) * recipe for a programming language: History. (line 6) @@ -26758,7 +26756,6 @@ Index * single-precision floating-point: Basic Data Typing. (line 33) * Skywalker, Luke: Undocumented. (line 6) * sleep utility: Alarm Program. (line 102) -* sockets: TCP/IP Networking. (line 36) * Solaris, POSIX compliant awk: Other Versions. (line 101) * sort function, arrays, sorting: Array Sorting. (line 6) * sort utility: Word Sorting. (line 56) @@ -27355,149 +27352,149 @@ Node: Nondecimal Data547256 Node: Two-way I/O548817 Ref: Two-way I/O-Footnote-1554231 Node: TCP/IP Networking554308 -Node: Profiling557161 -Node: Library Functions564561 -Ref: Library Functions-Footnote-1567531 -Node: Library Names567702 -Ref: Library Names-Footnote-1571173 -Ref: Library Names-Footnote-2571393 -Node: General Functions571479 -Node: Nextfile Function572542 -Node: Strtonum Function576923 -Node: Assert Function579874 -Node: Round Function583200 -Node: Cliff Random Function584741 -Node: Ordinal Functions585757 -Ref: Ordinal Functions-Footnote-1588827 -Ref: Ordinal Functions-Footnote-2589079 -Node: Join Function589295 -Ref: Join Function-Footnote-1591066 -Node: Gettimeofday Function591266 -Node: Data File Management594981 -Node: Filetrans Function595613 -Node: Rewind Function599850 -Node: File Checking601303 -Node: Empty Files602397 -Node: Ignoring Assigns604627 -Node: Getopt Function606180 -Ref: Getopt Function-Footnote-1617505 -Node: Passwd Functions617708 -Ref: Passwd Functions-Footnote-1626696 -Node: Group Functions626784 -Node: Sample Programs634864 -Node: Running Examples635533 -Node: Clones636261 -Node: Cut Program637393 -Node: Egrep Program647160 -Ref: Egrep Program-Footnote-1654914 -Node: Id Program655024 -Node: Split Program658631 -Node: Tee Program662099 -Node: Uniq Program664842 -Node: Wc Program672219 -Ref: Wc Program-Footnote-1676465 -Node: Miscellaneous Programs676661 -Node: Dupword Program677781 -Node: Alarm Program679812 -Node: Translate Program684356 -Ref: Translate Program-Footnote-1688735 -Ref: Translate Program-Footnote-2688972 -Node: Labels Program689106 -Ref: Labels Program-Footnote-1692397 -Node: Word Sorting692481 -Node: History Sorting696828 -Node: Extract Program698666 -Node: Simple Sed706029 -Node: Igawk Program709086 -Ref: Igawk Program-Footnote-1723821 -Ref: Igawk Program-Footnote-2724022 -Node: Signature Program724160 -Node: Debugger725240 -Node: Debugging726116 -Node: Debugging Concepts726430 -Node: Debugging Terms728283 -Node: Awk Debugging730831 -Node: Sample dgawk session731723 -Node: dgawk invocation732215 -Node: Finding The Bug733399 -Node: List of Debugger Commands739914 -Node: Breakpoint Control741229 -Node: Dgawk Execution Control744439 -Node: Viewing And Changing Data747788 -Node: Dgawk Stack751084 -Node: Dgawk Info752545 -Node: Miscellaneous Dgawk Commands756483 -Node: Readline Support762199 -Node: Dgawk Limitations763015 -Node: Language History765187 -Node: V7/SVR3.1766564 -Node: SVR4768859 -Node: POSIX770304 -Node: BTL772016 -Node: POSIX/GNU773706 -Node: Contributors783370 -Node: Installation786979 -Node: Gawk Distribution787950 -Node: Getting788434 -Node: Extracting789260 -Node: Distribution contents790648 -Node: Unix Installation795721 -Node: Quick Installation796312 -Node: Additional Configuration Options798014 -Node: Configuration Philosophy799777 -Node: Non-Unix Installation802141 -Node: PC Installation802606 -Node: PC Binary Installation803912 -Node: PC Compiling805755 -Node: PC Dynamic810260 -Node: PC Using812623 -Node: Cygwin817171 -Node: MSYS818155 -Node: VMS Installation818661 -Node: VMS Compilation819265 -Node: VMS Installation Details820842 -Node: VMS Running822472 -Node: VMS POSIX824069 -Node: VMS Old Gawk825367 -Node: Unsupported825836 -Node: Atari Installation826298 -Node: Atari Compiling827585 -Node: Atari Using829474 -Node: BeOS Installation832321 -Node: Tandem Installation833466 -Node: Bugs835145 -Node: Other Versions838977 -Node: Notes844199 -Node: Compatibility Mode844891 -Node: Additions845674 -Node: Adding Code846424 -Node: New Ports852476 -Node: Dynamic Extensions856608 -Node: Internals857989 -Node: Plugin License868394 -Node: Sample Library869028 -Node: Internal File Description869692 -Node: Internal File Ops873387 -Ref: Internal File Ops-Footnote-1878263 -Node: Using Internal File Ops878411 -Node: Future Extensions880436 -Node: Basic Concepts884473 -Node: Basic High Level885230 -Ref: Basic High Level-Footnote-1889349 -Node: Basic Data Typing889543 -Node: Floating Point Issues893980 -Node: String Conversion Precision895063 -Ref: String Conversion Precision-Footnote-1896757 -Node: Unexpected Results896866 -Node: POSIX Floating Point Problems898692 -Ref: POSIX Floating Point Problems-Footnote-1902391 -Node: Glossary902429 -Node: Copying926212 -Node: GNU Free Documentation License963769 -Node: next-edition988913 -Node: unresolved989265 -Node: revision989765 -Node: consistency990188 -Node: Index993541 +Node: Profiling557080 +Node: Library Functions564480 +Ref: Library Functions-Footnote-1567450 +Node: Library Names567621 +Ref: Library Names-Footnote-1571092 +Ref: Library Names-Footnote-2571312 +Node: General Functions571398 +Node: Nextfile Function572461 +Node: Strtonum Function576842 +Node: Assert Function579793 +Node: Round Function583119 +Node: Cliff Random Function584660 +Node: Ordinal Functions585676 +Ref: Ordinal Functions-Footnote-1588746 +Ref: Ordinal Functions-Footnote-2588998 +Node: Join Function589214 +Ref: Join Function-Footnote-1590985 +Node: Gettimeofday Function591185 +Node: Data File Management594900 +Node: Filetrans Function595532 +Node: Rewind Function599769 +Node: File Checking601222 +Node: Empty Files602316 +Node: Ignoring Assigns604546 +Node: Getopt Function606099 +Ref: Getopt Function-Footnote-1617424 +Node: Passwd Functions617627 +Ref: Passwd Functions-Footnote-1626615 +Node: Group Functions626703 +Node: Sample Programs634783 +Node: Running Examples635452 +Node: Clones636180 +Node: Cut Program637312 +Node: Egrep Program647079 +Ref: Egrep Program-Footnote-1654833 +Node: Id Program654943 +Node: Split Program658550 +Node: Tee Program662018 +Node: Uniq Program664761 +Node: Wc Program672138 +Ref: Wc Program-Footnote-1676384 +Node: Miscellaneous Programs676580 +Node: Dupword Program677700 +Node: Alarm Program679731 +Node: Translate Program684275 +Ref: Translate Program-Footnote-1688654 +Ref: Translate Program-Footnote-2688891 +Node: Labels Program689025 +Ref: Labels Program-Footnote-1692316 +Node: Word Sorting692400 +Node: History Sorting696747 +Node: Extract Program698585 +Node: Simple Sed705948 +Node: Igawk Program709005 +Ref: Igawk Program-Footnote-1723740 +Ref: Igawk Program-Footnote-2723941 +Node: Signature Program724079 +Node: Debugger725159 +Node: Debugging726035 +Node: Debugging Concepts726349 +Node: Debugging Terms728202 +Node: Awk Debugging730750 +Node: Sample dgawk session731642 +Node: dgawk invocation732134 +Node: Finding The Bug733318 +Node: List of Debugger Commands739833 +Node: Breakpoint Control741148 +Node: Dgawk Execution Control744358 +Node: Viewing And Changing Data747707 +Node: Dgawk Stack751003 +Node: Dgawk Info752464 +Node: Miscellaneous Dgawk Commands756402 +Node: Readline Support762118 +Node: Dgawk Limitations762934 +Node: Language History765106 +Node: V7/SVR3.1766483 +Node: SVR4768778 +Node: POSIX770223 +Node: BTL771935 +Node: POSIX/GNU773625 +Node: Contributors783372 +Node: Installation786981 +Node: Gawk Distribution787952 +Node: Getting788436 +Node: Extracting789262 +Node: Distribution contents790650 +Node: Unix Installation795723 +Node: Quick Installation796314 +Node: Additional Configuration Options798016 +Node: Configuration Philosophy799779 +Node: Non-Unix Installation802143 +Node: PC Installation802608 +Node: PC Binary Installation803914 +Node: PC Compiling805757 +Node: PC Dynamic810262 +Node: PC Using812625 +Node: Cygwin817173 +Node: MSYS818157 +Node: VMS Installation818663 +Node: VMS Compilation819267 +Node: VMS Installation Details820844 +Node: VMS Running822474 +Node: VMS POSIX824071 +Node: VMS Old Gawk825369 +Node: Unsupported825838 +Node: Atari Installation826300 +Node: Atari Compiling827587 +Node: Atari Using829476 +Node: BeOS Installation832323 +Node: Tandem Installation833468 +Node: Bugs835147 +Node: Other Versions838979 +Node: Notes844201 +Node: Compatibility Mode844893 +Node: Additions845676 +Node: Adding Code846426 +Node: New Ports852478 +Node: Dynamic Extensions856610 +Node: Internals857991 +Node: Plugin License868396 +Node: Sample Library869030 +Node: Internal File Description869694 +Node: Internal File Ops873389 +Ref: Internal File Ops-Footnote-1878265 +Node: Using Internal File Ops878413 +Node: Future Extensions880438 +Node: Basic Concepts884475 +Node: Basic High Level885232 +Ref: Basic High Level-Footnote-1889351 +Node: Basic Data Typing889545 +Node: Floating Point Issues893982 +Node: String Conversion Precision895065 +Ref: String Conversion Precision-Footnote-1896759 +Node: Unexpected Results896868 +Node: POSIX Floating Point Problems898694 +Ref: POSIX Floating Point Problems-Footnote-1902393 +Node: Glossary902431 +Node: Copying926214 +Node: GNU Free Documentation License963771 +Node: next-edition988915 +Node: unresolved989267 +Node: revision989767 +Node: consistency990190 +Node: Index993543 End Tag Table |