]> git.sur5r.net Git - openldap/commitdiff
(ITS#5228) Patches for minor typos in man pages
authorGavin Henry <ghenry@openldap.org>
Wed, 14 Nov 2007 10:00:36 +0000 (10:00 +0000)
committerGavin Henry <ghenry@openldap.org>
Wed, 14 Nov 2007 10:00:36 +0000 (10:00 +0000)
13 files changed:
doc/man/man1/ldapmodify.1
doc/man/man3/ldap_extended_operation.3
doc/man/man3/ldap_get_values.3
doc/man/man3/ldap_parse_vlv_control.3
doc/man/man3/ldap_url.3
doc/man/man5/slapo-ppolicy.5
doc/man/man8/slapacl.8
doc/man/man8/slapadd.8
doc/man/man8/slapauth.8
doc/man/man8/slapcat.8
doc/man/man8/slapdn.8
doc/man/man8/slapindex.8
doc/man/man8/slaptest.8

index 5c5b16062ccd31d214feab080c6f5026921e0063..fabb8a9cda3eafc2b270bcb219afa7d92ed11ba4 100644 (file)
@@ -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
index 1d33bcf4991557358a989be47c3196e20cc9437d..79c0eece77999c9c32317d8f216b39beddfc968c 100644 (file)
@@ -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
index 701f33d0d0c61bb5eaa910ebfca2bcbe93b82430..62545caa1de6f8fd57aa258da0fd6d88f65dcf9e 100644 (file)
@@ -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
index f0fa8d996906a03b15409e9e719f840fdbbb3a4e..c4c5738d080eb5e392f12099ed1c7142d3bd84c4 100644 (file)
@@ -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;
index d1045245a4cc7c05ef217063849867ba603b1100..09c5717fe7540e92d2a6c05a2c8a9afdd185a21b 100644 (file)
@@ -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:
index 95335dcfad5639dab6e3e51131be873383609587..053d9fcdb0e36b4b80dfbaee15cc0b625848ac4c 100644 (file)
@@ -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
index 0da30cb51ab0b474b914671bccbad3afec13f613..4e062521dfae56bdd67d9a4963c7603701a8b650 100644 (file)
@@ -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]
index fa8344ae0aa8b6f29f43687e32ed1d3a13594820..d150e5d744027504985cec311d5a0e6e673546b0 100644 (file)
@@ -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]
index 14a4a033a57c8c27e872fa14d7d1a59f950def82..a74653e1e4cae513c243953eff259fb28781da93 100644 (file)
@@ -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]
index f591a658faf82dad3afd6d5addb297c247b44808..9dcff40357c569054219e6fbc407cf4cdb48a8a9 100644 (file)
@@ -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 
index e07fac12064a0375e168f4cd0f36df76c6fc1bc5..429f2d0a41d1f5d7cb0746bae57c28b08ace082a 100644 (file)
@@ -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
index 8ace46dabed60efa85243f429efb7ba92293fdd6..85ea639bda2d3d3294839c22158af35685548ca6 100644 (file)
@@ -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] [...]
index 809669787fa1b2422373807ee7d1ca10575a71c8..40b50b452edc8321909b6822766206319a504041 100644 (file)
@@ -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]