From c0d9babd59c81c12ca182ab3a72176d4fae494a4 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 2 Aug 2012 09:10:55 +0300 Subject: Fix various typos in documentation. --- src/man/sssd-ad.5.xml | 2 +- src/man/sssd-ipa.5.xml | 2 +- src/man/sssd-sudo.5.xml | 4 ++-- src/man/sssd.conf.5.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index fa4b8e3a9..0d3f34890 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -106,7 +106,7 @@ ldap_id_mapping = False the FAILOVER section. This is optional if autodiscovery is enabled. For more information on service discovery, refer - to the the SERVICE DISCOVERY section. + to the SERVICE DISCOVERY section. diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 2e7da1349..3278306dc 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -90,7 +90,7 @@ FAILOVER section. This is optional if autodiscovery is enabled. For more information on service discovery, refer - to the the SERVICE DISCOVERY section. + to the SERVICE DISCOVERY section. diff --git a/src/man/sssd-sudo.5.xml b/src/man/sssd-sudo.5.xml index c5fa2cc47..3767968f6 100644 --- a/src/man/sssd-sudo.5.xml +++ b/src/man/sssd-sudo.5.xml @@ -139,7 +139,7 @@ krb5_server = ipa.example.com The full refresh simply deletes all sudo rules stored in the cache and replaces them with all rules that are stored on the server. This is used to keep the cache consistent by removing - every rule which was deleted from the server. Hovewer, full refresh + every rule which was deleted from the server. However, full refresh may produce a lot of traffic and thus it should be run only occasionally depending on the size and stability of the sudo rules. @@ -192,7 +192,7 @@ krb5_server = ipa.example.com There are many configuration options that can be used to adjust - the behaviour. Please refer to "ldap_sudo_*" in + the behavior. Please refer to "ldap_sudo_*" in sssd-ldap 5 diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 918715a2f..b53d22718 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1116,7 +1116,7 @@ override_homedir = /home/%u ad: Active Directory provider. See - sssd-ipa + sssd-ad 5 for more information on configuring Active Directory. -- cgit