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

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