Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c6471b75
Commit
c6471b75
authored
Nov 14, 2007
by
Gavin Henry
Browse files
(ITS#5228) Patches for minor typos in man pages
parent
37b2c424
Changes
14
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c6471b75
...
...
@@ -11,8 +11,9 @@ OpenLDAP 2.4.7 Engineering
Fixed grammar errors (ITS#5223)
Refint overlay doc contribution (ITS#5217)
Dynamic Lists doc contribution to the admin guide (ITS#5216)
Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
Patches for minor typos in man pages (ITS#5228)
OpenLDAP 2.4.6 Release (2007/10/31)
...
...
doc/man/man1/ldapmodify.1
View file @
c6471b75
...
...
@@ -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
...
...
doc/man/man3/ldap_extended_operation.3
View file @
c6471b75
...
...
@@ -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
...
...
doc/man/man3/ldap_get_values.3
View file @
c6471b75
...
...
@@ -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
...
...
doc/man/man3/ldap_parse_vlv_control.3
View file @
c6471b75
...
...
@@ -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;
...
...
doc/man/man3/ldap_url.3
View file @
c6471b75
...
...
@@ -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:
...
...
doc/man/man5/slapo-ppolicy.5
View file @
c6471b75
...
...
@@ -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
...
...
doc/man/man8/slapacl.8
View file @
c6471b75
...
...
@@ -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]
...
...
doc/man/man8/slapadd.8
View file @
c6471b75
...
...
@@ -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]
...
...
doc/man/man8/slapauth.8
View file @
c6471b75
...
...
@@ -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]
...
...
doc/man/man8/slapcat.8
View file @
c6471b75
...
...
@@ -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
...
...
doc/man/man8/slapdn.8
View file @
c6471b75
...
...
@@ -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
...
...
doc/man/man8/slapindex.8
View file @
c6471b75
...
...
@@ -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] [...]
...
...
doc/man/man8/slaptest.8
View file @
c6471b75
...
...
@@ -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]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment