mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
ITS#10427 ldapsearch: fix doc typo
This commit is contained in:
parent
732649eca6
commit
751207c062
2 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ usage( void )
|
|||
#ifdef LDAP_CONTROL_X_SERVER_NOTIFICATION
|
||||
fprintf( stderr, _(" [!]serverNotif (MS AD Server Notification)\n"));
|
||||
#endif
|
||||
fprintf( stderr, _(" [!]<oid>[=:<value>|::<b64value>] (generic control; no response handling)\n"));
|
||||
fprintf( stderr, _(" [!]<oid>[=:<value>|=::<b64value>] (generic control; no response handling)\n"));
|
||||
fprintf( stderr, _(" -f file read operations from `file'\n"));
|
||||
fprintf( stderr, _(" -F prefix URL prefix for files (default: %s)\n"), def_urlpre);
|
||||
fprintf( stderr, _(" -l limit time limit (in seconds, or \"none\" or \"max\") for search\n"));
|
||||
|
|
|
|||
|
|
@ -318,7 +318,7 @@ Search extensions:
|
|||
[!]vlv=<before>/<after>(/<offset>/<count>|:<value>) (virtual list view)
|
||||
[!]deref=derefAttr:attr[,attr[...]][;derefAttr:attr[,attr[...]]]
|
||||
[!]accountUsability (Netscape Password policy)
|
||||
[!]<oid>[=:<value>|::<b64value>]
|
||||
[!]<oid>[=:<value>|=::<b64value>]
|
||||
.fi
|
||||
.TP
|
||||
.BI \-o \ opt \fR[= optparam \fR]
|
||||
|
|
|
|||
Loading…
Reference in a new issue