mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
man: document sd_journal_get_fd()
This commit is contained in:
parent
4a010f4e6e
commit
6ca9571edd
@ -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)}}}}}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user