From 3273ff4009f1f339902166692d33015d3bee6712 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 30 Aug 2008 12:46:21 -0500 Subject: [PATCH] new accessors --- basis/io/sockets/sockets-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/sockets/sockets-docs.factor b/basis/io/sockets/sockets-docs.factor index 979ac3dc21..3c77be254c 100755 --- a/basis/io/sockets/sockets-docs.factor +++ b/basis/io/sockets/sockets-docs.factor @@ -62,7 +62,7 @@ ARTICLE: "network-streams" "Networking" ABOUT: "network-streams" HELP: local -{ $class-description "Local address specifier for Unix domain sockets on Unix systems. The " { $link local-path } " slot holds the path name of the socket. New instances are created by calling " { $link } "." } +{ $class-description "Local address specifier for Unix domain sockets on Unix systems. The " { $snippet "path" } " slot holds the path name of the socket. New instances are created by calling " { $link } "." } { $examples { $code "\"/tmp/.X11-unix/0\" " } } ;