From: Lennart Poettering Date: Fri, 20 Aug 2021 08:52:55 +0000 (+0200) Subject: man: document SD_ID128_ALLF X-Git-Tag: v250-rc1~797^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f3c90ed79de2c0e9f874cd46acf1b81eb9a7a71;p=thirdparty%2Fsystemd.git man: document SD_ID128_ALLF --- diff --git a/man/sd-id128.xml b/man/sd-id128.xml index 891a4585c61..b6e50a559e9 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: