From 5ef295d1cf410ceaa92c03a7843df8a36409f465 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 10 Aug 2012 10:40:32 -0400 Subject: MAN: Improve description of ldap_*_search_base options It was ambiguous that these options supported the new multiple search base format, as well as the search filters. --- src/man/po/po4a.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/man/po') diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg index e20b71364..0aa9f61fd 100644 --- a/src/man/po/po4a.cfg +++ b/src/man/po/po4a.cfg @@ -32,3 +32,5 @@ [type:docbook] include/experimental.xml $lang:$(builddir)/$lang/include/experimental.xml opt:"-k 0" [type:docbook] include/local.xml $lang:$(builddir)/$lang/include/local.xml opt:"-k 0" [type:docbook] include/seealso.xml $lang:$(builddir)/$lang/include/seealso.xml opt:"-k 0" +[type:docbook] include/ldap_search_bases.xml $lang:$(builddir)/$lang/include/ldap_search_bases.xml opt:"-k 0" +[type:docbook] include/ldap_search_bases_experimental.xml $lang:$(builddir)/$lang/include/ldap_search_bases_experimental.xml opt:"-k 0" -- cgit