diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-21 10:49:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-21 10:49:41 +0200 |
commit | 7f02e1804bf8740aa3cd705b4d9b670baa69a80f (patch) | |
tree | 4f8d2687166f9540591afd1697bdb37d83680986 /doc/ja | |
parent | aaa49d3188bbd4fb9a7098dfef5cb1ad0bd5f4b3 (diff) | |
download | weechat-7f02e1804bf8740aa3cd705b4d9b670baa69a80f.zip |
doc: add missing "id" in commands input, sync, desync, ping and quit (relay protocol)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index 95894faf1..36dc87cdb 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -961,7 +961,7 @@ hda: 構文: ---- -input <buffer> <data> +(id) input <buffer> <data> ---- 引数: @@ -1158,7 +1158,7 @@ _WeeChat バージョン 0.4.1 で更新。_ 構文: ---- -sync [<buffer>[,<buffer>...] <option>[,<option>...]] +(id) sync [<buffer>[,<buffer>...] <option>[,<option>...]] ---- 引数: @@ -1224,7 +1224,7 @@ _WeeChat バージョン 0.4.1 で更新。_ 構文: ---- -desync [<buffer>[,<buffer>...] <option>[,<option>...]] +(id) desync [<buffer>[,<buffer>...] <option>[,<option>...]] ---- 引数: @@ -1348,7 +1348,7 @@ WeeChat にメッセージ "_pong" と同じ引数を持つ返信 ping を送信 構文: ---- -ping [<arguments>] +(id) ping [<arguments>] ---- 例: @@ -1373,7 +1373,7 @@ _リレー_ から切断。 構文: ---- -quit +(id) quit ---- 例: |