Fix doc typo

slava 2006-05-20 20:46:53 +00:00
parent 9ffc3c27be
commit b6beb189b5
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@
- new browser:
- separate definition & documentation tabs
- browse generic words and classes
- initial size sucks
- toggle/radio buttons/tabs or something
- make-frame should compile
- track:

View File

@ -17,7 +17,7 @@ HELP: <file-writer> "( path -- stream )"
HELP: <client> "( host port -- stream )"
{ $values { "host" "a string" } { "port" "an integer between 0 and 65535" } { "stream" "a bidirectional stream" } }
{ $description "Connects to TCP/IP port number \texttt{port} on the host named by \texttt{host}, and outputs a bidirectional stream." }
{ $description "Connects to TCP/IP port number " { $code "port" } " on the host named by " { $code "host" } ", and outputs a bidirectional stream." }
{ $errors "Throws an error if domain name lookup fails, or if there is a connection cannot be established." } ;
HELP: <server> "( port -- server )"