I found these minor issues in our man pages, when triaging support
issues with Red Hat GSS earlier today.

The first patch changes the subtitle of the man pages. I wasn't
completely sure if the title is set to "SSSD config file" on purpose
(after all they do describe the config file, just per-provider), but I
think that at least the Kerberos locator man page should be fixed.

The second patch fixes indentation of programlisting. The programlisting
element makes the text in the element formatted verbatim, so it would
have appeared too much to the right.
>From 340894521739008687e19cbb9ef861267363dcf7 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Thu, 12 Sep 2013 19:43:05 +0200
Subject: [PATCH 1/2] MAN: Fix provider man page subtitle

---
 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_krb5_locator_plugin.8.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 
4a8c60b49e4ac30788d1f07b50ea05274d1686e5..ce5602b8c1b4a629412ba2ce45a229c48f392bf6
 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -14,7 +14,7 @@
 
     <refnamediv id='name'>
         <refname>sssd-ad</refname>
-        <refpurpose>the configuration file for SSSD</refpurpose>
+        <refpurpose>SSSD Active Directory provider</refpurpose>
     </refnamediv>
 
     <refsect1 id='description'>
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 
667920edcaad07caff63bf872a74b322c5fba437..7b0c7be893fd21bcb9b208363716cbb74c1aa27e
 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -14,7 +14,7 @@
 
     <refnamediv id='name'>
         <refname>sssd-ipa</refname>
-        <refpurpose>the configuration file for SSSD</refpurpose>
+        <refpurpose>SSSD IPA provider</refpurpose>
     </refnamediv>
 
     <refsect1 id='description'>
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml
index 
9b0bfba42c50ba1b52222ce27c19098c798e81f1..d1ff0196ce0e3b0a9050f90fd8a6691d96d375ad
 100644
--- a/src/man/sssd-krb5.5.xml
+++ b/src/man/sssd-krb5.5.xml
@@ -14,7 +14,7 @@
 
     <refnamediv id='name'>
         <refname>sssd-krb5</refname>
-        <refpurpose>the configuration file for SSSD</refpurpose>
+        <refpurpose>SSSD Kerberos provider</refpurpose>
     </refnamediv>
 
     <refsect1 id='description'>
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 
12e9152475070c53953649def3697ecc25f7d6db..d488ab37a774c45e62555c2cfb5d5be980e7775b
 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -14,7 +14,7 @@
 
     <refnamediv id='name'>
         <refname>sssd-ldap</refname>
-        <refpurpose>the configuration file for SSSD</refpurpose>
+        <refpurpose>SSSD LDAP provider</refpurpose>
     </refnamediv>
 
     <refsect1 id='description'>
diff --git a/src/man/sssd_krb5_locator_plugin.8.xml 
b/src/man/sssd_krb5_locator_plugin.8.xml
index 
ab28e12e25a7d1fdce06f8533cc6e41d99c11a13..25a20c88fcd4c2b3f644da24b34a4d5e9eb80ed3
 100644
--- a/src/man/sssd_krb5_locator_plugin.8.xml
+++ b/src/man/sssd_krb5_locator_plugin.8.xml
@@ -13,7 +13,7 @@
 
     <refnamediv id='name'>
         <refname>sssd_krb5_locator_plugin</refname>
-        <refpurpose>the configuration file for SSSD</refpurpose>
+        <refpurpose>Kerberos locator plugin</refpurpose>
     </refnamediv>
 
     <refsect1 id='description'>
-- 
1.8.3.1

>From 622bcdd74f407042ab1b7a0e655d11cb690f61e7 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Mon, 16 Sep 2013 13:52:54 +0200
Subject: [PATCH 2/2] MAN: De-indent programlisting element content

---
 src/man/sssd-ldap.5.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 
d488ab37a774c45e62555c2cfb5d5be980e7775b..2920acb6852db34375541ed9db45ae27c5e5f8f3
 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -2349,7 +2349,7 @@ ldap_access_filter = 
memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com
                             Example:
                         </para>
                         <programlisting>
-                            ldap_user_search_filter = (loginShell=/bin/tcsh)
+    ldap_user_search_filter = (loginShell=/bin/tcsh)
                         </programlisting>
                         <para>
                             This filter would restrict user searches to users
-- 
1.8.3.1

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to