diff --git a/man/sd-id128.xml b/man/sd-id128.xml index 891a4585c6..b6e50a559e 100644 --- a/man/sd-id128.xml +++ b/man/sd-id128.xml @@ -90,7 +90,10 @@ #define SD_MESSAGE_COREDUMP SD_ID128_MAKE(fc,2e,22,bc,6e,e6,47,b6,b9,07,29,ab,34,a2,50,b1) SD_ID128_NULL may be used to refer to the 128-bit ID consisting of only - NUL bytes. + NUL bytes (i.e. all bits off). + + SD_ID128_ALLF may be used to refer to the 128-bit ID consisting of only + 0xFF bytes (i.e. all bits on). SD_ID128_MAKE_STR() is similar to SD_ID128_MAKE(), but creates a const char* expression that can be conveniently used in message formats and such: