diff options
author | 2016-02-02 17:39:02 +0000 | |
---|---|---|
committer | 2016-02-02 17:39:02 +0000 | |
commit | 5f21e61dcd7466c28c6025e7ee34db57f4869ff8 (patch) | |
tree | 8e967285f06e045927fe9c5b56eaf21c2deefd6f | |
parent | tweaks; (diff) | |
download | wireguard-openbsd-5f21e61dcd7466c28c6025e7ee34db57f4869ff8.tar.xz wireguard-openbsd-5f21e61dcd7466c28c6025e7ee34db57f4869ff8.zip |
tweak previous;
-rw-r--r-- | usr.sbin/ldapctl/ldapctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ldapctl/ldapctl.8 b/usr.sbin/ldapctl/ldapctl.8 index 11eb87a7452..48cff01b435 100644 --- a/usr.sbin/ldapctl/ldapctl.8 +++ b/usr.sbin/ldapctl/ldapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldapctl.8,v 1.5 2016/02/02 12:47:10 jca Exp $ +.\" $OpenBSD: ldapctl.8,v 1.6 2016/02/02 17:39:02 jmc Exp $ .\" .\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> .\" @@ -24,7 +24,7 @@ .Nm ldapctl .Op Fl v .Op Fl f Ar file -.Op Fl r Ar datadir +.Op Fl r Ar directory .Op Fl s Ar socket .Ar command .Op Ar argument ... @@ -44,8 +44,8 @@ as the configuration file, instead of the default .Pa /etc/ldapd.conf . .It Fl r Ar directory Store and read database files in -.Ar directory -, instead of the default +.Ar directory , +instead of the default .Pa /var/db/ldap . .It Fl s Ar socket Use |