From 06703ee2ef1f31208c539aceebfe967735edd6aa Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Mon, 19 May 2008 15:22:44 -0500 Subject: [PATCH] io.sockets-docs: fix typo --- extra/io/sockets/sockets-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/io/sockets/sockets-docs.factor b/extra/io/sockets/sockets-docs.factor index 668312e3f1..e7d68d6111 100755 --- a/extra/io/sockets/sockets-docs.factor +++ b/extra/io/sockets/sockets-docs.factor @@ -37,7 +37,7 @@ ARTICLE: "network-packet" "Packet-oriented networking" { $subsection receive } "Packet-oriented sockets are closed by calling " { $link dispose } "." $nl -"Address specifiers have the following interpretation with connection-oriented networking words:" +"Address specifiers have the following interpretation with packet-oriented networking words:" { $list { { $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" }