From 976c46f84f896782fa1e839904ab74cc4460c7b0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Jul 2012 23:10:23 +0200 Subject: man: add man page aliases for all macros/types too --- man/sd-daemon.xml | 8 ++++++++ man/sd_journal_open.xml | 6 +++++- man/sd_journal_print.xml | 1 + man/sd_listen_fds.xml | 1 + man/sd_login_monitor_new.xml | 1 + 5 files changed, 16 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index e29e2fc342..30a1b92601 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -44,6 +44,14 @@ sd-daemon + SD_EMERG + SD_ALERT + SD_CRIT + SD_ERR + SD_WARNING + SD_NOTICE + SD_INFO + SD_DEBUG Reference implementation of APIs for new-style daemons diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index 5285fe6bc1..ffd9a2c481 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -46,6 +46,10 @@ sd_journal_open sd_journal_open_directory sd_journal_close + sd_journal + SD_JOURNAL_LOCAL_ONLY + SD_JOURNAL_RUNTIME_ONLY + SD_JOURNAL_SYSTEM_ONLY Open the system journal for reading @@ -81,7 +85,7 @@ files automatically and interleave them automatically when reading. As first argument it takes a pointer to a sd_journal pointer, which on - success will contain journal context afterwards. The + success will contain journal context object afterwards. The second argument is a flags field, which may consist of the following flags ORed together: SD_JOURNAL_LOCAL_ONLY makes sure diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 65694a2e30..05c1ebea77 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -47,6 +47,7 @@ sd_journal_printv sd_journal_send sd_journal_sendv + SD_JOURNAL_SUPPRESS_LOCATION Submit log entries to the journal diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 003c1b51ea..5e906870c7 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -44,6 +44,7 @@ sd_listen_fds + SD_LISTEN_FDS_START Check for file descriptors passed by the init system. diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml index 102d943f96..ce17159541 100644 --- a/man/sd_login_monitor_new.xml +++ b/man/sd_login_monitor_new.xml @@ -47,6 +47,7 @@ sd_login_monitor_unref sd_login_monitor_flush sd_login_monitor_get_fd + sd_login_monitor Monitor login sessions, seats and users -- cgit v1.2.3-54-g00ecf