From 173d47f7881137a5994a3e3b918169b6c759deaf Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Thu, 22 Jun 2023 12:59:33 +0200 Subject: [PATCH] man: correct reference to sd_id128_get_boot_app_specific The function sd_id128_get_boot_app_specific is the app specific variant of sd_id128_get_boot. Signed-off-by: Jan Luebbe --- man/sd_id128_get_machine.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml index cdab87ab63..ea9f999f88 100644 --- a/man/sd_id128_get_machine.xml +++ b/man/sd_id128_get_machine.xml @@ -86,7 +86,7 @@ project='man-pages'>random4 for more information. This function also internally caches the returned ID to make this call a cheap operation. It is recommended to use this ID as-is only in trusted environments. In untrusted environments it is recommended to - derive an application specific ID using sd_id128_get_machine_app_specific(), see below. + derive an application specific ID using sd_id128_get_boot_app_specific(), see below. sd_id128_get_boot_app_specific() is analogous to sd_id128_get_machine_app_specific() but returns an ID that changes between boots. Some -- 2.25.1