Skip to content

Commit

Permalink
doc: usage: Group all shell command docs into cmd/ sub-directory
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
lbmeng authored and Heinrich Schuchardt committed Mar 31, 2022
1 parent 572934d commit 34e452d
Show file tree
Hide file tree
Showing 36 changed files with 35 additions and 37 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions doc/usage/md.rst → doc/usage/cmd/md.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,3 @@ Return value
------------

The return value $? is always 0 (true).


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
70 changes: 35 additions & 35 deletions doc/usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@ Shell commands
.. 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

0 comments on commit 34e452d

Please sign in to comment.