aboutsummaryrefslogtreecommitdiff
path: root/doc/man
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/man
parent51bf4834f8eb50ce01231c6b2599000d65dd5202 (diff)
downloadgnunet-b0c7119fa2f43fe1b5978651152974359de5a5d2.tar.gz
gnunet-b0c7119fa2f43fe1b5978651152974359de5a5d2.zip
adding Ludo's gnunet-download-manager.scm back to SVN HEAD
Diffstat (limited to 'doc/man')
-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 = \
2 gnunet-arm.1 \ 2 gnunet-arm.1 \
3 gnunet-directory.1 \ 3 gnunet-directory.1 \
4 gnunet-download.1 \ 4 gnunet-download.1 \
5 gnunet-download-manager.1 \
5 gnunet-fs.1 \ 6 gnunet-fs.1 \
6 gnunet-nat-server.1 \ 7 gnunet-nat-server.1 \
7 gnunet-peerinfo.1 \ 8 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 @@
1.TH GNUNET-DOWNLOAD-MANAGER 1 "15 Jan, 2011" "GNUnet"
2
3.SH NAME
4gnunet-download-manager \- manage downloads across sessions
5
6.SH SYNOPSIS
7.B gnunet\-download\-manager
8.RI [ options ]
9.br
10
11.SH DESCRIPTION
12\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
13
14$ alias gnunet\-download='gnunet\-download\-manager.scm download'
15
16Other 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).
17
18gnunet\-download\-manager is a scheme script and will only work if guile is available.
19
20.SH BUGS
21Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org>
22
23.SH SEE ALSO
24gnunet\-download(1)