fix doc typos
This commit is contained in:
parent
cc78030cd2
commit
be0260792e
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
@defmodule[file/gunzip]{The @racketmodname[file/gunzip] library provides
|
@defmodule[file/gunzip]{The @racketmodname[file/gunzip] library provides
|
||||||
utilities to decompress archive files in @exec{gzip} format, or simply
|
utilities to decompress archive files in @exec{gzip} format, or simply
|
||||||
to deccompress data using the @exec{pkzip} ``inflate'' method.}
|
to decompress data using the @exec{pkzip} ``inflate'' method.}
|
||||||
|
|
||||||
|
|
||||||
@defproc[(gunzip [file path-string?]
|
@defproc[(gunzip [file path-string?]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@(require "common.rkt" (for-label file/zip file/gunzip scheme/file))
|
@(require "common.rkt" (for-label file/zip file/gzip file/gunzip scheme/file))
|
||||||
|
|
||||||
@title[#:tag "zip"]{@exec{zip} File Creation}
|
@title[#:tag "zip"]{@exec{zip} File Creation}
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,9 @@ returned by @racket[ftp-establish-connection], @racket[#f] otherwise.}
|
||||||
[passwd string?])
|
[passwd string?])
|
||||||
ftp-connection?]{
|
ftp-connection?]{
|
||||||
|
|
||||||
Establishes an FTP connection with the given server using the
|
Establishes an FTP connection with the given server using the supplied
|
||||||
supplied username and password.}
|
username and password. The @racket[port-np] argument usually should be
|
||||||
|
@racket[21].}
|
||||||
|
|
||||||
|
|
||||||
@defproc[(ftp-close-connection [ftp-conn ftp-connection?]) void?]{
|
@defproc[(ftp-close-connection [ftp-conn ftp-connection?]) void?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user