diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-26 19:47:34 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-26 19:47:34 -0400 |
commit | 74d005783e355acc784d123024e33bbb66ef9ef1 (patch) | |
tree | 6f03a459398fd5079a645ec830e0154651f4d7dd /man/sd_journal_get_usage.xml | |
parent | 909f413d3c572baadf9b13e36e1e90beba42af86 (diff) |
man: use <constant> for various constants which look ugly with quotes
Diffstat (limited to 'man/sd_journal_get_usage.xml')
-rw-r--r-- | man/sd_journal_get_usage.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_journal_get_usage.xml b/man/sd_journal_get_usage.xml index a2b868f218..490317ac91 100644 --- a/man/sd_journal_get_usage.xml +++ b/man/sd_journal_get_usage.xml @@ -66,7 +66,7 @@ <para><function>sd_journal_get_usage()</function> determines the total disk space currently used by journal files (in bytes). If - <literal>SD_JOURNAL_LOCAL_ONLY</literal> was passed + <constant>SD_JOURNAL_LOCAL_ONLY</constant> was passed when opening the journal this value will only reflect the size of journal files of the local host, otherwise of all hosts.</para> @@ -86,7 +86,7 @@ <para>The <function>sd_journal_get_usage()</function> interface is available as shared library, which can be compiled and linked to with the - <literal>libsystemd-journal</literal> + <constant>libsystemd-journal</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry> file.</para> </refsect1> |