chiark / gitweb /
man: move header file man pages from section 7 to 3
[elogind.git] / src / systemd / sd-journal.h
index 74e57f48e017a8e280e2cd136473382166141cbe..cf1b8db74b8f5360f3ca34a655b52a2123f0a64e 100644 (file)
@@ -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);