From 3acbd3cce674dab9a0afdee1f6e50196f4585ffa Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 24 Jun 1996 02:22:15 +0000 Subject: Adjust docs to match reality. --- lib/libftpio/ftpio.3 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'lib/libftpio') diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 2a9fa54..89972f5 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -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 -- cgit v1.1