From 7f3c90ed79de2c0e9f874cd46acf1b81eb9a7a71 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Aug 2021 10:52:55 +0200 Subject: [PATCH] man: document SD_ID128_ALLF --- man/sd-id128.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.47.3