Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Escape minus signs in manpage | Loïc Minier | 2011-01-19 | -4/+4 |
| | | | | | | | | | | | 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> | |||
* | Add mkimage manpage | Nobuhiro Iwamatsu | 2010-08-08 | -0/+118 |
Some Linux distributions include the "mkimage" as a package. This commit provides a manual page for mkimage. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Added documentation for FIT images and examples. Moved to doc/ directory. Signed-off-by: Wolfgang Denk <wd@denx.de> |