aboutsummaryrefslogtreecommitdiffstats
path: root/man/el_print.3
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-23 14:05:21 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-23 14:05:21 +0100
commit5e21f4fff3e7b6187233d28c7010098c5d6982da (patch)
tree56934972803070198f5d7045949c67b6ce150ff0 /man/el_print.3
parentf64ec5e8e03680f0dc170740020f59956cd7039a (diff)
downloadembedlog-5e21f4fff3e7b6187233d28c7010098c5d6982da.tar.gz
embedlog-5e21f4fff3e7b6187233d28c7010098c5d6982da.tar.bz2
embedlog-5e21f4fff3e7b6187233d28c7010098c5d6982da.zip
man/el_print.3: fix typo in encoded integer example table
Diffstat (limited to 'man/el_print.3')
-rw-r--r--man/el_print.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/el_print.3 b/man/el_print.3
index 83646ef..550bda6 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -292,7 +292,7 @@ Below is table with example decimal values and it's encoded counterpart.
| 1 | 0x01 |
| 2 | 0x02 |
| 127 | 0x7f |
- | 128 | 0x80 0x81 |
+ | 128 | 0x80 0x01 |
| 129 | 0x81 0x01 |
| 255 | 0xff 0x01 |
| 256 | 0x80 0x02 |