mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 08:02:16 -05:00
Fix typo
This commit is contained in:
parent
16ec79f440
commit
6618f0eac5
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ each connection requires a new thread; as a consequence, \fBslapd\fP(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
|
||||
internally and thus reusues the same connection.
|
||||
internally and thus reuses the same connection.
|
||||
|
||||
.SH CONFIGURATION
|
||||
These
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ each connection requires a new thread; as a consequence, \fBslapd\fP(8)
|
|||
must be compiled with thread support, and the \fBthreads\fP parameter
|
||||
may need some tuning; in those cases, unless the multiple target feature
|
||||
is required, one may consider using \fBslapd-relay\fP(5) instead,
|
||||
which performs the relayed operation internally and thus reusues
|
||||
which performs the relayed operation internally and thus reuses
|
||||
the same connection.
|
||||
|
||||
.SH EXAMPLES
|
||||
|
|
|
|||
Loading…
Reference in a new issue