diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-14 14:40:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-14 14:42:05 +0100 |
commit | 3a54a157605bd7d4bf1be05e28201f3d9422cecc (patch) | |
tree | 65e8f8d8f83a0ea1c047ace8b352c07be6338f47 /man/systemd-run-generator.xml | |
parent | 0307f79171ed47b120afcd432d1f463904ae515a (diff) | |
download | systemd-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/systemd-run-generator.xml')
-rw-r--r-- | man/systemd-run-generator.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd-run-generator.xml b/man/systemd-run-generator.xml index 935dfd342a..db84cf73a8 100644 --- a/man/systemd-run-generator.xml +++ b/man/systemd-run-generator.xml @@ -1,6 +1,7 @@ <?xml version="1.0"?> <!--*-nxml-*--> -<!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="systemd-run-generator"> |