summaryrefslogtreecommitdiff
path: root/man/sd_event_add_child.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-14 14:40:58 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-14 14:42:05 +0100
commit3a54a157605bd7d4bf1be05e28201f3d9422cecc (patch)
tree65e8f8d8f83a0ea1c047ace8b352c07be6338f47 /man/sd_event_add_child.xml
parent0307f79171ed47b120afcd432d1f463904ae515a (diff)
downloadsystemd-3a54a157605bd7d4bf1be05e28201f3d9422cecc.tar.gz
man: use same header for all files
The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml
Diffstat (limited to 'man/sd_event_add_child.xml')
-rw-r--r--man/sd_event_add_child.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_event_add_child.xml b/man/sd_event_add_child.xml
index e243301a9a..b19620b72e 100644
--- a/man/sd_event_add_child.xml
+++ b/man/sd_event_add_child.xml
@@ -1,6 +1,6 @@
<?xml version='1.0'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!-- SPDX-License-Identifier: LGPL-2.1+ -->
<refentry id="sd_event_add_child" xmlns:xi="http://www.w3.org/2001/XInclude">