diff options
author | Jan Luebbe <jlu@pengutronix.de> | 2023-06-22 12:59:33 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-06-22 13:34:00 +0200 |
commit | 173d47f7881137a5994a3e3b918169b6c759deaf (patch) | |
tree | 35e51c745b609cebb12d5ae272cffabdc589593f /man/sd_id128_get_machine.xml | |
parent | Merge pull request #28115 from yuwata/meson-tiny-fixes (diff) | |
download | systemd-173d47f7881137a5994a3e3b918169b6c759deaf.tar.xz systemd-173d47f7881137a5994a3e3b918169b6c759deaf.zip |
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 <jlu@pengutronix.de>
Diffstat (limited to 'man/sd_id128_get_machine.xml')
-rw-r--r-- | man/sd_id128_get_machine.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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'><refentrytitle>random</refentrytitle><manvolnum>4</manvolnum></citerefentry> 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 <function>sd_id128_get_machine_app_specific()</function>, see below.</para> + derive an application specific ID using <function>sd_id128_get_boot_app_specific()</function>, see below.</para> <para><function>sd_id128_get_boot_app_specific()</function> is analogous to <function>sd_id128_get_machine_app_specific()</function> but returns an ID that changes between boots. Some |