diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-10-02 17:27:12 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-10-11 09:59:36 +0200 |
commit | 65a8e6e655c22027d3e02ea697972111f2a33e33 (patch) | |
tree | 0bb43bf6f4d08787777039a1ddee461246370df2 | |
parent | f322968cb3e9187eb5ddc9d575fa77027b71bb3b (diff) | |
download | sssd-65a8e6e655c22027d3e02ea697972111f2a33e33.tar.gz sssd-65a8e6e655c22027d3e02ea697972111f2a33e33.tar.bz2 sssd-65a8e6e655c22027d3e02ea697972111f2a33e33.zip |
MAN: Fix refsect-id
The refsect id was copied from sssd.conf(5) and was wrong. Fixing the
refsect might help us if we ever generate other formats from XML and
certainly wouldn't hurt.
-rw-r--r-- | src/man/sssd-ad.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd-ipa.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd-krb5.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd-ldap.5.xml | 2 | ||||
-rw-r--r-- | src/man/sssd-simple.5.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index bae9d003..3aa865ab 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -84,7 +84,7 @@ ldap_id_mapping = False </para> </refsect1> - <refsect1 id='file-format'> + <refsect1 id='configuration-options'> <title>CONFIGURATION OPTIONS</title> <para>Refer to the section <quote>DOMAIN SECTIONS</quote> of the <citerefentry> diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 7b0c7be8..bbee1f80 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -66,7 +66,7 @@ </para> </refsect1> - <refsect1 id='file-format'> + <refsect1 id='configuration-options'> <title>CONFIGURATION OPTIONS</title> <para>Refer to the section <quote>DOMAIN SECTIONS</quote> of the <citerefentry> diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index d1ff0196..e8d693aa 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -59,7 +59,7 @@ </refsect1> - <refsect1 id='file-format'> + <refsect1 id='configuration-options'> <title>CONFIGURATION OPTIONS</title> <para> If the auth-module krb5 is used in an SSSD domain, the following diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 3a0f7459..98b0349e 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -45,7 +45,7 @@ </para> </refsect1> - <refsect1 id='file-format'> + <refsect1 id='configuration-options'> <title>CONFIGURATION OPTIONS</title> <para> All of the common configuration options that apply to SSSD domains also apply diff --git a/src/man/sssd-simple.5.xml b/src/man/sssd-simple.5.xml index 6b2277f0..8f94990d 100644 --- a/src/man/sssd-simple.5.xml +++ b/src/man/sssd-simple.5.xml @@ -65,7 +65,7 @@ </para> </refsect1> - <refsect1 id='file-format'> + <refsect1 id='configuration-options'> <title>CONFIGURATION OPTIONS</title> <para>Refer to the section <quote>DOMAIN SECTIONS</quote> of the <citerefentry> |