X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_stream_fd.xml;h=c9ce7cdb227e0279f432e94ba850af3a7c139667;hp=e7bd661a7a59c88aace615f6623b8b823e4b2dc9;hb=9700d6980f7c212b10a69399e6430b82a6f45587;hpb=14bf87881b6e6788447e46108b5bb074d8c5f726 diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml index e7bd661a7..c9ce7cdb2 100644 --- a/man/sd_journal_stream_fd.xml +++ b/man/sd_journal_stream_fd.xml @@ -53,7 +53,7 @@ int sd_journal_stream_fd - const char* identifier + const char *identifier int priority int level_prefix @@ -88,7 +88,7 @@ LOG_INFO, LOG_DEBUG, as defined in syslog.h, see - syslog3 + syslog3 for details. The third argument is a boolean: if true kernel-style log priority level prefixes (such as SD_WARNING) are interpreted, see @@ -114,7 +114,7 @@ The sd_journal_stream_fd() interface is available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file. @@ -122,7 +122,7 @@ Examples Creating a log stream suitable for - fprintf3: + fprintf3: #include <syslog.h> #include <stdio.h> @@ -161,8 +161,8 @@ int main(int argc, char *argv[]) { sd-journal3, sd-daemon3, sd_journal_print3, - syslog3, - fprintf3, + syslog3, + fprintf3, systemd.journal-fields7