diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-09 22:38:36 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 09:10:32 +0100 |
commit | 725d9713a9f8d9eddf665aefffee04a5d18f1179 (patch) | |
tree | 95753bc4dadd761847f19d6b08b4ce2de16f3396 /man/sd_journal_query_unique.xml | |
parent | man: fix tag (diff) | |
download | systemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.tar.xz systemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.zip |
man: append parentheses for function name
Diffstat (limited to 'man/sd_journal_query_unique.xml')
-rw-r--r-- | man/sd_journal_query_unique.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_journal_query_unique.xml b/man/sd_journal_query_unique.xml index 9e88ebed31..26188f9e7e 100644 --- a/man/sd_journal_query_unique.xml +++ b/man/sd_journal_query_unique.xml @@ -151,7 +151,7 @@ <refsect1> <title>Examples</title> - <para>Use the <function>SD_JOURNAL_FOREACH_UNIQUE</function> macro to iterate through all values a field + <para>Use the <function>SD_JOURNAL_FOREACH_UNIQUE()</function> macro to iterate through all values a field of the journal can take (and which can be accessed on the given architecture and are not compressed with an unsupported mechanism). The following example lists all unit names referenced in the journal:</para> |