summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.3
diff options
context:
space:
mode:
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