diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-01 23:18:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-01 23:18:16 +0200 |
commit | 03724423da2bd2b55c151a9742aa3edec00776d7 (patch) | |
tree | d1b859f652b5e83dafcbbff37226784f42628a80 | |
parent | 8818fbb233d4b21e8ae8bc0f83db673dea440fd4 (diff) | |
download | weechat-03724423da2bd2b55c151a9742aa3edec00776d7.zip |
doc: fix example of NULL pointer (relay protocol)
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_relay_protocol.fr.adoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.adoc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 6500a6765..76c1b150a 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -2460,10 +2460,10 @@ A _NULL_ pointer has a length of 1 with value 0: .... ┌────╥────┐ -│ 01 ║ 00 │ ────► NULL (0x0) +│ 01 ║ 30 │ ────► NULL (0x0) └────╨────┘ └──┘ └──┘ -length 0 +length '0' .... [[object_time]] diff --git a/doc/fr/weechat_relay_protocol.fr.adoc b/doc/fr/weechat_relay_protocol.fr.adoc index 67a233517..f370cf8bc 100644 --- a/doc/fr/weechat_relay_protocol.fr.adoc +++ b/doc/fr/weechat_relay_protocol.fr.adoc @@ -2493,10 +2493,10 @@ Un pointeur _NULL_ a une longueur de 1 avec la valeur 0 : .... ┌────╥────┐ -│ 01 ║ 00 │ ────► NULL (0x0) +│ 01 ║ 30 │ ────► NULL (0x0) └────╨────┘ └──┘ └──┘ -long. 0 +long. '0' .... [[object_time]] diff --git a/doc/ja/weechat_relay_protocol.ja.adoc b/doc/ja/weechat_relay_protocol.ja.adoc index 7d4570133..ef7f3748b 100644 --- a/doc/ja/weechat_relay_protocol.ja.adoc +++ b/doc/ja/weechat_relay_protocol.ja.adoc @@ -2483,10 +2483,10 @@ _NULL_ ポインタを表現するには長さを 1 で値を 0 にしてくだ .... ┌────╥────┐ -│ 01 ║ 00 │ ────► NULL (0x0) +│ 01 ║ 30 │ ────► NULL (0x0) └────╨────┘ └──┘ └──┘ -length 0 +length '0' .... [[object_time]] |