diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-09 22:10:16 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 09:07:13 +0100 |
commit | af7ce3faf88f6bcd5c82a71412fa81e8ae34acbb (patch) | |
tree | a85f1b947eb3b2d5c5614f32e2e3109d474febc5 /man/sd-id128.xml | |
parent | man: mention that sd_bus_call() may return a negative errno mapped from D-Bus... (diff) | |
download | systemd-af7ce3faf88f6bcd5c82a71412fa81e8ae34acbb.tar.xz systemd-af7ce3faf88f6bcd5c82a71412fa81e8ae34acbb.zip |
man: fix tag
Diffstat (limited to 'man/sd-id128.xml')
-rw-r--r-- | man/sd-id128.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd-id128.xml b/man/sd-id128.xml index b5a7e77f8c..4d2f6eed1f 100644 --- a/man/sd-id128.xml +++ b/man/sd-id128.xml @@ -85,7 +85,7 @@ <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><function>SD_ID128_NULL</function> may be used to refer to the 128bit ID consisting of only NUL + <para><constant>SD_ID128_NULL</constant> may be used to refer to the 128bit ID consisting of only NUL bytes.</para> <para><function>SD_ID128_MAKE_STR()</function> is similar to <function>SD_ID128_MAKE()</function>, but creates a |