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.