diff options
author | Chris Fraire <cfraire@me.com> | 2017-08-06 19:13:02 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2017-08-24 15:57:24 -0400 |
commit | b31ca922c7346747131aed07c0c171ec2f573aac (patch) | |
tree | 9d0af65b55d78f155097a870fbb1a646b95a7e29 /usr/src/man/man3ldap | |
parent | f52b16c60da4b4c350471d7fc68089d796cc082f (diff) | |
download | illumos-joyent-b31ca922c7346747131aed07c0c171ec2f573aac.tar.gz |
8566 Man pages contain cross-reference errata
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
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 |