X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_journal_print.xml;h=0cd0b45b9af312d8b71f753c7199a7b01554769a;hb=c83478b96c21d829cbf50fd79edae255b4c80992;hp=068b10e7cac0635b61202d7f4c4399b9ba65524a;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d;p=elogind.git diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index 068b10e7c..0cd0b45b9 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