diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 18:30:10 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-21 22:39:24 -0400 |
commit | 50a279f85783375416dacae7dafbcbbcd2765962 (patch) | |
tree | 1f167731c80b88ba93540aba3951c3998ec5e65e /man | |
parent | 742af54adce09e019b37093af66b2f22b4ae9330 (diff) |
systemd-python: export sd_journal_get_usage
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_journal_get_usage.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/sd_journal_get_usage.xml b/man/sd_journal_get_usage.xml index 14eb1e2b79..a2b868f218 100644 --- a/man/sd_journal_get_usage.xml +++ b/man/sd_journal_get_usage.xml @@ -64,12 +64,12 @@ <title>Description</title> <para><function>sd_journal_get_usage()</function> - determines the total disk space currently used up by - journal files. If - <literal>SD_JOURNAL_LOCAL_ONLY</literal> has been - passed when opening the journal files this value will - only reflect the size of journal files of the local - host, otherwise of all hosts.</para> + determines the total disk space currently used by + journal files (in bytes). If + <literal>SD_JOURNAL_LOCAL_ONLY</literal> 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> </refsect1> <refsect1> |