From 5aded369782f28255bc6b494ca905d7acaea7a56 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 7 Jul 2014 18:25:54 -0400 Subject: man: add a mapping for external manpages It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to -ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere? --- man/sd_journal_stream_fd.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/sd_journal_stream_fd.xml') diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml index 2cfaa87e9a..c9ce7cdb22 100644 --- a/man/sd_journal_stream_fd.xml +++ b/man/sd_journal_stream_fd.xml @@ -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 -- cgit v1.2.3-54-g00ecf