From a8eedf4953d379dc09ee2b04e69a0a54ba247a02 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 9 Jul 2012 15:46:21 +0200 Subject: man: document sd_print() and friends --- src/systemd/sd-journal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/systemd/sd-journal.h b/src/systemd/sd-journal.h index 792e31fc02..a69aa25a68 100644 --- a/src/systemd/sd-journal.h +++ b/src/systemd/sd-journal.h @@ -40,7 +40,7 @@ int sd_journal_printv(int priority, const char *format, va_list ap); int sd_journal_send(const char *format, ...) __attribute__((sentinel)); int sd_journal_sendv(const struct iovec *iov, int n); -/* Used by the macros below */ +/* Used by the macros below. Don't call this directly. */ int sd_journal_print_with_location(int priority, const char *file, const char *line, const char *func, const char *format, ...) __attribute__ ((format (printf, 5, 6))); int sd_journal_printv_with_location(int priority, const char *file, const char *line, const char *func, const char *format, va_list ap); int sd_journal_send_with_location(const char *file, const char *line, const char *func, const char *format, ...) __attribute__((sentinel)); -- cgit v1.2.3-54-g00ecf