summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/commands.dox17
-rw-r--r--Documentation/developers_manual.dox2
-rw-r--r--Documentation/users_manual.dox5
3 files changed, 19 insertions, 5 deletions
diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index 50e383f3dc..fe539e5427 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -1,15 +1,24 @@
/**
* @page command_reference Supported Shell Commands
- - @subpage sh_command
+ - @subpage addpart_command
- @subpage cat_command
- @subpage cd_command
- @subpage cp_command
+ - @subpage delpart_command
+ - @subpage devinfo_command
+ - @subpage edit_command
+ - @subpage erase_command
+ - @subpage export_command
+ - @subpage tftp_command
+ - @subpage loadenv_command
+ - @subpage mount_command
- @subpage printenv_command
+ - @subpage protect_command
+ - @subpage rarp_command
- @subpage saveenv_command
- - @subpage loadenv_command
- @subpage setenv_command
- - @subpage export_command
- - @subpage mount_command
+ - @subpage sh_command
+ - @subpage unprotect_command
*/
diff --git a/Documentation/developers_manual.dox b/Documentation/developers_manual.dox
index 3163c9447f..59723efbc0 100644
--- a/Documentation/developers_manual.dox
+++ b/Documentation/developers_manual.dox
@@ -16,5 +16,7 @@ Hints and tips for simply adapting U-Boot v2
Various themes:
- @subpage how_mount_works
+ - @subpage boot_preparation
+ - @subpage uboot_simul
*/ \ No newline at end of file
diff --git a/Documentation/users_manual.dox b/Documentation/users_manual.dox
index 1decdc06a1..e346a12ee7 100644
--- a/Documentation/users_manual.dox
+++ b/Documentation/users_manual.dox
@@ -1,7 +1,10 @@
/** @page users_manual User's Manual
-FIXME: Hints and tips for simply using U-Boot v2
+Who should read this part?
+Mostly everyone. The user needs it to find help for his daily work to manage
+his targets. The developer to find out all the new features that make his
+work easier.
- @subpage shell_notes
- @subpage readline_parser