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/en | |
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/en')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index be603a6b6..7524eef79 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -942,7 +942,7 @@ Send data to a buffer. Syntax: ---- -input <buffer> <data> +(id) input <buffer> <data> ---- Arguments: @@ -1138,7 +1138,7 @@ line char: "\n"). Syntax: ---- -sync [<buffer>[,<buffer>...] <option>[,<option>...]] +(id) sync [<buffer>[,<buffer>...] <option>[,<option>...]] ---- Arguments: @@ -1203,7 +1203,7 @@ buffers, the client will still receive updates for these buffers. Syntax: ---- -desync [<buffer>[,<buffer>...] <option>[,<option>...]] +(id) desync [<buffer>[,<buffer>...] <option>[,<option>...]] ---- Arguments: @@ -1325,7 +1325,7 @@ measure the response time. Syntax: ---- -ping [<arguments>] +(id) ping [<arguments>] ---- Example: @@ -1349,7 +1349,7 @@ Disconnect from _relay_. Syntax: ---- -quit +(id) quit ---- Example: |