From 7396d45a785b9226fcf4370ccf6a0f71a4942a75 Mon Sep 17 00:00:00 2001
From: ikerexxe <ipedrosa@redhat.com>
Date: Tue, 24 Mar 2020 17:36:25 +0100
Subject: [PATCH] man: in sssd-ipa clarified trusted domains section

In sssd-ipa man page added a second option when configuring trusted domains

Resolves:
https://pagure.io/SSSD/sssd/issue/4041
---
 src/man/sssd-ipa.5.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 2f14502132..55fb7cb411 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -746,19 +746,18 @@
     <refsect1 id='trusted_domains'>
         <title>TRUSTED DOMAINS CONFIGURATION</title>
         <para>
-            Some configuration options can be also set for a trusted domain.
-            A trusted domain configuration can either be done using
-            a subsection, for example:
+            Some configuration options can also be set for a trusted domain.
+            A trusted domain configuration can be set either using
+            a subsection or in the parent domain and inherited by the trusted
+            domain using the <quote>subdomain_inherit</quote> option. An
+            example for subsection:
 <programlisting>
 [domain/ipa.domain.com/ad.domain.com]
 ad_server = dc.ad.domain.com
 </programlisting>
         </para>
         <para>
-            In addition, some options can be set in the parent domain
-            and inherited by the trusted domain using the
-            <quote>subdomain_inherit</quote> option. For more details,
-            see the
+            For more details, see the
             <citerefentry>
                 <refentrytitle>sssd.conf</refentrytitle>
                 <manvolnum>5</manvolnum>
