From 5043d03157a1f2156c588c9036e942c81bf07032 Mon Sep 17 00:00:00 2001 From: Jon Szymaniak Date: Mon, 21 Jun 2021 16:15:47 -0500 Subject: [PATCH] doc: Additional rewording around "command handler tables" --- doc/src/introduction.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/introduction.rst b/doc/src/introduction.rst index d3cf8c4..0ac3e7a 100644 --- a/doc/src/introduction.rst +++ b/doc/src/introduction.rst @@ -253,11 +253,11 @@ For more information, see :py:class:`~depthcharge.hunter.EnvironmentHunter`. .. _CONFIG_SYS_REDUNDAND_ENVIRONMENT: https://gitlab.denx.de/u-boot/u-boot/-/blob/v2020.04/env/Kconfig#L394 -Command tables -^^^^^^^^^^^^^^ +Command handler tables +^^^^^^^^^^^^^^^^^^^^^^ If a device does not appear to readily expose a command console, it can be very -useful to determine if any command tables handlers (including their name, +useful to determine if any command handler tables (including command name, function pointers, and help text) are present in the binary. If so, this may indicate that access is gated based upon some input, whether it be a standard `AUTOBOOT`-based "stop string", a simple IO pin state, or a cryptographic