fix doc typos

original commit: be0260792e
This commit is contained in:
Matthew Flatt 2011-08-10 08:15:45 -06:00
parent c2e489dc78
commit b342b9b044

View File

@ -22,8 +22,9 @@ returned by @racket[ftp-establish-connection], @racket[#f] otherwise.}
[passwd string?])
ftp-connection?]{
Establishes an FTP connection with the given server using the
supplied username and password.}
Establishes an FTP connection with the given server using the supplied
username and password. The @racket[port-np] argument usually should be
@racket[21].}
@defproc[(ftp-close-connection [ftp-conn ftp-connection?]) void?]{