forked from I2P_Developers/i2p.i2p
manpage updates
This commit is contained in:
@ -1,6 +1,4 @@
|
|||||||
.\"Created with GNOME Manpages Editor Wizard
|
.TH EEEPGET 1 "April 19, 2012" "" "Eepget - I2P Downloader"
|
||||||
.\"http://sourceforge.net/projects/gmanedit2
|
|
||||||
.TH Eepget 1 "November 13, 2010" "" "Eepget - I2P Downloader"
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
Eepget \- I2P downloader
|
Eepget \- I2P downloader
|
||||||
@ -11,25 +9,33 @@ Eepget \- I2P downloader
|
|||||||
.br
|
.br
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBEepget\fP downloads a file via HTTP through the I2P network. It handles .i2p URLs as well as URLs on the regular web such as .com.
|
.P
|
||||||
|
Download a file non-interactively via HTTP. Transfers through both I2P and the
|
||||||
|
regular Internet are supported.
|
||||||
|
.P
|
||||||
|
Eepget is able to cope with slow or unstable network connections; if a download
|
||||||
|
is not successful because of a network problem, it will keep retrying until the
|
||||||
|
whole file has been retrieved (by default up to three times). If supported by
|
||||||
|
the remote server, eepget will instruct the server to continue the download
|
||||||
|
from the point of interruption.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.B
|
.B
|
||||||
\fB\-p\fR proxy_host:port
|
\fB\-p\fR proxy_host:port
|
||||||
.TP
|
.TP
|
||||||
Sets the I2P proxy server (eeproxy) to use. The default is 127.0.0.1:4444.
|
Specify an I2P proxy server (eeproxy) to use. If this option is not specified, eepget will use 127.0.0.1:4444. Specify \fB\-p\fR :0 to disable the eeproxy.
|
||||||
.TP
|
.TP
|
||||||
|
|
||||||
.B
|
.B
|
||||||
\fB\-n\fR retries
|
\fB\-n\fR retries
|
||||||
.TP
|
.TP
|
||||||
Sets the number of retries if the download fails. The default is 3.
|
Specify the number of times to retry downloading if the download isn't successful. If this option is not specified, eepget will retry downloading the file 3 times.
|
||||||
.TP
|
.TP
|
||||||
|
|
||||||
.B
|
.B
|
||||||
\fB\-o\fR file
|
\fB\-o\fR file
|
||||||
.TP
|
.TP
|
||||||
Sets the output file to write to. If this option is not given, the URL determines the output filename.
|
Sets the output file to write to. If this option is not given, the output filename will be determined by the URL.
|
||||||
.TP
|
.TP
|
||||||
|
|
||||||
.B
|
.B
|
||||||
@ -42,12 +48,13 @@ Controls the progress display. \fB\ markSize \fP is the number of bytes one '#'
|
|||||||
\fB\-t\fR seconds
|
\fB\-t\fR seconds
|
||||||
.TP
|
.TP
|
||||||
Sets the inactivity timeout. The default is 60 seconds.
|
Sets the inactivity timeout. The default is 60 seconds.
|
||||||
.TP
|
|
||||||
|
|
||||||
.SH "EXIT STATUS"
|
.SH EXIT STATUS
|
||||||
|
|
||||||
\fB Eepget\fP always exits with the status 0.
|
.B eepget
|
||||||
|
exits with status zero upon successful transfer and non-zero if there were problems with the download.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
|
||||||
wget(1)
|
wget(1)
|
||||||
|
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
.\"Created with GNOME Manpages Editor Wizard
|
.TH i2prouter 1 "April 19, 2012" "" "I2PROUTER"
|
||||||
.\"http://sourceforge.net/projects/gmanedit2
|
|
||||||
.TH i2prouter 1 "November 13, 2010" "" "I2PRouter"
|
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
i2prouter \- start and stop the I2P router
|
i2prouter \- start and stop the I2P router
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B i2prouter
|
.B i2prouter
|
||||||
.RI { console | start | stop | restart | status | dump }
|
.RI { console | start | stop | graceful | restart | condrestart | status | dump | install | remove }
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBi2prouter\fP controls the I2P service. It takes options similar to init scripts.
|
Control the I2P service.
|
||||||
|
|
||||||
.B
|
.B
|
||||||
.IP console
|
.IP console
|
||||||
@ -29,6 +27,22 @@ Stops the I2P service.
|
|||||||
.IP restart
|
.IP restart
|
||||||
Stops the I2P service and then starts it.
|
Stops the I2P service and then starts it.
|
||||||
|
|
||||||
|
.B
|
||||||
|
.IP condrestart
|
||||||
|
Restart the I2P service only if it is already running.
|
||||||
|
|
||||||
|
.B
|
||||||
|
.IP graceful
|
||||||
|
Stop I2P gracefully (may take up to 11 minutes)
|
||||||
|
|
||||||
|
.B
|
||||||
|
.IP install
|
||||||
|
Install initscript to start I2P automatically when the system boots.
|
||||||
|
|
||||||
|
.B
|
||||||
|
.IP remove
|
||||||
|
Uninstall initscript that was installed with \fB install\fP
|
||||||
|
|
||||||
.B
|
.B
|
||||||
.IP status
|
.IP status
|
||||||
Prints whether the I2P service is running.
|
Prints whether the I2P service is running.
|
||||||
|
Reference in New Issue
Block a user