* [PATCH] docs: fix typos in memcmp help text
@ 2016-11-20 0:09 Moritz Warning
2016-11-21 8:03 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Moritz Warning @ 2016-11-20 0:09 UTC (permalink / raw)
To: barebox
Signed-off-by: Moritz Warning <moritzwarning@web.de>
---
commands/memcmp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/commands/memcmp.c b/commands/memcmp.c
index ce044df..7be0033 100644
--- a/commands/memcmp.c
+++ b/commands/memcmp.c
@@ -130,8 +130,8 @@ out:
}
BAREBOX_CMD_HELP_START(memcmp)
-BAREBOX_CMD_HELP_TEXT("Compare memory regions specified with ADDR and ADDR2")
-BAREBOX_CMD_HELP_TEXT("of size COUNT bytes. If source is a file COUNT can")
+BAREBOX_CMD_HELP_TEXT("Compare memory regions specified with ADDR1 and ADDR2")
+BAREBOX_CMD_HELP_TEXT("of size COUNT bytes. If source is a file, COUNT can")
BAREBOX_CMD_HELP_TEXT("be left unspecified, in which case the whole file is")
BAREBOX_CMD_HELP_TEXT("compared.")
BAREBOX_CMD_HELP_TEXT("")
--
2.10.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: fix typos in memcmp help text
2016-11-20 0:09 [PATCH] docs: fix typos in memcmp help text Moritz Warning
@ 2016-11-21 8:03 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2016-11-21 8:03 UTC (permalink / raw)
To: Moritz Warning; +Cc: barebox
On Sun, Nov 20, 2016 at 01:09:10AM +0100, Moritz Warning wrote:
> Signed-off-by: Moritz Warning <moritzwarning@web.de>
> ---
> commands/memcmp.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/commands/memcmp.c b/commands/memcmp.c
> index ce044df..7be0033 100644
> --- a/commands/memcmp.c
> +++ b/commands/memcmp.c
> @@ -130,8 +130,8 @@ out:
> }
>
> BAREBOX_CMD_HELP_START(memcmp)
> -BAREBOX_CMD_HELP_TEXT("Compare memory regions specified with ADDR and ADDR2")
> -BAREBOX_CMD_HELP_TEXT("of size COUNT bytes. If source is a file COUNT can")
> +BAREBOX_CMD_HELP_TEXT("Compare memory regions specified with ADDR1 and ADDR2")
> +BAREBOX_CMD_HELP_TEXT("of size COUNT bytes. If source is a file, COUNT can")
> BAREBOX_CMD_HELP_TEXT("be left unspecified, in which case the whole file is")
> BAREBOX_CMD_HELP_TEXT("compared.")
> BAREBOX_CMD_HELP_TEXT("")
> --
> 2.10.2
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-21 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-20 0:09 [PATCH] docs: fix typos in memcmp help text Moritz Warning
2016-11-21 8:03 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox