mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
(ITS#5228) Patches for minor typos in man pages
This commit is contained in:
parent
89c6b39738
commit
f2af052a67
13 changed files with 19 additions and 17 deletions
|
|
@ -326,6 +326,7 @@ exists and has the contents:
|
|||
title: the world's most famous mythical manager
|
||||
mail: bjensen@example.com
|
||||
uid: bjensen
|
||||
.fi
|
||||
.LP
|
||||
the command:
|
||||
.LP
|
||||
|
|
@ -344,6 +345,7 @@ exists and has the contents:
|
|||
.nf
|
||||
dn: cn=Barbara Jensen,dc=example,dc=com
|
||||
changetype: delete
|
||||
.fi
|
||||
.LP
|
||||
the command:
|
||||
.LP
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ const char *\fIrequestoid\fB,
|
|||
const struct berval *\fIrequestdata\fB,
|
||||
LDAPControl **\fIsctrls\fB,
|
||||
LDAPControl **\fIcctrls\fB,
|
||||
char **\fIretoidp\fB;
|
||||
char **\fIretoidp\fB,
|
||||
struct berval **\fIretdatap\fB );
|
||||
.RE
|
||||
.SH DESCRIPTION
|
||||
|
|
|
|||
|
|
@ -17,32 +17,32 @@ char **ldap_get_values(ld, entry, attr)
|
|||
.ft
|
||||
LDAP *ld;
|
||||
LDAPMessage *entry;
|
||||
char *attr
|
||||
char *attr;
|
||||
.LP
|
||||
.ft B
|
||||
struct berval **ldap_get_values_len(ld, entry, attr)
|
||||
.ft
|
||||
LDAP *ld;
|
||||
LDAPMessage *entry;
|
||||
char *attr
|
||||
char *attr;
|
||||
.LP
|
||||
.ft B
|
||||
ldap_count_values(vals)
|
||||
int ldap_count_values(vals)
|
||||
.ft
|
||||
char **vals;
|
||||
.LP
|
||||
.ft B
|
||||
ldap_count_values_len(vals)
|
||||
int ldap_count_values_len(vals)
|
||||
.ft
|
||||
struct berval **vals;
|
||||
.LP
|
||||
.ft B
|
||||
ldap_value_free(vals)
|
||||
void ldap_value_free(vals)
|
||||
.ft
|
||||
char **vals;
|
||||
.LP
|
||||
.ft B
|
||||
ldap_value_free_len(vals)
|
||||
void ldap_value_free_len(vals)
|
||||
.ft
|
||||
struct berval **vals;
|
||||
.SH DESCRIPTION
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ OpenLDAP LDAP (libldap, -lldap)
|
|||
#include <ldap.h>
|
||||
.LP
|
||||
.ft B
|
||||
int ldap_parse_vlv_control( ld, ctrlp, target_posp, list_countp, contextp, errcodep );
|
||||
int ldap_parse_vlv_control( ld, ctrlp, target_posp, list_countp, contextp, errcodep )
|
||||
.ft
|
||||
LDAP *ld;
|
||||
LDAPControl **ctrlp;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ typedef struct ldap_url_desc {
|
|||
} LDAPURLDesc;
|
||||
.LP
|
||||
.ft B
|
||||
ldap_free_urldesc( LDAPURLDesc *ludp )
|
||||
void ldap_free_urldesc( LDAPURLDesc *ludp );
|
||||
.SH DESCRIPTION
|
||||
These routines support the use of LDAP URLs (Uniform Resource Locators)
|
||||
as detailed in RFC 4516. LDAP URLs look like this:
|
||||
|
|
|
|||
|
|
@ -503,7 +503,7 @@ module.
|
|||
.B userPassword
|
||||
.P
|
||||
The
|
||||
.b userPassword
|
||||
.B userPassword
|
||||
attribute is not strictly part of the
|
||||
.B ppolicy
|
||||
module. It is, however, the attribute that is tracked and controlled
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ slapacl \- Check access to a list of attributes.
|
|||
.B [\-D authcDN | \-U authcID]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-u]
|
||||
.B [\-v]
|
||||
.B [\-X authzID | \-o authzDN=DN]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ slapadd \- Add entries to a SLAPD database
|
|||
.B [\-j lineno]
|
||||
.B [\-l ldif-file]
|
||||
.B [\-n dbnum]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-q]
|
||||
.B [\-s]
|
||||
.B [\-S SID]
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ slapauth \- Check a list of string-represented IDs for LDAP authc/authz
|
|||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-M mech]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-R realm]
|
||||
.B [\-U authcID]
|
||||
.B [\-v]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ slapcat \- SLAPD database to LDIF utility
|
|||
.B [\-g]
|
||||
.B [\-l ldif-file]
|
||||
.B [\-n dbnum]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-s subtree-dn]
|
||||
.B [\-v]
|
||||
.B
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ slapdn \- Check a list of string-represented LDAP DNs based on schema syntax
|
|||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-N | \-P]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-v]
|
||||
.B DN [...]
|
||||
.LP
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ slapindex \- SLAPD index to LDIF utility
|
|||
.B [\-F confdir]
|
||||
.B [\-g]
|
||||
.B [\-n dbnum]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-q]
|
||||
.B [\-v]
|
||||
.B [attr] [...]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ slaptest \- Check the suitability of the OpenLDAP slapd.conf file
|
|||
.B [\-d level]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-o name[=value]
|
||||
.B [\-o name[=value]]
|
||||
.B [\-Q]
|
||||
.B [\-u]
|
||||
.B [\-v]
|
||||
|
|
|
|||
Loading…
Reference in a new issue