]> Git Repo - J-u-boot.git/commit
doc: document read/write commands
authorRasmus Villemoes <[email protected]>
Thu, 2 Mar 2023 08:12:23 +0000 (09:12 +0100)
committerTom Rini <[email protected]>
Fri, 17 Mar 2023 20:10:42 +0000 (16:10 -0400)
commit2bec5480522298c99d04b7600d300a83b318a0d5
treefa27fee6e4fa53049eb2bdcf4a64d5216f907abd
parent8311ac5fe0831ae26ffb68fab6b927b18d7036d2
doc: document read/write commands

The read and write commands are, deliberately, implemented in the same
file, so that they stay feature-compatible (e.g. if someone implements
support for "read the full partition, however large that is", that
same syntax should also work for write). In order to ensure the
documentation for both are similarly kept in sync, and to avoid
duplication, document them both in read.rst, and add a stub write.rst
referring to read.rst.

Signed-off-by: Rasmus Villemoes <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
doc/usage/cmd/read.rst [new file with mode: 0644]
doc/usage/cmd/write.rst [new file with mode: 0644]
doc/usage/index.rst
This page took 0.033075 seconds and 4 git commands to generate.