diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-13 23:10:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-13 23:10:23 +0200 |
commit | 976c46f84f896782fa1e839904ab74cc4460c7b0 (patch) | |
tree | 721d863ef35876044c57468fcddb796e1d20965a /man/sd_journal_open.xml | |
parent | a4023a43d0312568f0b81b39b4bc6fd9b64880eb (diff) | |
download | systemd-976c46f84f896782fa1e839904ab74cc4460c7b0.tar.gz |
man: add man page aliases for all macros/types too
Diffstat (limited to 'man/sd_journal_open.xml')
-rw-r--r-- | man/sd_journal_open.xml | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ <refname>sd_journal_open</refname> <refname>sd_journal_open_directory</refname> <refname>sd_journal_close</refname> + <refname>sd_journal</refname> + <refname>SD_JOURNAL_LOCAL_ONLY</refname> + <refname>SD_JOURNAL_RUNTIME_ONLY</refname> + <refname>SD_JOURNAL_SYSTEM_ONLY</refname> <refpurpose>Open the system journal for reading</refpurpose> </refnamediv> @@ -81,7 +85,7 @@ files automatically and interleave them automatically when reading. As first argument it takes a pointer to a <literal>sd_journal</literal> 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: <literal>SD_JOURNAL_LOCAL_ONLY</literal> makes sure |