diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-31 14:09:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-31 14:09:25 +0100 |
commit | 42d98a686549e0e1056de23408b0b25075e42fe8 (patch) | |
tree | eaacfbf55f8fcf6a1b7d060d2a9ff2f5a55014f8 /doc | |
parent | 093af02f0c57f53c5678cb416aa691ad50d4a841 (diff) | |
download | weechat-42d98a686549e0e1056de23408b0b25075e42fe8.zip |
doc: fix typo in user's guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 2 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 2 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 7c0d7a9c4..ee0063acb 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -3647,7 +3647,7 @@ Matching groups können in "replace" genutzt werden: * `+${re:0}+` bis `+${re:99}+`: `+${re:0}+` um alles zu matchen, `+${re:1}+` bis `+${re:99}+` um Gruppen zu fangen -* `+${re:+}+`: der letzte match (mit der höchsten Nummer) +* `+${re:+++}+`: der letzte match (mit der höchsten Nummer) * `+${hide:c,${re:N}}+`: match "N" mit allen Zeichen die durch "c" ersetzt wurden (Beispiel: `+${hide:*,${re:2}}+` ist die group #2 mit allen Zeichen die durch `+*+` ersetzt wurden). diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 5c75884a6..061b188af 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -3561,7 +3561,7 @@ Matching groups can be used in "replace": * `+${re:0}+` to `+${re:99}+`: `+${re:0}+` is the whole match, `+${re:1}+` to `+${re:99}+` are groups captured -* `+${re:+}+`: the last match (with highest number) +* `+${re:+++}+`: the last match (with highest number) * `+${hide:c,${re:N}}+`: match "N" with all chars replaced by "c" (example: `+${hide:*,${re:2}}+` is the group #2 with all chars replaced by `+*+`). diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 9e122ed72..83064e4be 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -3679,7 +3679,7 @@ Les groupes de correspondance peuvent être utilisés dans le "remplacement" : * `+${re:0}+` à `+${re:99}+` : `+${re:0}+` est la correspondance complète, `+${re:1}+` à `+${re:99}+` sont les groupes capturés -* `+${re:+}+` : la dernière correspondance (avec le numéro le plus élevé) +* `+${re:+++}+` : la dernière correspondance (avec le numéro le plus élevé) * `+${hide:c,${re:N}}+` : la correspondance "N" avec tous les caractères remplacés par "c" (exemple : `+${hide:*,${re:2}}+` est le groupe n°2 avec tous les caractères remplacés par `+*+`). diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 46cfbe19d..264aff686 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -3786,7 +3786,7 @@ Matching groups can be used in "replace": * `+${re:0}+` to `+${re:99}+`: `+${re:0}+` is the whole match, `+${re:1}+` to `+${re:99}+` are groups captured -* `+${re:+}+`: the last match (with highest number) +* `+${re:+++}+`: the last match (with highest number) * `+${hide:c,${re:N}}+`: match "N" with all chars replaced by "c" (example: `+${hide:*,${re:2}}+` is the group #2 with all chars replaced by `+*+`). diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index a7d7f6977..2d93792c0 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -3553,7 +3553,7 @@ _var_ * `+${re:0}+` から `+${re:99}+`: `+${re:0}+` はマッチ部分の全体、`+${re:1}+` から `+${re:99}+` はグループ化されたマッチ部分 -* `+${re:+}+`: 最後のマッチ部分 (最大のグループ番号を持つ) +* `+${re:+++}+`: 最後のマッチ部分 (最大のグループ番号を持つ) * `+${hide:c,${re:N}}+`: マッチグループ "N" のすべての文字を "c" で置換した文字列 (例: `+${hide:*,${re:2}}+` はグループ #2 のすべての文字を `+*+` で置換した文字列)。 diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index c0627651a..90422d39a 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -3624,7 +3624,7 @@ Dopasowane grupy, które mogą zostać użyte w "zamień": * `+${re:0}+` to `+${re:99}+`: `+${re:0}+` to pełne dopasowanie, `+${re:1}+` do `+${re:99}+` to przechwycone grupy -* `+${re:+}+`: ostatnie dopasowanie (z najwyższym numerem) +* `+${re:+++}+`: ostatnie dopasowanie (z najwyższym numerem) * `+${hide:c,${re:N}}+`: dopasowanie "N" z wszystkimi znakami zastąpionymi "c" (przykład: `+${hide:*,${re:2}}+` to grupa #2 ze znakami zastąpionymi `+*+`). |