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\" " } } ;