diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-25 11:36:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-25 19:29:01 +0200 |
commit | 4706fbaa17212c1737e532d824bbb0849d80e4f1 (patch) | |
tree | c886e0e96db4ea849f185dc94f9246e2a96e0e53 /man/sd_journal_open.xml | |
parent | 2daa9cbdda628f3a359c0e30a5b57dfe7ad74a34 (diff) | |
download | systemd-4706fbaa17212c1737e532d824bbb0849d80e4f1.tar.gz |
man: don't include history sections in man pages
I am pretty sure we shouldn't carry history sections in man pages, since it's
very hard to keep them correctly updated, the current ones are very
out-of-date, and they tend to make APIs appear unnecessarily complex.
Diffstat (limited to 'man/sd_journal_open.xml')
-rw-r--r-- | man/sd_journal_open.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml index fef453f8dc..6c362c2f91 100644 --- a/man/sd_journal_open.xml +++ b/man/sd_journal_open.xml @@ -205,26 +205,6 @@ </refsect1> <refsect1> - <title>History</title> - - <para><function>sd_journal_open()</function>, - <function>sd_journal_close()</function>, - <constant>SD_JOURNAL_LOCAL_ONLY</constant>, - <constant>SD_JOURNAL_RUNTIME_ONLY</constant>, - <constant>SD_JOURNAL_SYSTEM_ONLY</constant> were added in - systemd-38.</para> - - <para><function>sd_journal_open_directory()</function> was added - in systemd-187.</para> - - <para><constant>SD_JOURNAL_SYSTEM</constant>, - <constant>SD_JOURNAL_CURRENT_USER</constant>, and - <function>sd_journal_open_files()</function> were added in - systemd-205. <constant>SD_JOURNAL_SYSTEM_ONLY</constant> was - deprecated.</para> - </refsect1> - - <refsect1> <title>See Also</title> <para> |