91 lines
4.2 KiB
Diff
91 lines
4.2 KiB
Diff
|
From 0cdbfc2734a4e1b3b926be66c31a37e50c9d1733 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
||
|
Date: Fri, 13 Mar 2015 21:24:30 -0500
|
||
|
Subject: [PATCH] man: link to fd.o for dbus stuff
|
||
|
|
||
|
(cherry picked from commit 3b5cfcdb580f5b766ff7fb1a2839bd37d74a98de)
|
||
|
---
|
||
|
man/busctl.xml | 2 +-
|
||
|
man/custom-html.xsl | 13 +++++++++++++
|
||
|
man/systemd-bus-proxyd.xml | 2 +-
|
||
|
man/systemd-bus-proxyd@.service.xml | 2 +-
|
||
|
man/systemd-machine-id-setup.xml | 2 +-
|
||
|
5 files changed, 17 insertions(+), 4 deletions(-)
|
||
|
|
||
|
diff --git a/man/busctl.xml b/man/busctl.xml
|
||
|
index cc1844b0a0..807fc78e8f 100644
|
||
|
--- a/man/busctl.xml
|
||
|
+++ b/man/busctl.xml
|
||
|
@@ -465,7 +465,7 @@ o "/org/freedesktop/systemd1/job/42684"</programlisting>
|
||
|
<title>See Also</title>
|
||
|
|
||
|
<para>
|
||
|
- <citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
+ <citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
<ulink url="http://freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
|
||
|
<ulink url="https://code.google.com/p/d-bus/">kdbus</ulink>,
|
||
|
<citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
|
||
|
diff --git a/man/custom-html.xsl b/man/custom-html.xsl
|
||
|
index 32299db710..706b95a1c4 100644
|
||
|
--- a/man/custom-html.xsl
|
||
|
+++ b/man/custom-html.xsl
|
||
|
@@ -91,6 +91,19 @@
|
||
|
<xsl:call-template name="inline.charseq"/>
|
||
|
</xsl:template>
|
||
|
|
||
|
+<xsl:template match="citerefentry[@project='dbus']">
|
||
|
+ <a>
|
||
|
+ <xsl:attribute name="href">
|
||
|
+ <xsl:text>http://dbus.freedesktop.org/doc/</xsl:text>
|
||
|
+ <xsl:value-of select="refentrytitle"/>
|
||
|
+ <xsl:text>.</xsl:text>
|
||
|
+ <xsl:value-of select="manvolnum"/>
|
||
|
+ <xsl:text>.html</xsl:text>
|
||
|
+ </xsl:attribute>
|
||
|
+ <xsl:call-template name="inline.charseq"/>
|
||
|
+ </a>
|
||
|
+</xsl:template>
|
||
|
+
|
||
|
<xsl:template match="refsect1/title|refsect1/info/title">
|
||
|
<!-- the ID is output in the block.object call for refsect1 -->
|
||
|
<h2>
|
||
|
diff --git a/man/systemd-bus-proxyd.xml b/man/systemd-bus-proxyd.xml
|
||
|
index 2c7764047b..e0efe99854 100644
|
||
|
--- a/man/systemd-bus-proxyd.xml
|
||
|
+++ b/man/systemd-bus-proxyd.xml
|
||
|
@@ -101,7 +101,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||
|
<title>See Also</title>
|
||
|
|
||
|
<para>
|
||
|
- <citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
+ <citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
<ulink url="http://freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
|
||
|
<ulink url="https://code.google.com/p/d-bus/">kdbus</ulink>
|
||
|
</para>
|
||
|
diff --git a/man/systemd-bus-proxyd@.service.xml b/man/systemd-bus-proxyd@.service.xml
|
||
|
index 141b43f6d9..dc4f07ff1b 100644
|
||
|
--- a/man/systemd-bus-proxyd@.service.xml
|
||
|
+++ b/man/systemd-bus-proxyd@.service.xml
|
||
|
@@ -73,7 +73,7 @@
|
||
|
|
||
|
<para>
|
||
|
<citerefentry><refentrytitle>systemd-bus-proxyd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
|
||
|
- <citerefentry><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
+ <citerefentry project='dbus'><refentrytitle>dbus-daemon</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
<ulink url="http://freedesktop.org/wiki/Software/dbus">D-Bus</ulink>,
|
||
|
<ulink url="https://code.google.com/p/d-bus/">kdbus</ulink>
|
||
|
</para>
|
||
|
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml
|
||
|
index 22bad3e5f4..182717f524 100644
|
||
|
--- a/man/systemd-machine-id-setup.xml
|
||
|
+++ b/man/systemd-machine-id-setup.xml
|
||
|
@@ -122,7 +122,7 @@
|
||
|
<para>
|
||
|
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
<citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
|
||
|
- <citerefentry><refentrytitle>dbus-uuidgen</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
+ <citerefentry project='dbus'><refentrytitle>dbus-uuidgen</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
|
||
|
<citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
|
||
|
</para>
|
||
|
</refsect1>
|