summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-21 20:44:48 +0100
committerAnthony G. Basile <blueness@gentoo.org>2014-11-27 08:29:53 -0500
commit2694f4de06f68376251138515c96a684650f0f6a (patch)
treedac4e7005d58d5ac35e4c0b0643ea999fd5dfd4d
parent0ddc209efd87a1e0ccaf0e738a51e7a975a4f8e3 (diff)
man: add emacs header to get correct indention in nxml-mode for the manpage XML files that use 2ch indenting
In the long run we really should figure out if we want to stick with 8ch or 2ch indenting, and not continue with half-and-half. For now, just make emacs aware of the files that use 2ch indenting. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--man/udev.xml2
-rw-r--r--man/udevadm.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/udev.xml b/man/udev.xml
index 73539803dd..3cf3c7f5b3 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0'?>
+<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
diff --git a/man/udevadm.xml b/man/udevadm.xml
index 7bb6a665ca..33b12dffeb 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0'?>
+<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">