This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch releases/12.11
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.11 by this push:
new 9d01d17188d Documentation/applications/boot/nxboot: fix incorrect fnc
description
9d01d17188d is described below
commit 9d01d17188dbaae8e68865da13c7251ea0ec47c7
Author: Michal Lenc <[email protected]>
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 <[email protected]>
---
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.