diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2015-01-14 09:10:29 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-01-14 16:17:13 +0100 |
commit | ecf9e7a870945ecfba8eb751d344de3601de9424 (patch) | |
tree | 0cd15ee1a333c0b7e0a1244bd0ac32080ff769f8 /src/man/sssd-simple.5.xml | |
parent | 9b2cd4e5e451c07cb2f04cdbaea2b94ccb5fb2ee (diff) | |
download | sssd-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-simple.5.xml')
-rw-r--r-- | src/man/sssd-simple.5.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/sssd-simple.5.xml b/src/man/sssd-simple.5.xml index 0d677bd29..c7ac17997 100644 --- a/src/man/sssd-simple.5.xml +++ b/src/man/sssd-simple.5.xml @@ -137,9 +137,9 @@ </para> <para> <programlisting> - [domain/example.com] - access_provider = simple - simple_allow_users = user1, user2 +[domain/example.com] +access_provider = simple +simple_allow_users = user1, user2 </programlisting> </para> </refsect1> |