From b0c7119fa2f43fe1b5978651152974359de5a5d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Jan 2012 23:40:19 +0000 Subject: adding Ludo's gnunet-download-manager.scm back to SVN HEAD --- doc/man/Makefile.am | 1 + doc/man/gnunet-download-manager.1 | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 doc/man/gnunet-download-manager.1 (limited to 'doc') 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 or by sending electronic mail to + +.SH SEE ALSO +gnunet\-download(1) -- cgit v1.2.3