summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-04-22 16:08:41 +0000
committerphantom <phantom@FreeBSD.org>2000-04-22 16:08:41 +0000
commit0ab35641b3694aa478c498f71942007853290ba7 (patch)
treefa1597f417199a288d6a13288f135bd5a6cce899 /lib/libfetch/fetch.3
parente2900f45a964e381e1d35a98466c15416a90ea6c (diff)
downloadFreeBSD-src-0ab35641b3694aa478c498f71942007853290ba7.zip
FreeBSD-src-0ab35641b3694aa478c498f71942007853290ba7.tar.gz
Introduce .Lb macro to libfetch manpage
Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r--lib/libfetch/fetch.314
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 0ee5912..5879dee 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
OpenPOWER on IntegriCloud