summaryrefslogtreecommitdiff
path: root/man/sd-id128.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-10 06:38:36 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-12 17:10:32 +0900
commit725d9713a9f8d9eddf665aefffee04a5d18f1179 (patch)
tree95753bc4dadd761847f19d6b08b4ce2de16f3396 /man/sd-id128.xml
parentaf7ce3faf88f6bcd5c82a71412fa81e8ae34acbb (diff)
downloadsystemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.tar.gz
man: append parentheses for function name
Diffstat (limited to 'man/sd-id128.xml')
-rw-r--r--man/sd-id128.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/sd-id128.xml b/man/sd-id128.xml
index 4d2f6eed1f..79154306a9 100644
--- a/man/sd-id128.xml
+++ b/man/sd-id128.xml
@@ -107,9 +107,8 @@ int main(int argc, char **argv) {
puts("Match for coredumps: %s", SD_ID128_CONST_STR(SD_MESSAGE_COREDUMP));
}</programlisting>
- <para><function>SD_ID128_FORMAT_STR()</function> and
- <function>SD_ID128_FORMAT_VAL()</function> may be used to format a
- 128-bit ID in a
+ <para><constant>SD_ID128_FORMAT_STR</constant> and <function>SD_ID128_FORMAT_VAL()</function> may
+ be used to format a 128-bit ID in a
<citerefentry project='man-pages'><refentrytitle>printf</refentrytitle><manvolnum>3</manvolnum></citerefentry>
format string, as shown in the following example:</para>
@@ -120,8 +119,8 @@ int main(int argc, char **argv) {
return 0;
}</programlisting>
- <para><function>SD_ID128_UUID_FORMAT_STR()</function> is similar to
- <function>SD_ID128_FORMAT_STR()</function> but includes separating hyphens to conform to the
+ <para><constant>SD_ID128_UUID_FORMAT_STR</constant> is similar to
+ <constant>SD_ID128_FORMAT_STR</constant> but includes separating hyphens to conform to the
"<ulink url="https://en.wikipedia.org/wiki/Universally_unique_identifier#Format">canonical representation</ulink>".
</para>