commit | 68f79edbe8acd3d410df86e3d14a17ab0c6b3fda | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Mar 28 11:02:56 2022 +0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Mar 31 19:06:16 2022 +0200 |
tree | a8a179f5b78f829947fdd67ec0f6b685dff46780 | |
parent | 2ad5b09cd349dc2f411c21eafa0cb9cc58c638c7 [diff] |
doc: usage: Group all shell command docs into cmd/ sub-directory Currently all shell command docs are put in the doc/usage root. Let's group them into cmd/ sub-directory. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
diff --git a/doc/usage/acpi.rst b/doc/usage/cmd/acpi.rst similarity index 100% rename from doc/usage/acpi.rst rename to doc/usage/cmd/acpi.rst
diff --git a/doc/usage/addrmap.rst b/doc/usage/cmd/addrmap.rst similarity index 100% rename from doc/usage/addrmap.rst rename to doc/usage/cmd/addrmap.rst
diff --git a/doc/usage/askenv.rst b/doc/usage/cmd/askenv.rst similarity index 100% rename from doc/usage/askenv.rst rename to doc/usage/cmd/askenv.rst
diff --git a/doc/usage/base.rst b/doc/usage/cmd/base.rst similarity index 100% rename from doc/usage/base.rst rename to doc/usage/cmd/base.rst
diff --git a/doc/usage/bootefi.rst b/doc/usage/cmd/bootefi.rst similarity index 100% rename from doc/usage/bootefi.rst rename to doc/usage/cmd/bootefi.rst
diff --git a/doc/usage/booti.rst b/doc/usage/cmd/booti.rst similarity index 100% rename from doc/usage/booti.rst rename to doc/usage/cmd/booti.rst
diff --git a/doc/usage/bootmenu.rst b/doc/usage/cmd/bootmenu.rst similarity index 100% rename from doc/usage/bootmenu.rst rename to doc/usage/cmd/bootmenu.rst
diff --git a/doc/usage/button.rst b/doc/usage/cmd/button.rst similarity index 100% rename from doc/usage/button.rst rename to doc/usage/cmd/button.rst
diff --git a/doc/usage/x86/cbsysinfo.rst b/doc/usage/cmd/cbsysinfo.rst similarity index 100% rename from doc/usage/x86/cbsysinfo.rst rename to doc/usage/cmd/cbsysinfo.rst
diff --git a/doc/usage/conitrace.rst b/doc/usage/cmd/conitrace.rst similarity index 100% rename from doc/usage/conitrace.rst rename to doc/usage/cmd/conitrace.rst
diff --git a/doc/usage/echo.rst b/doc/usage/cmd/echo.rst similarity index 100% rename from doc/usage/echo.rst rename to doc/usage/cmd/echo.rst
diff --git a/doc/usage/exception.rst b/doc/usage/cmd/exception.rst similarity index 100% rename from doc/usage/exception.rst rename to doc/usage/cmd/exception.rst
diff --git a/doc/usage/exit.rst b/doc/usage/cmd/exit.rst similarity index 100% rename from doc/usage/exit.rst rename to doc/usage/cmd/exit.rst
diff --git a/doc/usage/extension.rst b/doc/usage/cmd/extension.rst similarity index 100% rename from doc/usage/extension.rst rename to doc/usage/cmd/extension.rst
diff --git a/doc/usage/false.rst b/doc/usage/cmd/false.rst similarity index 100% rename from doc/usage/false.rst rename to doc/usage/cmd/false.rst
diff --git a/doc/usage/fatinfo.rst b/doc/usage/cmd/fatinfo.rst similarity index 100% rename from doc/usage/fatinfo.rst rename to doc/usage/cmd/fatinfo.rst
diff --git a/doc/usage/fatload.rst b/doc/usage/cmd/fatload.rst similarity index 100% rename from doc/usage/fatload.rst rename to doc/usage/cmd/fatload.rst
diff --git a/doc/usage/for.rst b/doc/usage/cmd/for.rst similarity index 100% rename from doc/usage/for.rst rename to doc/usage/cmd/for.rst
diff --git a/doc/usage/load.rst b/doc/usage/cmd/load.rst similarity index 100% rename from doc/usage/load.rst rename to doc/usage/cmd/load.rst
diff --git a/doc/usage/loady.rst b/doc/usage/cmd/loady.rst similarity index 100% rename from doc/usage/loady.rst rename to doc/usage/cmd/loady.rst
diff --git a/doc/usage/mbr.rst b/doc/usage/cmd/mbr.rst similarity index 100% rename from doc/usage/mbr.rst rename to doc/usage/cmd/mbr.rst
diff --git a/doc/usage/md.rst b/doc/usage/cmd/md.rst similarity index 99% rename from doc/usage/md.rst rename to doc/usage/cmd/md.rst index 4c1073e..7e9944e 100644 --- a/doc/usage/md.rst +++ b/doc/usage/cmd/md.rst
@@ -102,5 +102,3 @@ ------------ The return value $? is always 0 (true). - -
diff --git a/doc/usage/mmc.rst b/doc/usage/cmd/mmc.rst similarity index 100% rename from doc/usage/mmc.rst rename to doc/usage/cmd/mmc.rst
diff --git a/doc/usage/pinmux.rst b/doc/usage/cmd/pinmux.rst similarity index 100% rename from doc/usage/pinmux.rst rename to doc/usage/cmd/pinmux.rst
diff --git a/doc/usage/pstore.rst b/doc/usage/cmd/pstore.rst similarity index 100% rename from doc/usage/pstore.rst rename to doc/usage/cmd/pstore.rst
diff --git a/doc/usage/qfw.rst b/doc/usage/cmd/qfw.rst similarity index 100% rename from doc/usage/qfw.rst rename to doc/usage/cmd/qfw.rst
diff --git a/doc/usage/reset.rst b/doc/usage/cmd/reset.rst similarity index 100% rename from doc/usage/reset.rst rename to doc/usage/cmd/reset.rst
diff --git a/doc/usage/sbi.rst b/doc/usage/cmd/sbi.rst similarity index 100% rename from doc/usage/sbi.rst rename to doc/usage/cmd/sbi.rst
diff --git a/doc/usage/scp03.rst b/doc/usage/cmd/scp03.rst similarity index 100% rename from doc/usage/scp03.rst rename to doc/usage/cmd/scp03.rst
diff --git a/doc/usage/setexpr.rst b/doc/usage/cmd/setexpr.rst similarity index 100% rename from doc/usage/setexpr.rst rename to doc/usage/cmd/setexpr.rst
diff --git a/doc/usage/sf.rst b/doc/usage/cmd/sf.rst similarity index 100% rename from doc/usage/sf.rst rename to doc/usage/cmd/sf.rst
diff --git a/doc/usage/size.rst b/doc/usage/cmd/size.rst similarity index 100% rename from doc/usage/size.rst rename to doc/usage/cmd/size.rst
diff --git a/doc/usage/true.rst b/doc/usage/cmd/true.rst similarity index 100% rename from doc/usage/true.rst rename to doc/usage/cmd/true.rst
diff --git a/doc/usage/ums.rst b/doc/usage/cmd/ums.rst similarity index 100% rename from doc/usage/ums.rst rename to doc/usage/cmd/ums.rst
diff --git a/doc/usage/wdt.rst b/doc/usage/cmd/wdt.rst similarity index 100% rename from doc/usage/wdt.rst rename to doc/usage/cmd/wdt.rst
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 630a6cb..5bfe31a 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst
@@ -18,38 +18,38 @@ .. toctree:: :maxdepth: 1 - acpi - addrmap - askenv - base - bootefi - booti - bootmenu - button - x86/cbsysinfo - conitrace - echo - exception - extension - exit - false - fatinfo - fatload - for - load - loady - mbr - md - mmc - pinmux - pstore - qfw - reset - sbi - sf - scp03 - setexpr - size - true - ums - wdt + cmd/acpi + cmd/addrmap + cmd/askenv + cmd/base + cmd/bootefi + cmd/booti + cmd/bootmenu + cmd/button + cmd/cbsysinfo + cmd/conitrace + cmd/echo + cmd/exception + cmd/extension + cmd/exit + cmd/false + cmd/fatinfo + cmd/fatload + cmd/for + cmd/load + cmd/loady + cmd/mbr + cmd/md + cmd/mmc + cmd/pinmux + cmd/pstore + cmd/qfw + cmd/reset + cmd/sbi + cmd/sf + cmd/scp03 + cmd/setexpr + cmd/size + cmd/true + cmd/ums + cmd/wdt