[systemd-commits] Makefile.am man/sd_journal_open.xml

Lennart Poettering lennart at kemper.freedesktop.org
Fri Jul 13 12:04:25 PDT 2012


 Makefile.am             |    9 +++++++--
 man/sd_journal_open.xml |    4 ++++
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 6ca9571eddb6cf9ab84eb41d5a162ffde7b0c50e
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 13 21:03:58 2012 +0200

    man: document sd_journal_get_fd()

diff --git a/Makefile.am b/Makefile.am
index 50b2a9f..bbe9b46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -506,7 +506,8 @@ MANPAGES = \
 	man/sd_journal_get_data.3 \
 	man/sd_journal_get_realtime_usec.3 \
 	man/sd_journal_get_cutoff_realtime_usec.3 \
-	man/sd_journal_get_cursor.3
+	man/sd_journal_get_cursor.3 \
+	man/sd_journal_get_fd.3
 
 MANPAGES_ALIAS = \
 	man/reboot.8 \
@@ -558,7 +559,9 @@ MANPAGES_ALIAS = \
 	man/sd_journal_restart_data.3 \
 	man/SD_JOURNAL_FOREACH_DATA.3 \
 	man/sd_journal_get_monotonic_usec.3 \
-	man/sd_journal_get_cutoff_monotonic_usec.3
+	man/sd_journal_get_cutoff_monotonic_usec.3 \
+	man/sd_journal_process.3 \
+	man/sd_journal_wait.3
 
 man/reboot.8: man/halt.8
 man/poweroff.8: man/halt.8
@@ -610,6 +613,8 @@ man/sd_journal_restart_data.3: man/sd_journal_get_data.3
 man/SD_JOURNAL_FOREACH_DATA.3: man/sd_journal_get_data.3
 man/sd_journal_get_monotonic_usec.3: man/sd_journal_get_realtime_usec.3
 man/sd_journal_get_cutoff_monotonic_usec.3: man/sd_journal_get_cutoff_realtime_usec.3
+man/sd_journal_process.3: man/sd_journal_get_fd.3
+man/sd_journal_wait.3: man/sd_journal_get_fd.3
 
 XML_FILES = \
 	${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml
index ff089a8..5285fe6 100644
--- a/man/sd_journal_open.xml
+++ b/man/sd_journal_open.xml
@@ -137,6 +137,10 @@
                 to it (or if the specific entry is not available
                 locally, to its closest entry in time)
                 <citerefentry><refentrytitle>sd_journal_seek_cursor</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
+
+                <para>Notification of journal changes is available via
+                <function>sd_journal_get_fd()</function> and related
+                calls.</para>
         </refsect1>
 
         <refsect1>



More information about the systemd-commits mailing list