io.sockets-docs: fix typo
parent
e755471dc7
commit
06703ee2ef
|
@ -37,7 +37,7 @@ ARTICLE: "network-packet" "Packet-oriented networking"
|
||||||
{ $subsection receive }
|
{ $subsection receive }
|
||||||
"Packet-oriented sockets are closed by calling " { $link dispose } "."
|
"Packet-oriented sockets are closed by calling " { $link dispose } "."
|
||||||
$nl
|
$nl
|
||||||
"Address specifiers have the following interpretation with connection-oriented networking words:"
|
"Address specifiers have the following interpretation with packet-oriented networking words:"
|
||||||
{ $list
|
{ $list
|
||||||
{ { $link local } " - Unix domain datagram sockets on Unix systems" }
|
{ { $link local } " - Unix domain datagram sockets on Unix systems" }
|
||||||
{ { $link inet4 } " - a TCP/IP connection to an IPv4 address and port number; no name lookup is performed" }
|
{ { $link inet4 } " - a TCP/IP connection to an IPv4 address and port number; no name lookup is performed" }
|
||||||
|
|
Loading…
Reference in New Issue