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_session_is_active.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'man/sd_session_is_active.xml') diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 407354ae7f..5006be4df5 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -171,7 +171,7 @@ returned. This function is a more generic version of sd_session_is_active(). The returned string needs to be freed with the libc - free3 + free3 call after use. sd_session_get_uid() may be @@ -185,7 +185,7 @@ identifier belongs to. Note that not all sessions are attached to a seat, this call will fail for them. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_session_get_service() @@ -194,7 +194,7 @@ session identified by the specified session identifier. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_session_get_type() may @@ -204,7 +204,7 @@ wayland, tty, mir or unspecified and needs to be freed with the libc - free3 + free3 call after use. sd_session_get_class() may @@ -215,7 +215,7 @@ lock-screen, or background and needs to be freed with the libc - free3 + free3 call after use. sd_session_get_display() @@ -223,7 +223,7 @@ session identified by the specified session identifier. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_session_get_remote_host() @@ -231,7 +231,7 @@ session identified by the specified session identifier. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_session_get_remote_user() @@ -239,7 +239,7 @@ session identified by the specified session identifier. The returned string needs to be freed with the libc - free3 + free3 call after use. Note that this value is rarely known to the system, and even then should not be relied on. @@ -248,7 +248,7 @@ session identified by the specified session identifier. The returned string needs to be freed with the libc - free3 + free3 call after use. sd_session_get_vt() @@ -301,7 +301,7 @@ sd_session_get_tty() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file. -- cgit v1.2.3-54-g00ecf