From 10a3bd506cca2b055a39e4abf83198314c200399 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 12 Oct 2011 16:31:21 +0200 Subject: man page fix (lists are comma-separated) https://fedorahosted.org/sssd/ticket/1024 --- src/man/sssd-ipa.5.xml | 2 +- src/man/sssd-krb5.5.xml | 2 +- src/man/sssd-ldap.5.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 8d2ba6818..fb5927923 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -80,7 +80,7 @@ ipa_server (string) - The list of IP addresses or hostnames of the + The comma-separated list of IP addresses or hostnames of the IPA servers to which SSSD should connect in the order of preference. For more information on failover and server redundancy, see the diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 491e0442b..9f1aa04a2 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -74,7 +74,7 @@ krb5_server (string) - Specifies the list of IP addresses or hostnames + Specifies the comma-separated list of IP addresses or hostnames of the Kerberos servers to which SSSD should connect in the order of preference. For more information on failover and server redundancy, diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 66fc3c487..271efd4dd 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -85,7 +85,7 @@ ldap_chpass_uri (string) - Specifies the list of URIs of the LDAP servers to + Specifies the comma-separated list of URIs of the LDAP servers to which SSSD should connect in the order of preference to change the password of a user. Refer to the FAILOVER section for more information @@ -1077,7 +1077,7 @@ krb5_server (string) - Specifies the list of IP addresses or hostnames + Specifies the comma-separated list of IP addresses or hostnames of the Kerberos servers to which SSSD should connect in the order of preference. For more information on failover and server redundancy, -- cgit