diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-21 20:44:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-21 20:44:48 +0100 |
commit | 3802a3d3d7af51ddff31943d5514382f01265770 (patch) | |
tree | 06e60d217ee445cf7af27ecacad7d2d12f5027d4 /man/systemd.scope.xml | |
parent | a44b10818a531787c359f6446d218a975503f032 (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.
Diffstat (limited to 'man/systemd.scope.xml')
-rw-r--r-- | man/systemd.scope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index e047f4b7b4..5d03d907a7 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -1,4 +1,4 @@ -<?xml version='1.0'?> <!--*-nxml-*--> +<?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"> |