diff options
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_relay_protocol.fr.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 7913e8d1c..f6b50fba9 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -242,7 +242,7 @@ Arguments: [NOTE] With WeeChat ≥ 1.6, commas can be escaped in the value, for example -`init password=foo\,bar` to send the password "foo,bar". +`+init password=foo\,bar+` to send the password "foo,bar". Format of hashed password is one of the following, where _hash_ is the hashed password as hexadecimal: diff --git a/doc/fr/weechat_relay_protocol.fr.adoc b/doc/fr/weechat_relay_protocol.fr.adoc index 470115b72..c2c63395d 100644 --- a/doc/fr/weechat_relay_protocol.fr.adoc +++ b/doc/fr/weechat_relay_protocol.fr.adoc @@ -252,7 +252,7 @@ Paramètres : [NOTE] Avec WeeChat ≥ 1.6, les virgules peuvent être échappées dans la valeur, -par exemple `init password=foo\,bar` pour envoyer le mot de passe "foo,bar". +par exemple `+init password=foo\,bar+` pour envoyer le mot de passe "foo,bar". Le format du mot de passe haché est l'un des suivants, où _hash_ est le mot de passe haché en hexadécimal : diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index d06d9dc02..77e0bbf08 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -255,7 +255,7 @@ _handshake_), without warning. [NOTE] WeeChat バージョン 1.6 以上の場合、コンマをエスケープすることで value にコンマを設定可能です。例えば -"foo,bar" というパスワードを送信するには `init password=foo\,bar` のように設定してください。 +"foo,bar" というパスワードを送信するには `+init password=foo\,bar+` のように設定してください。 // TRANSLATION MISSING Format of hashed password is one of the following, where _hash_ is the hashed |