[PATCH 2/2] doc: update list of aliases for the env command
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Apr 17 10:06:13 CEST 2024
* add link to askenv man-page
* add printenv
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
doc/usage/cmd/env.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/usage/cmd/env.rst b/doc/usage/cmd/env.rst
index 60a294328e8..040076bcc03 100644
--- a/doc/usage/cmd/env.rst
+++ b/doc/usage/cmd/env.rst
@@ -40,9 +40,10 @@ the UEFI variables.
The next commands are kept as alias and for compatibility:
-+ *askenv* = *env ask*
++ :doc:`askenv <askenv>` = *env ask*
+ *editenv* = *env edit*
+ *grepenv* = *env grep*
++ :doc:`printenv <printenv>` = *env print*
+ *run* = *env run*
+ *setenv* = *env set*
--
2.43.0
More information about the U-Boot
mailing list