1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
--- ../linuxtrade-3.47.orig/linuxtrade-curl.1 1969-12-31 18:00:00.000000000 -0600
+++ linuxtrade-curl.1 2003-07-01 21:09:52.000000000 -0500
@@ -0,0 +1,32 @@
+.\" Man page contributed by Dirk Eddelbuettel <edd@debian.org>
+.\" and released under the GNU GPL
+.TH LINUXTRADE-CURL 1 "1 July 2003" "Linuxtrade"
+.SH NAME
+LINUXTRADE-CURL - Network client for unbuffered http retrieval
+.SH SYNOPSIS
+.BR linuxtrade-curl\ [-D debuglvl] URL
+.SH DESCRIPTION
+The
+.B linuxtrade-curl
+program is used by
+.BR linuxtrade (1)
+to retrieve data over http in an unbuffered format, a feature currently
+no supplied by
+.BR curl (1)
+in a way that is usable by
+.BR linuxtrade (1).
+
+The
+.I -D\ debuglvl
+option can be used to specify a debugging level.
+
+.SH SEE ALSO
+.BR curl (1),
+.BR linuxtrade (1).
+
+.SH AUTHORS
+Rick Richardson <rickr@mn.rr.com>
+
+This manual page was contributed by Dirk Eddelbuettel
+<edd@debian.org> for the Debian GNU/Linux distribution but
+may be used by others.
|