summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-15 23:40:19 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-15 23:40:19 +0000
commitb0c7119fa2f43fe1b5978651152974359de5a5d2 (patch)
treec7fb23eb78862397eed148e5cd9f1e93dd407227 /doc
parent51bf4834f8eb50ce01231c6b2599000d65dd5202 (diff)
adding Ludo's gnunet-download-manager.scm back to SVN HEAD
Diffstat (limited to 'doc')
-rw-r--r--doc/man/Makefile.am1
-rw-r--r--doc/man/gnunet-download-manager.124
2 files changed, 25 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 72611a2a3..6d98ffa5b 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -2,6 +2,7 @@ man_MANS = \
gnunet-arm.1 \
gnunet-directory.1 \
gnunet-download.1 \
+ gnunet-download-manager.1 \
gnunet-fs.1 \
gnunet-nat-server.1 \
gnunet-peerinfo.1 \
diff --git a/doc/man/gnunet-download-manager.1 b/doc/man/gnunet-download-manager.1
new file mode 100644
index 000000000..844f81084
--- /dev/null
+++ b/doc/man/gnunet-download-manager.1
@@ -0,0 +1,24 @@
+.TH GNUNET-DOWNLOAD-MANAGER 1 "15 Jan, 2011" "GNUnet"
+
+.SH NAME
+gnunet-download-manager \- manage downloads across sessions
+
+.SH SYNOPSIS
+.B gnunet\-download\-manager
+.RI [ options ]
+.br
+
+.SH DESCRIPTION
+\fBgnunet\-download\-manager\fP is a script that can be used to track download sessions. It makes the process of resuming downloads after a system reboot easier. A typical use is to define an alias (depending on your shell) of the form
+
+$ alias gnunet\-download='gnunet\-download\-manager.scm download'
+
+Other commands for the download manager include resume (resumes all downloads), status (show status of pending downloads), killall (abort all downloads), settings (for configuration) and help (print help text).
+
+gnunet\-download\-manager is a scheme script and will only work if guile is available.
+
+.SH BUGS
+Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org>
+
+.SH SEE ALSO
+gnunet\-download(1)