Documentation/applications/boot/nxboot: fix incorrect fnc description
Build / Fetch-Source (push) Has been cancelled
Build / Linux-Arch (push) Has been cancelled
Build / Linux (push) Has been cancelled
Build / macOS-Arch (push) Has been cancelled
Build / macOS (push) Has been cancelled
Build / msys2-Arch (push) Has been cancelled
Build / msys2 (push) Has been cancelled
Build / msvc-Arch (push) Has been cancelled
Build / msvc (push) Has been cancelled

Fixes incorrect nxboot_get_confirm function description (it was a
copy paste from nxboot_confirm function).

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc
2025-09-02 17:10:54 +02:00
committed by Xiang Xiao
parent dd51d9a3fc
commit 9d01d17188
@@ -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.