From fa262a089457c2c10f6c0ae817a5ff6aecf1a25b Mon Sep 17 00:00:00 2001 From: Florian Jacob Date: Tue, 15 Sep 2015 11:15:04 +0200 Subject: [PATCH] Make documentation reflect 39df181 10 instead of 100 default threads --- config/linkcheckerrc | 2 +- doc/de.po | 20 ++++++++++++-------- doc/de/linkchecker.1 | 5 ++--- doc/de/linkcheckerrc.5 | 5 ++--- doc/en/linkchecker.1 | 2 +- doc/en/linkcheckerrc.5 | 2 +- doc/linkchecker.doc.pot | 4 ++-- doc/web/media/man1/linkchecker.1.html | 2 +- doc/web/media/man5/linkcheckerrc.5.html | 2 +- 9 files changed, 23 insertions(+), 21 deletions(-) diff --git a/config/linkcheckerrc b/config/linkcheckerrc index 2dc4e360..3610cb48 100644 --- a/config/linkcheckerrc +++ b/config/linkcheckerrc @@ -128,7 +128,7 @@ ##################### checking options ########################## [checking] # number of threads -#threads=100 +#threads=10 # connection timeout in seconds #timeout=60 # Time to wait for checks to finish after the user aborts the first time diff --git a/doc/de.po b/doc/de.po index 550d39e8..9b0755ff 100644 --- a/doc/de.po +++ b/doc/de.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: linkchecker 3.4\n" -"POT-Creation-Date: 2014-04-28 17:04+0300\n" +"POT-Creation-Date: 2015-09-15 10:52+0200\n" "PO-Revision-Date: 2013-12-12 21:51+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: de \n" @@ -338,12 +338,16 @@ msgstr "B<-t>I, B<--threads=>I" # type: Plain text #. type: Plain text #: en/linkchecker.1:76 en/linkcheckerrc.5:47 +#, fuzzy +#| msgid "" +#| "Generate no more than the given number of threads. Default number of " +#| "threads is 10. To disable threading specify a non-positive number." msgid "" "Generate no more than the given number of threads. Default number of threads " -"is 100. To disable threading specify a non-positive number." +"is 10. To disable threading specify a non-positive number." msgstr "" -"Generiere nicht mehr als die angegebene Anzahl von Threads. Standard Anzahl " -"von Threads ist 100. Um Threads zu deaktivieren, geben Sie eine nicht " +"Generiere nicht mehr als die angegebene Anzahl von Threads. Die Standardanzahl " +"von Threads ist 10. Um Threads zu deaktivieren, geben Sie eine nicht " "positive Nummer an." # type: TP @@ -779,8 +783,8 @@ msgstr "KONFIGURATIONSDATEIEN" #: en/linkchecker.1:207 msgid "" "Configuration files can specify all options above. They can also specify " -"some options that cannot be set on the command line. See B" -"(5) for more info." +"some options that cannot be set on the command line. See " +"B(5) for more info." msgstr "" "Konfigurationsdateien können alle obigen Optionen enthalten. Sie können " "zudem Optionen enthalten, welche nicht auf der Kommandozeile gesetzt werden " @@ -1803,8 +1807,8 @@ msgid "" "Read a file with initial cookie data. The cookie data format is explained in " "linkchecker(1)." msgstr "" -"Lese eine Datei mit Cookie-Daten. Das Cookie Datenformat wird in linkchecker" -"(1) erklärt." +"Lese eine Datei mit Cookie-Daten. Das Cookie Datenformat wird in " +"linkchecker(1) erklärt." # type: Plain text #. type: Plain text diff --git a/doc/de/linkchecker.1 b/doc/de/linkchecker.1 index 16168a30..38fde632 100644 --- a/doc/de/linkchecker.1 +++ b/doc/de/linkchecker.1 @@ -81,9 +81,8 @@ Lese Liste von URLs zum Prüfen von der Standardeingabe, getrennt durch Leerzeichen. .TP \fB\-t\fP\fINUMMER\fP, \fB\-\-threads=\fP\fINUMMER\fP -Generiere nicht mehr als die angegebene Anzahl von Threads. Standard Anzahl -von Threads ist 100. Um Threads zu deaktivieren, geben Sie eine nicht -positive Nummer an. +Generiere nicht mehr als die angegebene Anzahl von Threads. Die Standardanzahl von Threads ist 10. +Um Threads zu deaktivieren, geben Sie eine nicht positive Nummer an. .TP \fB\-V\fP, \fB\-\-version\fP Gebe die Version aus und beende das Programm. diff --git a/doc/de/linkcheckerrc.5 b/doc/de/linkcheckerrc.5 index 72f0e56b..da56a01e 100644 --- a/doc/de/linkcheckerrc.5 +++ b/doc/de/linkcheckerrc.5 @@ -47,9 +47,8 @@ bewirkt unendliche Rekursion. Standard Tiefe ist unendlich. Kommandozeilenoption: \fB\-\-recursion\-level\fP .TP \fBthreads=\fP\fINUMBER\fP -Generiere nicht mehr als die angegebene Anzahl von Threads. Standard Anzahl -von Threads ist 100. Um Threads zu deaktivieren, geben Sie eine nicht -positive Nummer an. +Generiere nicht mehr als die angegebene Anzahl von Threads. Die Standardanzahl von Threads ist 10. +Um Threads zu deaktivieren, geben Sie eine nicht positive Nummer an. .br Kommandozeilenoption: \fB\-\-threads\fP .TP diff --git a/doc/en/linkchecker.1 b/doc/en/linkchecker.1 index a950fdc4..63b6ebc6 100644 --- a/doc/en/linkchecker.1 +++ b/doc/en/linkchecker.1 @@ -72,7 +72,7 @@ Read list of white-space separated URLs to check from stdin. .TP \fB\-t\fP\fINUMBER\fP, \fB\-\-threads=\fP\fINUMBER\fP Generate no more than the given number of threads. Default number -of threads is 100. To disable threading specify a non-positive number. +of threads is 10. To disable threading specify a non-positive number. .TP \fB\-V\fP, \fB\-\-version\fP Print version and exit. diff --git a/doc/en/linkcheckerrc.5 b/doc/en/linkcheckerrc.5 index dd69944b..2baba5bd 100644 --- a/doc/en/linkcheckerrc.5 +++ b/doc/en/linkcheckerrc.5 @@ -43,7 +43,7 @@ Command line option: \fB\-\-recursion\-level\fP .TP \fBthreads=\fP\fINUMBER\fP Generate no more than the given number of threads. Default number -of threads is 100. To disable threading specify a non-positive number. +of threads is 10. To disable threading specify a non-positive number. .br Command line option: \fB\-\-threads\fP .TP diff --git a/doc/linkchecker.doc.pot b/doc/linkchecker.doc.pot index 30a415c2..48bf5a3c 100644 --- a/doc/linkchecker.doc.pot +++ b/doc/linkchecker.doc.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-04-28 17:04+0300\n" +"POT-Creation-Date: 2015-09-15 10:52+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -272,7 +272,7 @@ msgstr "" #: en/linkchecker.1:76 en/linkcheckerrc.5:47 msgid "" "Generate no more than the given number of threads. Default number of threads " -"is 100. To disable threading specify a non-positive number." +"is 10. To disable threading specify a non-positive number." msgstr "" #. type: TP diff --git a/doc/web/media/man1/linkchecker.1.html b/doc/web/media/man1/linkchecker.1.html index c58e8827..3bf4bd66 100644 --- a/doc/web/media/man1/linkchecker.1.html +++ b/doc/web/media/man1/linkchecker.1.html @@ -96,7 +96,7 @@ Help me! Print usage information for this program. Read list of white-space separated URLs to check from stdin.
-tNUMBER, --threads=NUMBER
Generate no more than the given number of threads. Default number -of threads is 100. To disable threading specify a non-positive number. +of threads is 10. To disable threading specify a non-positive number.
-V, --version
Print version and exit. diff --git a/doc/web/media/man5/linkcheckerrc.5.html b/doc/web/media/man5/linkcheckerrc.5.html index fd574041..168aeb11 100644 --- a/doc/web/media/man5/linkcheckerrc.5.html +++ b/doc/web/media/man5/linkcheckerrc.5.html @@ -108,7 +108,7 @@ Scan content of URLs for viruses with ClamAV. Command line option: --scan-virus
threads=NUMBER
Generate no more than the given number of threads. Default number -of threads is 100. To disable threading specify a non-positive number. +of threads is 10. To disable threading specify a non-positive number.
Command line option: --threads