Introduce .Lb macro to libfetch manpage

Sort .Nm values
Change first column width in errors list (table look much better now)
Remove redundant comma
This commit is contained in:
phantom 2000-04-22 16:08:41 +00:00
parent d5c9cf55bf
commit 8cd259ec33

View File

@ -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