mirror of https://github.com/aria2/aria2
				
				
				
			2009-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo * doc/aria2c.1.txtpull/1/head
							parent
							
								
									cf24e86f81
								
							
						
					
					
						commit
						f64a7ed00c
					
				|  | @ -1,3 +1,8 @@ | ||||||
|  | 2009-12-10  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net> | ||||||
|  | 
 | ||||||
|  | 	Fixed typo | ||||||
|  | 	* doc/aria2c.1.txt | ||||||
|  | 
 | ||||||
| 2009-12-09  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net> | 2009-12-09  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net> | ||||||
| 
 | 
 | ||||||
| 	Fixed the bug that line separator is missing in horizontal bar. | 	Fixed the bug that line separator is missing in horizontal bar. | ||||||
|  |  | ||||||
|  | @ -2,12 +2,12 @@ | ||||||
| .\"     Title: aria2c | .\"     Title: aria2c | ||||||
| .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author] | ||||||
| .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> | .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> | ||||||
| .\"      Date: 12/06/2009 | .\"      Date: 12/10/2009 | ||||||
| .\"    Manual: Aria2 Manual | .\"    Manual: Aria2 Manual | ||||||
| .\"    Source: Aria2 | .\"    Source: Aria2 | ||||||
| .\"  Language: English | .\"  Language: English | ||||||
| .\" | .\" | ||||||
| .TH "ARIA2C" "1" "12/06/2009" "Aria2" "Aria2 Manual" | .TH "ARIA2C" "1" "12/10/2009" "Aria2" "Aria2 Manual" | ||||||
| .\" ----------------------------------------------------------------- | .\" ----------------------------------------------------------------- | ||||||
| .\" * set default formatting | .\" * set default formatting | ||||||
| .\" ----------------------------------------------------------------- | .\" ----------------------------------------------------------------- | ||||||
|  | @ -2108,7 +2108,7 @@ GID(or gid) is the key to manage each download\&. Each download has an unique GI | ||||||
| .sp | .sp | ||||||
| \fBaria2\&.addUri\fR \fIuris[, options[, position]]\fR | \fBaria2\&.addUri\fR \fIuris[, options[, position]]\fR | ||||||
| .sp | .sp | ||||||
| This method adds new HTTP(S)/FTP/BitTorrent Magnet URI with this method\&. \fIuris\fR is of type array and its element is URI which is of type string\&. For BitTorrent Magnet URI, \fIuris\fR must have one element only and it should be BitTorrent Magnet URI\&. \fIoptions\fR is of type struct and its members are a pair of option name and value\&. See \fBOptions\fR below for more details\&. If \fIposition\fR is given as an integer starting from 0, the new download is inserted at \fIposition\fR in the waiting queue\&. If \fIposition\fR is not given or \fIposition\fR is larger than the size of the queue, it is appended at the end of the queue\&. This method returns GID of registered download\&. | This method adds new HTTP(S)/FTP/BitTorrent Magnet URI\&. \fIuris\fR is of type array and its element is URI which is of type string\&. For BitTorrent Magnet URI, \fIuris\fR must have only one element and it should be BitTorrent Magnet URI\&. \fIoptions\fR is of type struct and its members are a pair of option name and value\&. See \fBOptions\fR below for more details\&. If \fIposition\fR is given as an integer starting from 0, the new download is inserted at \fIposition\fR in the waiting queue\&. If \fIposition\fR is not given or \fIposition\fR is larger than the size of the queue, it is appended at the end of the queue\&. This method returns GID of registered download\&. | ||||||
| .sp | .sp | ||||||
| \fBaria2\&.addTorrent\fR \fItorrent[, uris[, options[, position]]]\fR | \fBaria2\&.addTorrent\fR \fItorrent[, uris[, options[, position]]]\fR | ||||||
| .sp | .sp | ||||||
|  |  | ||||||
|  | @ -2642,16 +2642,16 @@ GID | ||||||
| </dl></div> | </dl></div> | ||||||
| <h3 id="_methods">Methods</h3><div style="clear:left"></div> | <h3 id="_methods">Methods</h3><div style="clear:left"></div> | ||||||
| <div class="paragraph"><p><strong>aria2.addUri</strong> <em>uris[, options[, position]]</em></p></div> | <div class="paragraph"><p><strong>aria2.addUri</strong> <em>uris[, options[, position]]</em></p></div> | ||||||
| <div class="paragraph"><p>This method adds new HTTP(S)/FTP/BitTorrent Magnet URI with this | <div class="paragraph"><p>This method adds new HTTP(S)/FTP/BitTorrent Magnet URI.  <em>uris</em> is of | ||||||
| method.  <em>uris</em> is of type array and its element is URI which is of | type array and its element is URI which is of type string.  For | ||||||
| type string.  For BitTorrent Magnet URI, <em>uris</em> must have one element | BitTorrent Magnet URI, <em>uris</em> must have only one element and it should | ||||||
| only and it should be BitTorrent Magnet URI.  <em>options</em> is of type | be BitTorrent Magnet URI.  <em>options</em> is of type struct and its members | ||||||
| struct and its members are a pair of option name and value. See | are a pair of option name and value. See <strong>Options</strong> below for more | ||||||
| <strong>Options</strong> below for more details.  If <em>position</em> is given as an | details.  If <em>position</em> is given as an integer starting from 0, the | ||||||
| integer starting from 0, the new download is inserted at <em>position</em> in | new download is inserted at <em>position</em> in the waiting queue. If | ||||||
| the waiting queue. If <em>position</em> is not given or <em>position</em> is larger | <em>position</em> is not given or <em>position</em> is larger than the size of the | ||||||
| than the size of the queue, it is appended at the end of the queue. | queue, it is appended at the end of the queue.  This method returns | ||||||
| This method returns GID of registered download.</p></div> | GID of registered download.</p></div> | ||||||
| <div class="paragraph"><p><strong>aria2.addTorrent</strong> <em>torrent[, uris[, options[, position]]]</em></p></div> | <div class="paragraph"><p><strong>aria2.addTorrent</strong> <em>torrent[, uris[, options[, position]]]</em></p></div> | ||||||
| <div class="paragraph"><p>This method adds BitTorrent download by uploading .torrent file. | <div class="paragraph"><p>This method adds BitTorrent download by uploading .torrent file. | ||||||
| <em>torrent</em> is of type base64 which contains Base64-encoded .torrent | <em>torrent</em> is of type base64 which contains Base64-encoded .torrent | ||||||
|  | @ -3460,7 +3460,7 @@ files in the program, then also delete it here.</p></div> | ||||||
| <div id="footnotes"><hr /></div> | <div id="footnotes"><hr /></div> | ||||||
| <div id="footer"> | <div id="footer"> | ||||||
| <div id="footer-text"> | <div id="footer-text"> | ||||||
| Last updated 2009-12-06 20:11:29 JST | Last updated 2009-12-06 21:18:41 JST | ||||||
| </div> | </div> | ||||||
| </div> | </div> | ||||||
| </body> | </body> | ||||||
|  |  | ||||||
|  | @ -1095,16 +1095,16 @@ Methods | ||||||
| 
 | 
 | ||||||
