summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-01-14 09:10:29 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-01-14 16:17:13 +0100
commitecf9e7a870945ecfba8eb751d344de3601de9424 (patch)
tree0cd15ee1a333c0b7e0a1244bd0ac32080ff769f8 /src/man/sssd.conf.5.xml
parent9b2cd4e5e451c07cb2f04cdbaea2b94ccb5fb2ee (diff)
downloadsssd-ecf9e7a870945ecfba8eb751d344de3601de9424.tar.gz
sssd-ecf9e7a870945ecfba8eb751d344de3601de9424.tar.xz
sssd-ecf9e7a870945ecfba8eb751d344de3601de9424.zip
MAN: Remove indentation in element programlistening
The indentation is automatically in resulting man page. It isn't necessary to add spaces and moreover it can cause unreadable page asi in case of ad_gpo_map examples. Reviewed-by: Roland Mainz <rmainz@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 2002ccc7c..10d990419 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -26,9 +26,9 @@
square brackets and continues until the next section begins. An
example of section with single and multi-valued parameters:
<programlisting>
- <replaceable>[section]</replaceable>
- <replaceable>key</replaceable> = <replaceable>value</replaceable>
- <replaceable>key2</replaceable> = <replaceable>value2,value3</replaceable>
+<replaceable>[section]</replaceable>
+<replaceable>key</replaceable> = <replaceable>value</replaceable>
+<replaceable>key2</replaceable> = <replaceable>value2,value3</replaceable>
</programlisting>
</para>