diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2022-02-01 16:25:34 -0600 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2022-02-18 15:32:41 -0600 |
| commit | bb788c55f7450a1360e9752bf81c3a3932cc8018 (patch) | |
| tree | 77443122971496a73748e2d9722913303ab61b55 /usr/src/man/man3ldap/ldap_searchprefs.3ldap | |
| parent | 7d5a0c32ad2a16518949e2843f208bf257e5cf79 (diff) | |
| download | illumos-joyent-bb788c55f7450a1360e9752bf81c3a3932cc8018.tar.gz | |
manual: fix up free-form normative manual references in the manual
Diffstat (limited to 'usr/src/man/man3ldap/ldap_searchprefs.3ldap')
| -rw-r--r-- | usr/src/man/man3ldap/ldap_searchprefs.3ldap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man3ldap/ldap_searchprefs.3ldap b/usr/src/man/man3ldap/ldap_searchprefs.3ldap index b5301647ae..416e4692f0 100644 --- a/usr/src/man/man3ldap/ldap_searchprefs.3ldap +++ b/usr/src/man/man3ldap/ldap_searchprefs.3ldap @@ -57,14 +57,14 @@ specify the type of search to be performed. .LP \fBldap_init_searchprefs()\fR reads a sequence of search preference configurations from a valid LDAP searchpref configuration file. See -\fBldapsearchprefs.conf\fR(4). Upon success, \fB0\fR is returned and +\fBldapsearchprefs.conf\fR(5). Upon success, \fB0\fR is returned and \fIsolistp\fR is set to point to a list of search preference data structures. .sp .LP \fBldap_init_searchprefs_buf()\fR reads a sequence of search preference configurations from \fIbuf\fR, whose size is \fIbuflen.\fR \fIbuf\fR should point to the data in the format defined for an LDAP search preference -configuration file. See \fBldapsearchprefs.conf\fR(4). Upon success, \fB0\fR +configuration file. See \fBldapsearchprefs.conf\fR(5). Upon success, \fB0\fR is returned and \fIsolistp\fR is set to point to a list of search preference data structures. .sp @@ -108,7 +108,7 @@ Memory allocation problem. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for a description of the following attributes: +See \fBattributes\fR(7) for a description of the following attributes: .sp .sp @@ -123,7 +123,7 @@ Interface Stability Evolving .SH SEE ALSO .sp .LP -\fBldap\fR(3LDAP), \fBldapsearchprefs.conf\fR(4), \fBattributes\fR(5) +\fBldap\fR(3LDAP), \fBldapsearchprefs.conf\fR(5), \fBattributes\fR(7) .sp .LP Yeong, W., Howes, T., and Hardcastle-Kille, S., "Lightweight Directory Access |
