summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-02-05 23:58:59 +0000
committerbde <bde@FreeBSD.org>2001-02-05 23:58:59 +0000
commit8f3c8fbf04bb4a2ab9e54065d0a44a63dfdc145a (patch)
treefeb7a455433ca03030a196cde8e8e4e344fbd616 /lib
parent82a1988f70f75b83080f388219765eafec34798a (diff)
downloadFreeBSD-src-8f3c8fbf04bb4a2ab9e54065d0a44a63dfdc145a.zip
FreeBSD-src-8f3c8fbf04bb4a2ab9e54065d0a44a63dfdc145a.tar.gz
Fixed wrong return type for ftpLoginAf() in synopsis.
Diffstat (limited to 'lib')
-rw-r--r--lib/libftpio/ftpio.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index 6d12149..a1d0195 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -74,7 +74,7 @@
.Fn ftpGetURL "char *url" "char *user" "char *passwd" "int *retcode"
.Ft FILE *
.Fn ftpPutURL "char *url" "char *user" "char *passwd" "int *retcode"
-.Ft int
+.Ft FILE *
.Fn ftpLoginAf "char *host" "int af" "char *user" "char *passwd" "int ftp_port" "int verbose" "int *retcode"
.Ft FILE *
.Fn ftpGetURLAf "char *url" "int af" "char *user" "char *passwd" "int *retcode"
OpenPOWER on IntegriCloud