From: Heinrich Schuchardt Date: Wed, 17 Apr 2024 08:06:13 +0000 (+0200) Subject: doc: update list of aliases for the env command X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=bf92db1033d9ef20243f30751169e2e5b302c2ad;p=u-boot.git doc: update list of aliases for the env command * add link to askenv man-page * add printenv Signed-off-by: Heinrich Schuchardt --- diff --git a/doc/usage/cmd/env.rst b/doc/usage/cmd/env.rst index 60a294328e..040076bcc0 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 ` = *env ask* + *editenv* = *env edit* + *grepenv* = *env grep* ++ :doc:`printenv ` = *env print* + *run* = *env run* + *setenv* = *env set*