diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-17 23:12:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-17 23:12:49 +0000 |
commit | e653313f2106c032980806f0a8861fba6d8fc9e2 (patch) | |
tree | fe18e6b3aabd9e84fc81d0548c7925886cde47ac /usr.bin | |
parent | 42b7c855b4a01e2d0446a8df8609974f60822d65 (diff) |
"filter" is optional; from matthew martin
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ldap/ldap.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ldap/ldap.1 b/usr.bin/ldap/ldap.1 index 43b2e513056..a24aa5bff9f 100644 --- a/usr.bin/ldap/ldap.1 +++ b/usr.bin/ldap/ldap.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldap.1,v 1.4 2018/06/13 18:26:03 jmc Exp $ +.\" $OpenBSD: ldap.1,v 1.5 2018/06/17 23:12:48 jmc Exp $ .\" .\" Copyright (c) 2018 Reyk Floeter <reyk@openbsd.org> .\" @@ -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: June 13 2018 $ +.Dd $Mdocdate: June 17 2018 $ .Dt LDAP 1 .Os .Sh NAME @@ -42,7 +42,7 @@ in the LDAP Data Interchange Format (LDIF). .Pp The command is as follows: .Bl -tag -width Ds -.It Cm search Ar options Ar filter Op Ar attribute ... +.It Cm search Ar options Oo Ar filter Oc Op Ar attribute ... Perform a directory search request. The optional .Ar filter |