Blame SOURCES/0147-MAN-Fix-typo-in-trusted-domain-section.patch

bb7cd1
From 8a6087c3b53bbe26cb212e60af74da981529f57d Mon Sep 17 00:00:00 2001
bb7cd1
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
bb7cd1
Date: Tue, 30 May 2017 12:05:39 +0200
bb7cd1
Subject: [PATCH 147/152] MAN: Fix typo in trusted domain section
bb7cd1
MIME-Version: 1.0
bb7cd1
Content-Type: text/plain; charset=UTF-8
bb7cd1
Content-Transfer-Encoding: 8bit
bb7cd1
bb7cd1
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
bb7cd1
---
bb7cd1
 src/man/sssd.conf.5.xml | 2 +-
bb7cd1
 1 file changed, 1 insertion(+), 1 deletion(-)
bb7cd1
bb7cd1
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
bb7cd1
index c4e30396f16c40db37af2f56ac218b6e37201ef7..a35f2807eac8bb89d6cb1dd0a48f738d71a7578f 100644
bb7cd1
--- a/src/man/sssd.conf.5.xml
bb7cd1
+++ b/src/man/sssd.conf.5.xml
bb7cd1
@@ -2912,7 +2912,7 @@ ldap_user_extra_attrs = phone:telephoneNumber
bb7cd1
         <para>
bb7cd1
             Some options used in the domain section can also be used in the
bb7cd1
             trusted domain section, that is, in a section called
bb7cd1
-            <quote>[domain/<replaceable>DOMAIN_NAME</replaceable>]/<replaceable>TRUSTED_DOMAIN_NAME</replaceable>]</quote>.
bb7cd1
+            <quote>[domain/<replaceable>DOMAIN_NAME</replaceable>/<replaceable>TRUSTED_DOMAIN_NAME</replaceable>]</quote>.
bb7cd1
             Currently supported options in the trusted domain section are:
bb7cd1
         </para>
bb7cd1
             <para>ldap_search_base,</para>
bb7cd1
-- 
bb7cd1
2.9.4
bb7cd1