summaryrefslogtreecommitdiffstats
path: root/lib/libftpio
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-20 15:49:54 +0000
committerjkh <jkh@FreeBSD.org>1996-06-20 15:49:54 +0000
commite862c4273411e3215b2465e6a59e5c9bdc943476 (patch)
treec684a0b12eb8bf028ce9b78e4be164a67e57dff2 /lib/libftpio
parent5f700938685a548f91e6ee1c05ef3210a7730041 (diff)
downloadFreeBSD-src-e862c4273411e3215b2465e6a59e5c9bdc943476.zip
FreeBSD-src-e862c4273411e3215b2465e6a59e5c9bdc943476.tar.gz
Make certain small things more consistent with the other stdio man pages.
Diffstat (limited to 'lib/libftpio')
-rw-r--r--lib/libftpio/ftpio.320
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index db8def2..2a9fa54 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -37,28 +37,28 @@
.Nm ftpBinary ,
.Nm ftpPassive ,
.Nm ftpGetURL ,
-.Nm ftpPutURL ,
+.Nm ftpPutURL
.Nd FTPIO User library
.Sh SYNOPSIS
.Fd #include <ftpio.h>
.Ft FILE *
.Fn ftpLogin "char *host, char *user, char *passwd, int ftp_port"
.Ft int
-.Fn ftpChdir "FILE *fp, char *dirname"
+.Fn ftpChdir "FILE *stream, char *dirname"
.Ft int
-.Fn ftpErrno "FILE *fp"
+.Fn ftpErrno "FILE *stream"
.Ft time_t
-.Fn ftpGetModtime "FILE *fp, char *file"
+.Fn ftpGetModtime "FILE *stream, char *file"
.Ft size_t
-.Fn ftpGetSize "FILE *fp, char *file"
+.Fn ftpGetSize "FILE *stream, char *file"
.Ft FILE *
-.Fn ftpGet "FILE *fp, char *file, int *seekto"
+.Fn ftpGet "FILE *stream, char *file, int *seekto"
.Ft FILE *
-.Fn ftpPut "FILE *fp, char *file"
+.Fn ftpPut "FILE *stream, char *file"
.Ft int
-.Fn ftpBinary "FILE *fp, int status"
+.Fn ftpBinary "FILE *stream, int status"
.Ft int
-.Fn ftpPassive "FILE *fp, int status"
+.Fn ftpPassive "FILE *stream, int status"
.Ft FILE *
.Fn ftpGetURL "char *url, char *user, char *passwd"
.Ft FILE *
@@ -96,7 +96,7 @@ attempts to retreive the file named by the
argument (which is assumed to be relative to the FTP server's current directory,
see
.Fn ftpChdir )
-and returns a new stream pointer for the file or NULL on failure. If
+and returns a new FILE* pointer for the file or NULL on failure. If
.Fa seekto
is non-NULL, the contents of the integer it points to will be used
as a restart point for the file, that is to say that the stream
OpenPOWER on IntegriCloud