From 9d01d17188dbaae8e68865da13c7251ea0ec47c7 Mon Sep 17 00:00:00 2001 From: Michal Lenc Date: Tue, 2 Sep 2025 17:10:54 +0200 Subject: [PATCH] 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 --- 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 75619af8bd..037d1a9679 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.