util-linux: Use 2^128 instead of "340 trillion trillion trillion"

This commit is contained in:
Xi Ruoyao 2023-09-05 18:52:14 +08:00
parent 5f36bceaa9
commit e8f0a1b1da
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -1230,7 +1230,8 @@ su tester -c "make -k check"</userinput></screen>
<para>Creates new UUIDs. Each new UUID is a random number likely to be
unique among all UUIDs created, on the local system and on other
systems, in the past and in the future, with extremely high
probability (~340 trillion trillion trillion unique UUIDs are possible)</para>
probability (2<superscript>128</superscript> UUIDs are
possible)</para>
<indexterm zone="ch-system-util-linux uuidgen">
<primary sortas="b-uuidgen">uuidgen</primary>
</indexterm>