]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document SD_ID128_ALLF
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Aug 2021 08:52:55 +0000 (10:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Aug 2021 09:09:47 +0000 (11:09 +0200)
man/sd-id128.xml

index 891a4585c619e92bc0d0843feda5c6d640f7f8fc..b6e50a559e97b5e13274430cd9acd95bd642be41 100644 (file)
     <programlisting>#define SD_MESSAGE_COREDUMP SD_ID128_MAKE(fc,2e,22,bc,6e,e6,47,b6,b9,07,29,ab,34,a2,50,b1)</programlisting>
 
     <para><constant>SD_ID128_NULL</constant> may be used to refer to the 128-bit ID consisting of only
-    <constant>NUL</constant> bytes.</para>
+    <constant>NUL</constant> bytes (i.e. all bits off).</para>
+
+    <para><constant>SD_ID128_ALLF</constant> may be used to refer to the 128-bit ID consisting of only
+    <constant>0xFF</constant> bytes (i.e. all bits on).</para>
 
     <para><function>SD_ID128_MAKE_STR()</function> is similar to <function>SD_ID128_MAKE()</function>, but creates a
     <type>const char*</type> expression that can be conveniently used in message formats and such:</para>