mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +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>
This commit is contained in:
parent
c9c9e87b80
commit
173d47f788
@ -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…
Reference in New Issue
Block a user