doc: man-page base command

Provide a description of the base command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2020-12-31 15:42:05 +01:00
parent b0db69b4e1
commit 5ff1357227
2 changed files with 24 additions and 0 deletions

23
doc/usage/base.rst Normal file
View File

@ -0,0 +1,23 @@
.. SPDX-License-Identifier: GPL-2.0+
base command
============
Synopsis
--------
::
base [address]
Description
-----------
The *base* command sets or displays the address offset used by the memory
commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
All other commands ignore the address defined by *base*.
address
new base address as hexadecimal number. If no value is provided, the current
value is displayed.

View File

@ -11,6 +11,7 @@ Shell commands
.. toctree::
:maxdepth: 1
base
bootefi
bootmenu
button