From 725d9713a9f8d9eddf665aefffee04a5d18f1179 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 10 Nov 2020 06:38:36 +0900 Subject: man: append parentheses for function name --- man/sd-id128.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man/sd-id128.xml') 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)); } - SD_ID128_FORMAT_STR() and - SD_ID128_FORMAT_VAL() may be used to format a - 128-bit ID in a + SD_ID128_FORMAT_STR and SD_ID128_FORMAT_VAL() may + be used to format a 128-bit ID in a printf3 format string, as shown in the following example: @@ -120,8 +119,8 @@ int main(int argc, char **argv) { return 0; } - SD_ID128_UUID_FORMAT_STR() is similar to - SD_ID128_FORMAT_STR() but includes separating hyphens to conform to the + SD_ID128_UUID_FORMAT_STR is similar to + SD_ID128_FORMAT_STR but includes separating hyphens to conform to the "canonical representation". -- cgit v1.2.1