diff options
Diffstat (limited to 'usr/src/man/man3ldap')
-rw-r--r-- | usr/src/man/man3ldap/ber_encode.3ldap | 2 | ||||
-rw-r--r-- | usr/src/man/man3ldap/ldap_entry2text.3ldap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3ldap/ber_encode.3ldap b/usr/src/man/man3ldap/ber_encode.3ldap index aaa094e20c..ae7eb4a825 100644 --- a/usr/src/man/man3ldap/ber_encode.3ldap +++ b/usr/src/man/man3ldap/ber_encode.3ldap @@ -103,7 +103,7 @@ The \fBber_alloc()\fR function is used to allocate a new BER element. .sp .LP The \fBber_printf()\fR function is used to encode a BER element in much the -same way that \fBsprintf(3S)\fR works. One important difference, though, is +same way that \fBsprintf(3C)\fR works. One important difference, though, is that some state information is kept with the \fIber\fR parameter so that multiple calls can be made to \fBber_printf()\fR to append things to the end of the BER element. \fBBer_printf()\fR writes to \fIber\fR, a pointer to a diff --git a/usr/src/man/man3ldap/ldap_entry2text.3ldap b/usr/src/man/man3ldap/ldap_entry2text.3ldap index 66dea5cd87..81e54e3006 100644 --- a/usr/src/man/man3ldap/ldap_entry2text.3ldap +++ b/usr/src/man/man3ldap/ldap_entry2text.3ldap @@ -81,7 +81,7 @@ cc[ \fIflag\fR... ] \fIfile\fR... -lldap[ \fIlibrary\fR... ] .sp .LP These functions use the LDAP display template functions (see -\fBldap_disptmpl\fR(3LDAP) and \fBldap_templates.conf(4))\fR to produce a +\fBldap_disptmpl\fR(3LDAP) and \fBldaptemplates.conf\fR(4)) to produce a plain text or an HyperText Markup Language (HTML) display of an entry or a set of values. Typical plain text output produced for an entry might look like: .sp |