From c949b66674a8e625db0e75c522efce5597b42255 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Fri, 11 Jul 2014 20:51:58 +0200 Subject: Documentation: use command groups The help definition already contained a group declaration. This is now reused for the HTML documentation. Signed-off-by: Jan Luebbe Signed-off-by: Sascha Hauer --- Documentation/commands.rst | 86 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 84 insertions(+), 2 deletions(-) (limited to 'Documentation/commands.rst') diff --git a/Documentation/commands.rst b/Documentation/commands.rst index 55b04f6e56..0dc9e1bcf4 100644 --- a/Documentation/commands.rst +++ b/Documentation/commands.rst @@ -1,9 +1,91 @@ Command reference ================= +Information +----------- .. toctree:: + :titlesonly: :glob: - :maxdepth: 1 - commands/* + commands/info/* + +Booting +------- +.. toctree:: + :titlesonly: + :glob: + + commands/boot/* + +Partitions and Filesystems +-------------------------- +.. toctree:: + :titlesonly: + :glob: + + commands/part/* + +Environment +----------- +.. toctree:: + :titlesonly: + :glob: + + commands/env/* + +Files +----- +.. toctree:: + :titlesonly: + :glob: + + commands/file/* + +Shell Scripting +--------------- +.. toctree:: + :titlesonly: + :glob: + + commands/script/* + +Console and Framebuffer +----------------------- +.. toctree:: + :titlesonly: + :glob: + + commands/console/* + +Memory +------ +.. toctree:: + :titlesonly: + :glob: + + commands/mem/* + +Hardware Manipulation +--------------------- +.. toctree:: + :titlesonly: + :glob: + + commands/hwmanip/* + +Miscelleanous +------------- +.. toctree:: + :titlesonly: + :glob: + + commands/misc/* + +Networking +---------- +.. toctree:: + :titlesonly: + :glob: + + commands/net/* -- cgit v1.2.3 From 8df8a3d7a9d3356183df0a45c97f32dac878b65b Mon Sep 17 00:00:00 2001 From: Ezequiel Garcia Date: Sat, 2 Aug 2014 10:12:26 -0300 Subject: trivial: Correct word spelling, s/miscelleanous/miscellaneous Signed-off-by: Ezequiel Garcia Signed-off-by: Sascha Hauer --- Documentation/commands.rst | 2 +- commands/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Documentation/commands.rst') diff --git a/Documentation/commands.rst b/Documentation/commands.rst index 0dc9e1bcf4..261af2a078 100644 --- a/Documentation/commands.rst +++ b/Documentation/commands.rst @@ -73,7 +73,7 @@ Hardware Manipulation commands/hwmanip/* -Miscelleanous +Miscellaneous ------------- .. toctree:: :titlesonly: diff --git a/commands/Kconfig b/commands/Kconfig index 61816f5115..b03f74a82b 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1859,7 +1859,7 @@ endmenu -menu "Miscelleanous" +menu "Miscellaneous" config CMD_2048 tristate @@ -1976,7 +1976,7 @@ config CMD_TIME Note: This command depends on COMMAND being interruptible, otherwise the timer may overrun resulting in incorrect results -# end Miscelleanous commands +# end Miscellaneous commands endmenu -- cgit v1.2.3