[SSSD] [PATCH] MAN: Fix refsect-id

Jakub Hrozek jhrozek at redhat.com
Thu Oct 10 11:51:44 UTC 2013


A trivial man page patch.
-------------- next part --------------
>From bea2a7f0c679d3eff1335b4763e0337fb2f37093 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Wed, 2 Oct 2013 17:27:12 +0200
Subject: [PATCH] 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.
---
 src/man/sssd-ad.5.xml     | 2 +-
 src/man/sssd-ipa.5.xml    | 2 +-
 src/man/sssd-krb5.5.xml   | 2 +-
 src/man/sssd-ldap.5.xml   | 2 +-
 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 bae9d003d49c2c4d68a3bda176046e818090b3c7..3aa865ab110bf93afb08ccf2ee8ca7e62a86a3f7 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 7b0c7be893fd21bcb9b208363716cbb74c1aa27e..bbee1f80a55d4c9743daca51efb47b4071e1ff7b 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 d1ff0196ce0e3b0a9050f90fd8a6691d96d375ad..e8d693aa8ad6ff11c88ee0e9d5d7445c610baad9 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 3a0f74595942c7b3b75710cd1afd01652a9756c3..98b0349e5d29bc0b9d6d071c08eee5ef93e0eef6 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 6b2277f00fa9cb0024b1e30b08dd03e95e122407..8f94990da9d94dca2f6b5730aaab6b4468fed487 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>
-- 
1.8.3.1



More information about the sssd-devel mailing list