From bb0fe6751473313a814744fa65a06e7b27a9aa13 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 26 Nov 2002 19:23:09 +0000 Subject: [PATCH] fix -h --- doc/man/man8/slapd.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man8/slapd.8 b/doc/man/man8/slapd.8 index b2fb379614..e8f7dc4832 100644 --- a/doc/man/man8/slapd.8 +++ b/doc/man/man8/slapd.8 @@ -117,7 +117,7 @@ The .B \-h option may be used to specify LDAP (and other scheme) URLs to serve. For example, if slapd is given -.B \-h " ldap://127.0.0.1:9009/ ldaps:/// ldapi:///", +.B "\-h \(dqldap://127.0.0.1:9009/ ldaps:/// ldapi:///\(dq", It will bind 127.0.0.1:9009 for LDAP, 0.0.0.0:636 for LDAP over TLS, and LDAP over IPC (Unix domain sockets). Host 0.0.0.0 represents INADDR_ANY. -- 2.39.5