This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 17482c69248 Documentation/applications/boot/nxboot: fix incorrect fnc description 17482c69248 is described below commit 17482c69248e932f69e4561e1f0a09a5007d9976 Author: Michal Lenc <michall...@seznam.cz> AuthorDate: Tue Sep 2 17:10:54 2025 +0200 Documentation/applications/boot/nxboot: fix incorrect fnc description Fixes incorrect nxboot_get_confirm function description (it was a copy paste from nxboot_confirm function). Signed-off-by: Michal Lenc <michall...@seznam.cz> --- Documentation/applications/boot/nxboot/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/applications/boot/nxboot/index.rst b/Documentation/applications/boot/nxboot/index.rst index 75619af8bd3..037d1a96796 100644 --- a/Documentation/applications/boot/nxboot/index.rst +++ b/Documentation/applications/boot/nxboot/index.rst @@ -277,8 +277,8 @@ Enabling ``CONFIG_BOOT_NXBOOT`` option provides following NXboot API. .. c:function:: int nxboot_get_confirm(void) - Confirms the image currently located in primary partition and marks - its copy in update partition as a recovery. + Obtains the information if currently running image is confirmed (and + thus stable) or not. :return: 1 means confirmed, 0 not confirmed, -1 and sets errno on failure.