From 3d24acc2e3a18d84d229dc453eabadb56d9d221a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 9 Jan 2007 00:01:28 +0000 Subject: [PATCH] Minor tweak, my man2html program only recognizes manpage references in the .BR form. --- doc/man/man5/slapd-ldap.5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index 31760e3271..8a66b2e0ef 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -38,11 +38,14 @@ rules; see for details. .LP -Note: When looping back to the same instance of \fBslapd\fP(8), -each connection requires a new thread; as a consequence, \fBslapd\fP(8) +Note: When looping back to the same instance of +.BR slapd (8), +each connection requires a new thread; as a consequence, +.BR slapd (8) must be compiled with thread support, and the \fBthreads\fP parameter may need some tuning; in those cases, one may consider using -\fBslapd-relay\fP(5) instead, which performs the relayed operation +.BR slapd-relay (5) +instead, which performs the relayed operation internally and thus reuses the same connection. .SH CONFIGURATION -- 2.39.5