diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-14 13:39:15 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-02-18 14:15:58 +0000 |
commit | 4057fcb66f5b7820431b6569e6e48b771a79fa5f (patch) | |
tree | b99d4032ce83e5be34162d564ef6eae52657080d | |
parent | 3b0b5c6b4a0dd2369f167f6b9f11a3dc59c4f8c5 (diff) | |
download | dbus-4057fcb66f5b7820431b6569e6e48b771a79fa5f.tar.gz |
Remove doclifter "signature" from Docbook man pages' source
This no longer serves any purpose, and might mislead contributors
into thinking that this XML is not the source for the man pages.
(The man(7)-formatted man pages used to be the canonical source for
the XML, but now it's the other way round.)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
-rw-r--r-- | doc/dbus-cleanup-sockets.1.xml.in | 1 | ||||
-rw-r--r-- | doc/dbus-daemon.1.xml.in | 3 | ||||
-rw-r--r-- | doc/dbus-launch.1.xml.in | 1 | ||||
-rw-r--r-- | doc/dbus-monitor.1.xml.in | 1 | ||||
-rw-r--r-- | doc/dbus-send.1.xml.in | 1 | ||||
-rw-r--r-- | doc/dbus-uuidgen.1.xml.in | 1 |
6 files changed, 1 insertions, 7 deletions
diff --git a/doc/dbus-cleanup-sockets.1.xml.in b/doc/dbus-cleanup-sockets.1.xml.in index 9a9ae7e0..56574963 100644 --- a/doc/dbus-cleanup-sockets.1.xml.in +++ b/doc/dbus-cleanup-sockets.1.xml.in @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- lifted from troff+man by doclifter --> <refentry id='dbuscleanupsockets1'> <!-- dbus\-cleanup\-sockets manual page. diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index 8380f215..8bb8348f 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- lifted from troff+man by doclifter --> -<refentry id='dbusdaemon1in'> +<refentry id='dbusdaemon1'> <!-- dbus\-daemon manual page. Copyright (C) 2003,2008 Red Hat, Inc. --> diff --git a/doc/dbus-launch.1.xml.in b/doc/dbus-launch.1.xml.in index c6ae0f14..b9f07672 100644 --- a/doc/dbus-launch.1.xml.in +++ b/doc/dbus-launch.1.xml.in @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- lifted from troff+man by doclifter --> <refentry id='dbuslaunch1'> <!-- dbus\-launch manual page. diff --git a/doc/dbus-monitor.1.xml.in b/doc/dbus-monitor.1.xml.in index 1c582595..79586af9 100644 --- a/doc/dbus-monitor.1.xml.in +++ b/doc/dbus-monitor.1.xml.in @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- lifted from troff+man by doclifter --> <refentry id='dbusmonitor1'> <!-- dbus\-monitor manual page. diff --git a/doc/dbus-send.1.xml.in b/doc/dbus-send.1.xml.in index b63d09cb..af4f158d 100644 --- a/doc/dbus-send.1.xml.in +++ b/doc/dbus-send.1.xml.in @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- lifted from troff+man by doclifter --> <refentry id='dbussend1'> <!-- dbus\-send manual page. diff --git a/doc/dbus-uuidgen.1.xml.in b/doc/dbus-uuidgen.1.xml.in index 7693c24f..88e33add 100644 --- a/doc/dbus-uuidgen.1.xml.in +++ b/doc/dbus-uuidgen.1.xml.in @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<!-- lifted from troff+man by doclifter --> <refentry id='dbusuuidgen1'> <!-- dbus\-uuidgen manual page. |