From 9fe05fdb41421ba45eeeabab3033c0c9ab6545ba 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..0de866740a 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 using the trusted domain
+            subsection as shown in the example below. Alternatively,
+            the <quote>subdomain_inherit</quote> option can be used in the
+            parent domain.
 <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>
