summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-11-17 15:42:04 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-11-22 14:00:01 +0300
commita356b50fdfdb5b945e39fed5dcf3bba645be0859 (patch)
tree68657eb8e48f4c5df9f826b15fdcb7beefea5d6c /doc
parent6717a03d303a12f4852f6a1069b0dffcfdeebb98 (diff)
downloadu-boot-a356b50fdfdb5b945e39fed5dcf3bba645be0859.tar.xz
doc: in cmp man-page replace 'tuples' by 'values'
The word tuples might be misleading. Suggested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/cmd/cmp.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/usage/cmd/cmp.rst b/doc/usage/cmd/cmp.rst
index 241320d328..8d196ee578 100644
--- a/doc/usage/cmd/cmp.rst
+++ b/doc/usage/cmd/cmp.rst
@@ -14,20 +14,20 @@ Description
-----------
The cmp command is used to compare two memory areas. By default it works on
-four byte tuples. By appending .b, .w, .l, .q the size of the tuples is
-controlled:
+four byte (32-bit) values. By appending .b, .w, .l, .q the size of the
+values is controlled:
cmp.b
- compare 1 byte tuples
+ compare 1 byte (8-bit) values
cmp.w
- compare 2 byte tuples
+ compare 2 byte (16-bit) values
cmp.l
- compare 4 byte tuples
+ compare 4 byte (32-bit) values
cmp.q
- compare 8 byte tuples
+ compare 8 byte (64-bit) values
The parameters are used as follows: