diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 16:08:41 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-22 16:08:41 +0000 |
| commit | 15efcd39ae8c9171f62e33c8bde3ae23dde6e213 (patch) | |
| tree | ca6a8c4996ad5c23dc2d5c155560cfc8bd1d5fd0 | |
| parent | 490b02b6246bd8d492566ef21cad9060846ea98c (diff) | |
Notes
| -rw-r--r-- | lib/libfetch/fetch.3 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 0ee591219a5b..5879dee63ba0 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -46,10 +46,12 @@ .Nm fetchStatHTTP , .Nm fetchListHTTP , .Nm fetchGetFTP , -.Nm fetchPutFTP -.Nm fetchStatFTP -.Nm fetchListFTP , -.Nd file transfer library +.Nm fetchPutFTP , +.Nm fetchStatFTP , +.Nm fetchListFTP +.Nd file transfer functions +.Sh LIBRARY +.Lb libfetch .Sh SYNOPSIS .Fd #include <sys/param.h> .Fd #include <stdio.h> @@ -298,7 +300,7 @@ to report errors. The error code passed to .Fn com_err is one of: -.Bl -tag -width Er +.Bl -tag -width 18n .It Bq Er FETCH_ABORT Operation aborted .It Bq Er FETCH_AUTH @@ -407,7 +409,7 @@ examples of this are .Fn fetchPutHTTP , .Fn fetchStatHTTP , .Fn fetchListHTTP , -.Fn fetchListFTP , +.Fn fetchListFTP and FTP proxy support. .Pp There's no way to select a proxy at run-time other than setting the |
