[U-Boot] [PATCH 1/2] Fix typo ("comand" instead of "command")

Signed-off-by: Loïc Minier loic.minier@linaro.org --- tools/kwbimage.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/kwbimage.c b/tools/kwbimage.c index 7b26920..964796e 100644 --- a/tools/kwbimage.c +++ b/tools/kwbimage.c @@ -33,7 +33,7 @@ * Supported commands for configuration file */ static table_entry_t kwbimage_cmds[] = { - {CMD_BOOT_FROM, "BOOT_FROM", "boot comand", }, + {CMD_BOOT_FROM, "BOOT_FROM", "boot command", }, {CMD_NAND_ECC_MODE, "NAND_ECC_MODE", "NAND mode", }, {CMD_NAND_PAGE_SIZE, "NAND_PAGE_SIZE", "NAND size", }, {CMD_SATA_PIO_MODE, "SATA_PIO_MODE", "SATA mode", },

By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). Since options to programs use minus signs (U+002D), this means for example in UTF-8 locales that you cannot cut and paste options, nor search for them easily.
(Reported by lintian.)
Signed-off-by: Loïc Minier loic.minier@linaro.org --- doc/mkimage.1 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 7985f5a..f27da6b 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -41,22 +41,22 @@ mkimage lists the information contained in the header of an existing U-Boot imag
.TP .BI "-A [" "architecture" "]" -Set architecture. Pass -h as the architecture to see the list of supported architectures. +Set architecture. Pass -h as the architecture to see the list of supported architectures.
.TP .BI "-O [" "os" "]" Set operating system. bootm command of u-boot changes boot method by os type. -Pass -h as the OS to see the list of supported OS. +Pass -h as the OS to see the list of supported OS.
.TP .BI "-T [" "image type" "]" Set image type. -Pass -h as the image to see the list of supported image type. +Pass -h as the image to see the list of supported image type.
.TP .BI "-C [" "compression type" "]" Set compression type. -Pass -h as the compression to see the list of supported compression type. +Pass -h as the compression to see the list of supported compression type.
.TP .BI "-a [" "load addess" "]"

Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=,
In message 1294104756-3338-2-git-send-email-loic.minier@linaro.org you wrote:
By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). Since options to programs use minus signs (U+002D), this means for example in UTF-8 locales that you cannot cut and paste options, nor search for them easily.
(Reported by lintian.)
Signed-off-by: Loïc Minier loic.minier@linaro.org
doc/mkimage.1 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
appplied, thanks.
Best regards,
Wolfgang Denk

Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=,
In message 1294104756-3338-1-git-send-email-loic.minier@linaro.org you wrote:
Signed-off-by: Loïc Minier loic.minier@linaro.org
tools/kwbimage.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Loïc Minier
-
Wolfgang Denk