chiark / gitweb /
Move x-systemd-device.timeout handling from core to fstab-generator
[elogind.git] / man / sd_journal_get_usage.xml
index 490317ac91ceb36e53bc363a7efb154477ca0fd0..5119fba2306a3a6d81c0a784f0703dd8d5af6a6a 100644 (file)
@@ -53,8 +53,8 @@
 
                         <funcprototype>
                                 <funcdef>int <function>sd_journal_get_usage</function></funcdef>
-                                <paramdef>sd_journal<parameter>j</parameter></paramdef>
-                                <paramdef>uint64_t<parameter>bytes</parameter></paramdef>
+                                <paramdef>sd_journal *<parameter>j</parameter></paramdef>
+                                <paramdef>uint64_t *<parameter>bytes</parameter></paramdef>
                         </funcprototype>
 
                 </funcsynopsis>
@@ -67,7 +67,7 @@
                 determines the total disk space currently used by
                 journal files (in bytes). If
                 <constant>SD_JOURNAL_LOCAL_ONLY</constant> was passed
-                when opening the journal this value will only reflect
+                when opening the journal, this value will only reflect
                 the size of journal files of the local host, otherwise
                 of all hosts.</para>
         </refsect1>
                 <title>Notes</title>
 
                 <para>The <function>sd_journal_get_usage()</function>
-                interface is available as shared library, which can be
+                interface is available as shared library, which can be
                 compiled and linked to with the
-                <constant>libsystemd-journal</constant>
-                <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                <constant>libsystemd</constant> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
                 file.</para>
         </refsect1>