From 055701c59d684fbb3c8be4a129bb8fd4cfb4ffe8 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 14 Jan 2011 15:10:55 -0500 Subject: Fix manpage typos --- src/man/include/service_discovery.xml | 2 +- src/man/sssd-krb5.5.xml | 2 +- src/man/sssd.conf.5.xml | 10 +++++----- src/man/sssd_krb5_locator_plugin.8.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/man/include/service_discovery.xml b/src/man/include/service_discovery.xml index 64898dbea..78ebd0989 100644 --- a/src/man/include/service_discovery.xml +++ b/src/man/include/service_discovery.xml @@ -28,7 +28,7 @@ sssd.conf 5 - manual page for more defails. + manual page for more details. diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 563100694..491e0442b 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -260,7 +260,7 @@ Please note that this feature currently only - available on a Linux plattform. + available on a Linux platform. Default: false diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 96b7a4c3c..449c01f81 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -129,8 +129,8 @@ PLEASE NOTE: the support for non-unique named - subpatterns is not available on all plattforms - (e.g. RHEL5 and SLES10). Only plattforms with + subpatterns is not available on all platforms + (e.g. RHEL5 and SLES10). Only platforms with libpcre version 7 or higher can support non-unique named subpatterns. @@ -332,7 +332,7 @@ Exclude certain users from being fetched from the sss - NSS database. This is particulary useful for system + NSS database. This is particularly useful for system accounts. This option can also be set per-domain or include fully-qualified names to filter only users from the particular domain. @@ -864,7 +864,7 @@ Indicate if a home directory should be created by default for new users. - Can be overriden on command line. + Can be overridden on command line. Default: TRUE @@ -876,7 +876,7 @@ Indicate if a home directory should be removed by default for deleted users. - Can be overriden on command line. + Can be overridden on command line. Default: TRUE diff --git a/src/man/sssd_krb5_locator_plugin.8.xml b/src/man/sssd_krb5_locator_plugin.8.xml index 6c60431ff..4178556aa 100644 --- a/src/man/sssd_krb5_locator_plugin.8.xml +++ b/src/man/sssd_krb5_locator_plugin.8.xml @@ -50,7 +50,7 @@ 8 puts the Realm and the name or IP address of the KDC into the - enviroment variables SSSD_KRB5_REALM and SSSD_KRB5_KDC respectively. + environment variables SSSD_KRB5_REALM and SSSD_KRB5_KDC respectively. When sssd_krb5_locator_plugin is called by the kerberos libraries it reads and evaluates these variable and returns them to the libraries. @@ -66,7 +66,7 @@ Kerberos setup. - If the enviroment variable SSSD_KRB5_LOCATOR_DEBUG is set to any + If the environment variable SSSD_KRB5_LOCATOR_DEBUG is set to any value debug messages will be sent to stderr. -- cgit