All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: in cmp man-page replace 'tuples' by 'values'
@ 2022-11-17 12:45 Heinrich Schuchardt
  2022-11-17 17:20 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2022-11-17 12:45 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass, Heinrich Schuchardt

The word tuples might be misleading.

Suggested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 doc/usage/cmd/cmp.rst | 12 ++++++------
 1 file 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:
 
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] doc: in cmp man-page replace 'tuples' by 'values'
  2022-11-17 12:45 [PATCH 1/1] doc: in cmp man-page replace 'tuples' by 'values' Heinrich Schuchardt
@ 2022-11-17 17:20 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2022-11-17 17:20 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: u-boot

On Thu, 17 Nov 2022 at 05:45, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> The word tuples might be misleading.
>
> Suggested-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  doc/usage/cmd/cmp.rst | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>


>
> 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:
>
> --
> 2.37.2
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 12:45 [PATCH 1/1] doc: in cmp man-page replace 'tuples' by 'values' Heinrich Schuchardt
2022-11-17 17:20 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.