summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.3
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-12-16 15:29:03 +0000
committerdes <des@FreeBSD.org>1998-12-16 15:29:03 +0000
commitf1482d2fafc6c90f96026575e5fab39533bb4974 (patch)
tree314bf0d944b301c58678091b509ca8006b0709fc /lib/libfetch/fetch.3
parent9dd9cb4cb28ec01a4407ae4a7a8cb0fbce4f357e (diff)
downloadFreeBSD-src-f1482d2fafc6c90f96026575e5fab39533bb4974.zip
FreeBSD-src-f1482d2fafc6c90f96026575e5fab39533bb4974.tar.gz
Implement and document fetchStatFTP.
Update description of struct url_stat in the man page. Clean up error handling in ftp.c.
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r--lib/libfetch/fetch.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index c5d50bf..0c6aa7d 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: fetch.3,v 1.4 1998/11/06 22:14:08 des Exp $
+.\" $Id: fetch.3,v 1.5 1998/12/16 10:24:54 des Exp $
.\"
.Dd July 1, 1998
.Dt FETCH 3
@@ -108,7 +108,8 @@ structure is defined as follows in
.Bd -literal
struct url_stat {
off_t size;
- time_t time;
+ time_t atime;
+ time_t mtime;
};
.Ed
.Pp
@@ -330,7 +331,6 @@ This manual page was written by
Some parts of the library are not yet implemented. The most notable
examples of this are
.Fn fetchPutHTTP ,
-.Fn fetchStatFTP ,
.Fn fetchStatHTTP
and FTP proxy support.
.Pp
OpenPOWER on IntegriCloud