summaryrefslogtreecommitdiff
path: root/src/systemd/sd-journal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-07-13 01:50:05 +0200
committerLennart Poettering <lennart@poettering.net>2012-07-13 01:50:05 +0200
commitcb07866b1b7c11e687a322d70dd9f9d73bbbe488 (patch)
tree845efc23b223911669369ae1d1f05960c99ae4aa /src/systemd/sd-journal.h
parent3913ac20415011846b9943db7afe4750ff6f7250 (diff)
downloadsystemd-cb07866b1b7c11e687a322d70dd9f9d73bbbe488.tar.gz
man: move header file man pages from section 7 to 3
This way we can include documentation about minor macros/inline function within the introducionary man page in a sane way.
Diffstat (limited to 'src/systemd/sd-journal.h')
-rw-r--r--src/systemd/sd-journal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h
index 74e57f48e0..cf1b8db74b 100644
--- a/src/systemd/sd-journal.h
+++ b/src/systemd/sd-journal.h
@@ -34,6 +34,8 @@
extern "C" {
#endif
+/* Journal APIs. See sd-journal(3) for more information. */
+
/* Write to daemon */
int sd_journal_print(int priority, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
int sd_journal_printv(int priority, const char *format, va_list ap);