From: Eelco Dolstra Date: Thu, 13 Sep 2012 17:44:47 +0000 (-0400) Subject: daemon: Fix broken links to sd-daemon.c X-Git-Tag: v190~99 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0675cc4a02dfa3e7abc47d0c2117bf413b1d7698 daemon: Fix broken links to sd-daemon.c --- diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 30a1b9260..1e1734adf 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -138,7 +138,7 @@ In addition, for details about the algorithms check the liberally licensed reference implementation sources: - + resp. These APIs are implemented in the reference diff --git a/man/sd_booted.xml b/man/sd_booted.xml index 83cbd6b20..3567d585a 100644 --- a/man/sd_booted.xml +++ b/man/sd_booted.xml @@ -93,7 +93,7 @@ For details about the algorithm check the liberally licensed reference implementation sources: - + resp. diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml index a41447b63..a98122b1b 100644 --- a/man/sd_is_fifo.xml +++ b/man/sd_is_fifo.xml @@ -180,7 +180,7 @@ For details about the algorithms check the liberally licensed reference implementation sources: - + resp. diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index f6a9497d5..649b1995a 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -141,7 +141,7 @@ For details about the algorithm check the liberally licensed reference implementation sources: - + resp. diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 606ee1e57..346ec8f90 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -227,7 +227,7 @@ For details about the algorithms check the liberally licensed reference implementation sources: - + resp. diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h index b204e317b..fb7456d50 100644 --- a/src/systemd/sd-daemon.h +++ b/src/systemd/sd-daemon.h @@ -59,7 +59,7 @@ extern "C" { You may find an up-to-date version of these source files online: http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h - http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c + http://cgit.freedesktop.org/systemd/systemd/plain/src/libsystemd-daemon/sd-daemon.c This should compile on non-Linux systems, too, but with the exception of the sd_is_xxx() calls all functions will become NOPs.