From c0e2f47d3b3979fdeb40cea03ff3f47e74476760 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 8 Feb 2022 22:31:14 +0400 Subject: [PATCH] doc: silence some xmlto man pages warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Some pages are missing AUTHOR section, xmlto complains about it, ex: Warn: meta author : no refentry/info/author dbus-update-activation-environment Note: meta author : see http://www.docbook.org/tdg5/en/html/autho dbus-update-activation-environment Warn: meta author : no author data, so inserted a fixme dbus-update-activation-environment Signed-off-by: Marc-André Lureau --- doc/dbus-run-session.1.xml.in | 5 +++++ doc/dbus-test-tool.1.xml.in | 5 +++++ doc/dbus-update-activation-environment.1.xml.in | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/doc/dbus-run-session.1.xml.in b/doc/dbus-run-session.1.xml.in index a7ec28a43..06b29fe5b 100644 --- a/doc/dbus-run-session.1.xml.in +++ b/doc/dbus-run-session.1.xml.in @@ -145,6 +145,11 @@ in the environment variable see http://www.freedesktop.org/software/dbus/ + + AUTHOR + See http://www.freedesktop.org/software/dbus/doc/AUTHORS + + SEE ALSO dbus-daemon1, dbus-launch1 diff --git a/doc/dbus-test-tool.1.xml.in b/doc/dbus-test-tool.1.xml.in index 5b7c43ed8..e4770dd60 100644 --- a/doc/dbus-test-tool.1.xml.in +++ b/doc/dbus-test-tool.1.xml.in @@ -318,6 +318,11 @@ See http://www.freedesktop.org/software/dbus/. + + AUTHOR + See http://www.freedesktop.org/software/dbus/doc/AUTHORS + + SEE ALSO dbus-send1 diff --git a/doc/dbus-update-activation-environment.1.xml.in b/doc/dbus-update-activation-environment.1.xml.in index 8a495df68..16ff1c536 100644 --- a/doc/dbus-update-activation-environment.1.xml.in +++ b/doc/dbus-update-activation-environment.1.xml.in @@ -203,6 +203,11 @@ See http://www.freedesktop.org/software/dbus/. + + AUTHOR + See http://www.freedesktop.org/software/dbus/doc/AUTHORS + + SEE ALSO dbus-daemon1, -- 2.47.3