From: Jan Luebbe Date: Thu, 22 Jun 2023 10:59:33 +0000 (+0200) Subject: man: correct reference to sd_id128_get_boot_app_specific X-Git-Tag: v254-rc1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=173d47f7881137a5994a3e3b918169b6c759deaf;p=thirdparty%2Fsystemd.git 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 --- diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml index cdab87ab63e..ea9f999f889 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