From 3ba3a79df4ae094d1008c04a9af8d1ff970124c4 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 13 Mar 2015 21:22:39 -0500 Subject: man: fix a bunch of links All hail linkchecker! --- man/sd_journal_print.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/sd_journal_print.xml') diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 068b10e7ca..0cd0b45b9a 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -119,7 +119,7 @@ sd_journal_print() but takes a variable argument list encapsulated in an object of type va_list (see - stdarg3 + stdarg3 for more information) instead of the format string. It is otherwise equivalent in behavior. @@ -145,7 +145,7 @@ sd_journal_send() but takes an array of struct iovec (as defined in uio.h, see - readv3 + readv3 for details) instead of the format string. Each structure should reference one field of the entry to submit. The second argument specifies the number of structures in the array. @@ -154,7 +154,7 @@ necessary. sd_journal_perror() is a similar to - perror3 + perror3 and writes a message to the journal that consists of the passed string, suffixed with ": " and a human readable representation of the current error code stored in @@ -219,7 +219,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( Async signal safety sd_journal_sendv() is "async signal safe" in the meaning of - signal7. + signal7. sd_journal_print, @@ -249,11 +249,11 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( sd-journal3, sd_journal_stream_fd3, syslog3, - perror3, + perror3, errno3, systemd.journal-fields7, - signal7, - socket7 + signal7, + socket7 -- cgit v1.2.3-54-g00ecf