Browse Source

2009-07-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Fixed typo
	* doc/aria2.1.txt
	* src/usage_text.h
Tatsuhiro Tsujikawa 16 years ago
parent
commit
dd3a3434be
5 changed files with 11 additions and 5 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      doc/aria2c.1
  3. 2 2
      doc/aria2c.1.html
  4. 1 1
      doc/aria2c.1.txt
  5. 1 1
      src/usage_text.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-07-05  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Fixed typo
+	* doc/aria2.1.txt
+	* src/usage_text.h
+
 2009-07-05  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Documented --bt-stop-timeout option in man page.

+ 1 - 1
doc/aria2c.1

@@ -677,7 +677,7 @@ option\&. Default:
 \fI0\fR
 .RE
 .PP
-\fB\-\-peer\-id\-prefix\fR=PEERI_ID_PREFIX
+\fB\-\-peer\-id\-prefix\fR=PEER_ID_PREFIX
 .RS 4
 Specify the prefix of peer ID\&. The peer ID in BitTorrent is 20 byte length\&. If more than 20 bytes are specified, only first 20 bytes are used\&. If less than 20 bytes are specified, the random alphabet characters are added to make it\(cqs length 20 bytes\&. Default:
 \fI\-aria2\-\fR

+ 2 - 2
doc/aria2c.1.html

@@ -1252,7 +1252,7 @@ writes the piece to the appropriate files.</td>
 </p>
 </dd>
 <dt class="hdlist1">
-<strong>--peer-id-prefix</strong>=PEERI_ID_PREFIX
+<strong>--peer-id-prefix</strong>=PEER_ID_PREFIX
 </dt>
 <dd>
 <p>
@@ -3188,7 +3188,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-07-05 14:28:33 JST
+Last updated 2009-07-05 14:31:37 JST
 </div>
 </div>
 </body>

+ 1 - 1
doc/aria2c.1.txt

@@ -455,7 +455,7 @@ Make sure that the specified ports are open for incoming TCP traffic.
   To limit the overall upload speed, use *--max-overall-upload-limit* option.
   Default: '0'
 
-*--peer-id-prefix*=PEERI_ID_PREFIX::
+*--peer-id-prefix*=PEER_ID_PREFIX::
   Specify the prefix of peer ID. The peer ID in BitTorrent is 20 byte length.
   If more than 20 bytes are specified, only first 20 bytes are used.
   If less than 20 bytes are specified, the random alphabet characters are

+ 1 - 1
src/usage_text.h

@@ -282,7 +282,7 @@ _(" --seed-ratio=RATIO           Specify share ratio. Seed completed torrents\n"
   "                              this option, seeding ends when at least one of\n"\
   "                              the conditions is satisfied.")
 #define TEXT_PEER_ID_PREFIX \
-_(" --peer-id-prefix=PEERI_ID_PREFIX Specify the prefix of peer ID. The peer ID in\n"\
+_(" --peer-id-prefix=PEER_ID_PREFIX Specify the prefix of peer ID. The peer ID in\n"\
   "                              BitTorrent is 20 byte length. If more than 20\n"\
   "                              bytes are specified, only first 20\n"\
   "                              bytes are used. If less than 20 bytes are\n"\