mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-11 04:58:19 +03:00
man: document SD_ID128_ALLF
This commit is contained in:
parent
f47234b6e6
commit
7f3c90ed79
@ -90,7 +90,10 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user