| *aria2.addUri* 'uris[, options[, position]]' | *aria2.addUri* 'uris[, options[, position]]' | ||||||
| 
 | 
 | ||||||
| This method adds new HTTP(S)/FTP/BitTorrent Magnet URI with this | This method adds new HTTP(S)/FTP/BitTorrent Magnet URI.  'uris' is of | ||||||
| method.  'uris' is of type array and its element is URI which is of | type array and its element is URI which is of type string.  For | ||||||
| type string.  For BitTorrent Magnet URI, 'uris' must have one element | BitTorrent Magnet URI, 'uris' must have only one element and it should | ||||||
| only and it should be BitTorrent Magnet URI.  'options' is of type | be BitTorrent Magnet URI.  'options' is of type struct and its members | ||||||
| struct and its members are a pair of option name and value. See | are a pair of option name and value. See *Options* below for more | ||||||
| *Options* below for more details.  If 'position' is given as an | details.  If 'position' is given as an integer starting from 0, the | ||||||
| integer starting from 0, the new download is inserted at 'position' in | new download is inserted at 'position' in the waiting queue. If | ||||||
| the waiting queue. If 'position' is not given or 'position' is larger | 'position' is not given or 'position' is larger than the size of the | ||||||
| than the size of the queue, it is appended at the end of the queue. | queue, it is appended at the end of the queue.  This method returns | ||||||
| This method returns GID of registered download. | GID of registered download. | ||||||
| 
 | 
 | ||||||
| *aria2.addTorrent* 'torrent[, uris[, options[, position]]]' | *aria2.addTorrent* 'torrent[, uris[, options[, position]]]' | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Tatsuhiro Tsujikawa
						Tatsuhiro Tsujikawa