mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 21:31:00 +00:00
Fix typos in man pages
This commit is contained in:
parent
e7a2d2bfc6
commit
21839959b7
7 changed files with 501 additions and 484 deletions
|
|
@ -442,7 +442,7 @@ msgid "A mailto: link eventually resolves to a list of email addresses. If one a
|
|||
msgstr ""
|
||||
|
||||
#: ../../src/man/linkchecker.rst:381
|
||||
msgid "Check the adress syntax, both of the part before and after the @ sign."
|
||||
msgid "Check the address syntax, both the parts before and after the @ sign."
|
||||
msgstr ""
|
||||
|
||||
#: ../../src/man/linkchecker.rst:383
|
||||
|
|
@ -896,7 +896,7 @@ msgid "**fileoutput=**\\ *TYPE*\\ [**,**\\ *TYPE*...]"
|
|||
msgstr ""
|
||||
|
||||
#: ../../src/man/linkcheckerrc.rst:145
|
||||
msgid "Output to a files **linkchecker-out.**\\ *TYPE*, **$HOME/.linkchecker/blacklist** for **blacklist** output. Valid file output types are **text**, **html**, **sql**, **csv**, **gml**, **dot**, **xml**, **none** or **blacklist** Default is no file output. The various output types are documented below. Note that you can suppress all console output with **output=none**. Command line option: :option:`--file-output`"
|
||||
msgid "Output to a file **linkchecker-out.**\\ *TYPE*, or **$HOME/.linkchecker/blacklist** for **blacklist** output. Valid file output types are **text**, **html**, **sql**, **csv**, **gml**, **dot**, **xml**, **none** or **blacklist**. Default is no file output. The various output types are documented below. Note that you can suppress all console output with **output=none**. Command line option: :option:`--file-output`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../src/man/linkcheckerrc.rst:158
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -415,7 +415,7 @@ Mail\-Links (\fBmailto:\fP)
|
|||
Ein \fI\%mailto:\-Link\fP ergibt eine Liste von E\-Mail\-Adressen. Falls eine Adresse fehlerhaft ist, wird die ganze Liste als fehlerhaft angesehen. Für jede E\-Mail\-Adresse werden die folgenden Dinge geprüft:
|
||||
.INDENT 7.0
|
||||
.IP 1. 3
|
||||
Check the adress syntax, both of the part before and after the
|
||||
Check the address syntax, both the parts before and after the
|
||||
@ sign.
|
||||
.IP 2. 3
|
||||
Look up the MX DNS records. If we found no MX record, print an
|
||||
|
|
|
|||
|
|
@ -506,7 +506,7 @@ If one address fails, the whole list will fail. For each mail
|
|||
address we check the following things:
|
||||
.INDENT 7.0
|
||||
.IP 1. 3
|
||||
Check the adress syntax, both of the part before and after the
|
||||
Check the address syntax, both the parts before and after the
|
||||
@ sign.
|
||||
.IP 2. 3
|
||||
Look up the MX DNS records. If we found no MX record, print an
|
||||
|
|
|
|||
|
|
@ -186,10 +186,10 @@ for specifying all available loggers.
|
|||
Command line option: \fB\-\-debug\fP
|
||||
.TP
|
||||
\fBfileoutput=\fP\fITYPE\fP[\fB,\fP\fITYPE\fP\&...]
|
||||
Output to a files \fBlinkchecker\-out.\fP\fITYPE\fP,
|
||||
Output to a file \fBlinkchecker\-out.\fP\fITYPE\fP, or
|
||||
\fB$HOME/.linkchecker/blacklist\fP for \fBblacklist\fP output.
|
||||
Valid file output types are \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP,
|
||||
\fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP Default is no
|
||||
\fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP\&. Default is no
|
||||
file output. The various output types are documented below. Note
|
||||
that you can suppress all console output with \fBoutput=none\fP\&.
|
||||
Command line option: \fB\-\-file\-output\fP
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ Mail links (**mailto:**)
|
|||
If one address fails, the whole list will fail. For each mail
|
||||
address we check the following things:
|
||||
|
||||
1. Check the adress syntax, both of the part before and after the
|
||||
1. Check the address syntax, both the parts before and after the
|
||||
@ sign.
|
||||
2. Look up the MX DNS records. If we found no MX record, print an
|
||||
error.
|
||||
|
|
|
|||
|
|
@ -142,10 +142,10 @@ output
|
|||
for specifying all available loggers.
|
||||
Command line option: :option:`--debug`
|
||||
**fileoutput=**\ *TYPE*\ [**,**\ *TYPE*...]
|
||||
Output to a files **linkchecker-out.**\ *TYPE*,
|
||||
Output to a file **linkchecker-out.**\ *TYPE*, or
|
||||
**$HOME/.linkchecker/blacklist** for **blacklist** output.
|
||||
Valid file output types are **text**, **html**, **sql**, **csv**,
|
||||
**gml**, **dot**, **xml**, **none** or **blacklist** Default is no
|
||||
**gml**, **dot**, **xml**, **none** or **blacklist**. Default is no
|
||||
file output. The various output types are documented below. Note
|
||||
that you can suppress all console output with **output=none**.
|
||||
Command line option: :option:`--file-output`
|
||||
|
|
|
|||
Loading…
Reference in a new issue