diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml index 52fa089ec3..2df3547d40 100644 --- a/man/sd_id128_randomize.xml +++ b/man/sd_id128_randomize.xml @@ -35,12 +35,11 @@ Description - sd_id128_randomize() generates a new - randomized 128-bit ID and returns it in - ret. Every invocation returns a new - randomly generated ID. This uses the - /dev/urandom kernel random number - generator. + sd_id128_randomize() generates a new randomized 128-bit ID and returns it in + ret. Every invocation returns a new randomly generated ID. This uses the + getrandom2 + kernel random number generator. Note that sd_id128_randomize() always returns a UUID Variant 1 Version 4 compatible ID. It is hence guaranteed that this function will never return the ID consisting of all zero @@ -72,7 +71,8 @@ systemd1, sd-id1283, machine-id5, - random4, + getrandom2, + random4, sd_id128_get_machine3