mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
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> (cherry picked from commit 173d47f7881137a5994a3e3b918169b6c759deaf)
This commit is contained in:
parent
6b7970912b
commit
3c891618b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user