diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-11-05 07:18:31 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-11-05 07:18:31 +0000 |
commit | 5e2b3e21e5ef93c933ea7d26688633b03c36be82 (patch) | |
tree | 5fce4752d9577583558102f0e58b1e833d5d15b6 | |
parent | 5f57aab448149d2446aae5e1f4fb3556d24681d7 (diff) |
Change to read better after suggestion from jmc.
-rw-r--r-- | usr.sbin/ldapd/ldapd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldapd/ldapd.8 b/usr.sbin/ldapd/ldapd.8 index ee9d7c1fd2b..3864ba7c919 100644 --- a/usr.sbin/ldapd/ldapd.8 +++ b/usr.sbin/ldapd/ldapd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldapd.8,v 1.6 2010/11/04 20:48:48 martinh Exp $ +.\" $OpenBSD: ldapd.8,v 1.7 2010/11/05 07:18:30 martinh Exp $ .\" .\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 4 2010 $ +.Dd $Mdocdate: November 5 2010 $ .Dt LDAPD 8 .Os .Sh NAME @@ -30,7 +30,7 @@ .Op Fl s Ar file .Sh DESCRIPTION .Nm -is a daemon which implements the LDAP version 3 protocol. +is a daemon which implements version 3 of the LDAP protocol. .Pp A running .Nm |