From 8fe25ecf1270ab08e0b3baf5e8bae91e8f55eaa9 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Thu, 8 Nov 2007 12:01:52 +0100 Subject: adding various doku --- commands/environment.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'commands/environment.c') diff --git a/commands/environment.c b/commands/environment.c index b5517aa977..01e7cfed98 100644 --- a/commands/environment.c +++ b/commands/environment.c @@ -227,13 +227,13 @@ U_BOOT_CMD_END /** * @page saveenv_command saveenv * - * Usage: saveenv [] [] + * Usage: saveenv [\] [\] * - * Save the files in to the persistent storage device . - * is normally a block in flash, but could be any other file. + * Save the files in \ to the persistent storage device \. + * \ is normally a block in flash, but could be any other file. * - * If ommitted defaults to /env and defaults to - * /dev/env0. + * If ommitted \ defaults to \b /env and \ defaults to + * \b /dev/env0. * * @note envfs can only handle files. Directories are skipped silently. */ @@ -372,12 +372,12 @@ U_BOOT_CMD_END /** * @page loadenv_command loadenv * - * Usage: loadenv [] [] + * Usage: loadenv [\] [\] * - * Load the persistent storage contained in to the directory . + * Load the persistent storage contained in \ to the directory \. * - * If ommitted defaults to /env and defaults to - * /dev/env0. + * If ommitted \ defaults to /env and \ defaults to + * \b /dev/env0. * * @note envfs can only handle files. Directories are skipped silently. */ -- cgit v1.2.3