[PATCH 3/9] trivial: reorganize crc32 command doxygen output
Mark Vels
mark.vels at team-embedded.nl
Tue Nov 1 06:09:39 EDT 2011
Signed-off-by: Mark Vels <mark.vels at team-embedded.nl>
---
Documentation/commands.dox | 3 +--
commands/crc.c | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index 31183ec..a8bc83d 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -29,8 +29,7 @@ available in @a Barebox:
@li @subpage cp_command
@li @subpage cpufreq
@li @subpage cpuinfo
- at li @subpage crc_command
- at li @subpage crc32
+ at li @subpage crc32_command
@li @subpage delpart_command
@li @subpage devinfo_command
@li @subpage dfu_command
diff --git a/commands/crc.c b/commands/crc.c
index 01fedd7..2c05967 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -143,7 +143,7 @@ static int do_crc(struct command *cmdtp, int argc, char *argv[])
return err;
}
-BAREBOX_CMD_HELP_START(crc)
+BAREBOX_CMD_HELP_START(crc32)
BAREBOX_CMD_HELP_USAGE("crc32 [OPTION] [AREA]\n")
BAREBOX_CMD_HELP_SHORT("Calculate a crc32 checksum of a memory area.\n")
BAREBOX_CMD_HELP_OPT ("-f <file>", "Use file instead of memory.\n")
--
1.7.0.4
More information about the barebox
mailing list