diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 (GMT) |
commit | 4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch) | |
tree | 6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/lib/libftplib.tex | |
parent | 6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff) | |
download | cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.zip cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz cpython-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.bz2 |
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r-- | Doc/lib/libftplib.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 3fda77a..ba18119 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -136,7 +136,7 @@ The \var{maxblocksize} argument specifies the maximum block size \begin{funcdesc}{retrlines}{command\optional{\, callback}} Retrieve a file or directory listing in \ASCII{} transfer mode. -var{command} should be an appropriate \samp{RETR} command (see +\var{command} should be an appropriate \samp{RETR} command (see \code{retrbinary()} or a \samp{LIST} command (usually just the string \code{"LIST"}). The \var{callback} function is called for each line, with the trailing CRLF stripped. The default \var{callback} prints @@ -160,14 +160,14 @@ read until EOF from the open file object \var{file} using its \begin{funcdesc}{nlst}{argument\optional{\, \ldots}} Return a list of files as returned by the \samp{NLST} command. The -optional var{argument} is a directory to list (default is the current +optional \var{argument} is a directory to list (default is the current server directory). Multiple arguments can be used to pass non-standard options to the \samp{NLST} command. \end{funcdesc} \begin{funcdesc}{dir}{argument\optional{\, \ldots}} Return a directory listing as returned by the \samp{LIST} command, as -a list of lines. The optional var{argument} is a directory to list +a list of lines. The optional \var{argument} is a directory to list (default is the current server directory). Multiple arguments can be used to pass non-standard options to the \samp{LIST} command. If the last argument is a function, it is used as a \var{callback} function |