From 40421915e08ed1a10b5703973116705a94190ab0 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Thu, 1 Jun 2017 13:01:07 -0700
Subject: [PATCH] ITS#7700 - Fix missing end brace

---
 doc/guide/admin/slapdconfig.sdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guide/admin/slapdconfig.sdf b/doc/guide/admin/slapdconfig.sdf
index 98adfb6d2c..26da30a2e9 100644
--- a/doc/guide/admin/slapdconfig.sdf
+++ b/doc/guide/admin/slapdconfig.sdf
@@ -530,7 +530,7 @@ The {{EX:realm}} parameter specifies a realm which a certain
 mechanisms authenticate the identity within. The {{EX:secprops}}
 parameter specifies Cyrus SASL security properties.
 
-The {{EX:keepalive} parameter sets the values of idle, probes, and interval
+The {{EX:keepalive}} parameter sets the values of idle, probes, and interval
 used to check whether a socket is alive;  idle is the number of seconds a
 connection needs to remain idle before TCP starts sending keepalive probes;
 probes is the maximum number of keepalive probes TCP should send before
-- 
GitLab