summaryrefslogtreecommitdiffstats
path: root/lib/libftpio
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-24 02:22:15 +0000
committerjkh <jkh@FreeBSD.org>1996-06-24 02:22:15 +0000
commit3acbd3cce674dab9a0afdee1f6e50196f4585ffa (patch)
tree3367b2dfd77fbd7733d7d17cb65edf7528459f3f /lib/libftpio
parente2d676475020918baa8e698e30e707eb41812828 (diff)
downloadFreeBSD-src-3acbd3cce674dab9a0afdee1f6e50196f4585ffa.zip
FreeBSD-src-3acbd3cce674dab9a0afdee1f6e50196f4585ffa.tar.gz
Adjust docs to match reality.
Diffstat (limited to 'lib/libftpio')
-rw-r--r--lib/libftpio/ftpio.312
1 files changed, 8 insertions, 4 deletions
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
OpenPOWER on IntegriCloud