diff options
author | bde <bde@FreeBSD.org> | 1997-04-19 15:57:20 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-19 15:57:20 +0000 |
commit | 4d078cb8d9451bf36499705dbca2d944683229de (patch) | |
tree | 8edec8c76bbdb0ba690f408a6c87cf3273faea7a /lib/libftpio | |
parent | 34b9f986fc9fa87146dcaa4c0362f1d2e29497c7 (diff) | |
download | FreeBSD-src-4d078cb8d9451bf36499705dbca2d944683229de.zip FreeBSD-src-4d078cb8d9451bf36499705dbca2d944683229de.tar.gz |
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftpio.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 292423e..11e7cdb 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: ftpio.3,v 1.14 1997/02/22 15:06:48 peter Exp $ .\" .Dd June 17, 1996 .Dt ftpio 3 @@ -53,10 +53,10 @@ .Fn ftpErrString "int errno" .Ft time_t .Fn ftpGetModtime "FILE *stream, char *file" -.Ft size_t +.Ft off_t .Fn ftpGetSize "FILE *stream, char *file" .Ft FILE * -.Fn ftpGet "FILE *stream, char *file, int *seekto" +.Fn ftpGet "FILE *stream, char *file, off_t *seekto" .Ft FILE * .Fn ftpPut "FILE *stream, char *file" .Ft int |