Adjust docs to match reality.

This commit is contained in:
Jordan K. Hubbard 1996-06-24 02:22:15 +00:00
parent b0016ef5b7
commit 2388d5d1ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16659

View File

@ -56,7 +56,9 @@
.Ft FILE *
.Fn ftpPut "FILE *stream, char *file"
.Ft int
.Fn ftpBinary "FILE *stream, int status"
.Fn ftpAscii "FILE *stream"
.Ft int
.Fn ftpBinary "FILE *stream"
.Ft int
.Fn ftpPassive "FILE *stream, int status"
.Ft FILE *
@ -128,11 +130,13 @@ and returns a new
.Fa stream
pointer for the file or NULL on failure.
.Pp
.Fn ftpAscii
sets ascii mode for the current server connection named by
.Fa stream .
.Pp
.Fn ftpBinary
sets binary mode for the current server connection named by
.Fa stream
to boolean value
.Fa status .
.Fa stream .
.Pp
.Fn ftpPassive
sets passive mode (for firewalls) for the current server connection named by