diff options
author | ru <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
commit | 8ba41876884256f20dce333e0a239a8555ee2670 (patch) | |
tree | 406fdc6bd2e9339a476078f0728594ca5e4102f4 /lib/libftpio | |
parent | f6aeda2758e1076d8ebfb1ef7f190c7f3ed5fb8a (diff) | |
download | FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.zip FreeBSD-src-8ba41876884256f20dce333e0a239a8555ee2670.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftpio.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 8e1b86f..6815992 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -80,7 +80,6 @@ .Fn ftpGetURLAf "char *url" "int af" "char *user" "char *passwd" "int *retcode" .Ft FILE * .Fn ftpPutURLAf "char *url" "int af" "char *user" "char *passwd" "int *retcode" - .Sh DESCRIPTION These functions implement a high-level library for managing FTP connections. .Pp @@ -206,7 +205,7 @@ are same as except that they are able to specify address family .Fa af . .Sh ENVIRONMENT -.Bl -tag -width FTP_PASSIVE_MODE -offset 123 +.Bl -tag -width FTP_PASSIVE_MODE -offset 3n .It Ev FTP_TIMEOUT Maximum time, in seconds, to wait for a response from the peer before aborting an |