Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
6dcd9a9f
Commit
6dcd9a9f
authored
Jan 02, 2007
by
Kurt Zeilenga
Browse files
Use soelim to fix .so problem
(Assumes soelim is generally available)
parent
da6d9eb0
Changes
39
Hide whitespace changes
Inline
Side-by-side
build/man.mk
View file @
6dcd9a9f
...
...
@@ -32,7 +32,8 @@ all-common:
-e
's%LIBDIR%
$(libdir)
%'
\
-e
's%LIBEXECDIR%
$(libexecdir)
%'
\
-e
's%RELEASEDATE%
$(RELEASEDATE)
%'
\
$(srcdir)
/
$$
page
>
$$
page.
$(TMP_SUFFIX)
;
\
$(srcdir)
/
$$
page
\
|
$(SOELIM)
-
>
$$
page.
$(TMP_SUFFIX)
;
\
done
install-common
:
...
...
build/top.mk
View file @
6dcd9a9f
...
...
@@ -149,6 +149,8 @@ SUBST = $(SHTOOL) subst
MANCOMPRESS
=
$(CAT)
MANCOMPRESSSUFFIX
=
SOELIM
=
soelim
INCLUDEDIR
=
$(top_srcdir)
/include
LDAP_INCPATH
=
-I
$(LDAP_INCDIR)
-I
$(INCLUDEDIR)
LDAP_LIBDIR
=
$(top_builddir)
/libraries
...
...
doc/man/man3/lber-decode.3
View file @
6dcd9a9f
...
...
@@ -358,7 +358,4 @@ which must be freed by the caller using supplied deallocation routines.
.BR lber-sockbuf (3),
.BR lber-types (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/lber-encode.3
View file @
6dcd9a9f
...
...
@@ -285,7 +285,4 @@ The return values for all of these functions are declared in the
.BR lber-sockbuf (3),
.BR lber-types (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/lber-memory.3
View file @
6dcd9a9f
...
...
@@ -46,7 +46,4 @@ arbitrary dynamically allocated objects.
.BR lber-types (3)
.LP
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/lber-types.3
View file @
6dcd9a9f
...
...
@@ -164,7 +164,4 @@ does nothing. If \fIfreebuf\fP is zero, the internal buffer is not freed.
.BR lber-memory (3)
.LP
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_bind.3
View file @
6dcd9a9f
...
...
@@ -231,7 +231,4 @@ The bind method must be synchronous.
.B Cyrus SASL
(http://asg.web.cmu.edu/sasl/)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_delete.3
View file @
6dcd9a9f
...
...
@@ -86,7 +86,4 @@ something went wrong initiating the request, else return 0.
.BR ldap (3),
.BR ldap_error (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_first_attribute.3
View file @
6dcd9a9f
...
...
@@ -70,7 +70,4 @@ return dynamically allocated memory that must be freed by the caller via
.BR ldap_get_values (3),
.BR ldap_error (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_first_entry.3
View file @
6dcd9a9f
...
...
@@ -77,7 +77,4 @@ for a description of possible error codes.
.BR ldap_get_values (3),
.BR ldap_get_dn (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_first_message.3
View file @
6dcd9a9f
...
...
@@ -80,7 +80,4 @@ NULL is returned. If an error occurs in
.BR ldap_first_entry (3),
.BR ldap_first_reference (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_first_reference.3
View file @
6dcd9a9f
...
...
@@ -69,7 +69,4 @@ NULL is returned. If an error occurs in
.BR ldap_search (3),
.BR ldap_parse_reference (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_get_dn.3
View file @
6dcd9a9f
...
...
@@ -234,7 +234,4 @@ These routines dynamically allocate memory that the caller must free.
.BR ldap_memfree (3),
.BR ldap_value_free (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_get_option.3
View file @
6dcd9a9f
...
...
@@ -328,7 +328,4 @@ by setting that option to
.B RFC 4422
(http://www.rfc-editor.org),
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_get_values.3
View file @
6dcd9a9f
...
...
@@ -99,7 +99,4 @@ using the supplied routines.
.BR ldap_first_attribute (3),
.BR ldap_error (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_modrdn.3
View file @
6dcd9a9f
...
...
@@ -78,7 +78,4 @@ for more details.
.BR ldap (3),
.BR ldap_error (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_open.3
View file @
6dcd9a9f
...
...
@@ -105,7 +105,4 @@ errno should be set as well whenever appropriate.
.BR ldap_set_option (3),
.BR errno (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_parse_reference.3
View file @
6dcd9a9f
...
...
@@ -58,7 +58,4 @@ Upon success LDAP_SUCCESS is returned. Otherwise the values of the
.BR ldap_get_values (3),
.BR ldap_controls_free (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_parse_result.3
View file @
6dcd9a9f
...
...
@@ -104,7 +104,4 @@ result parameters are undefined.
.BR ldap_controls_free (3),
.BR lber-types (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
doc/man/man3/ldap_parse_sort_control.3
View file @
6dcd9a9f
...
...
@@ -38,7 +38,4 @@ ldap_memfree function.
.BR ldap_result (3),
.BR ldap_controls_free (3)
.SH ACKNOWLEDGEMENTS
.B OpenLDAP
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
.B OpenLDAP
is derived from University of Michigan LDAP 3.3 Release.
.so ../Project
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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