From 6dcd9a9f774e5e1b5901b6bc00aeeb729e1e2584 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 2 Jan 2007 20:25:16 +0000 Subject: [PATCH] Use soelim to fix .so problem (Assumes soelim is generally available) --- build/man.mk | 3 ++- build/top.mk | 2 ++ doc/man/man3/lber-decode.3 | 5 +---- doc/man/man3/lber-encode.3 | 5 +---- doc/man/man3/lber-memory.3 | 5 +---- doc/man/man3/lber-types.3 | 5 +---- doc/man/man3/ldap_bind.3 | 5 +---- doc/man/man3/ldap_delete.3 | 5 +---- doc/man/man3/ldap_first_attribute.3 | 5 +---- doc/man/man3/ldap_first_entry.3 | 5 +---- doc/man/man3/ldap_first_message.3 | 5 +---- doc/man/man3/ldap_first_reference.3 | 5 +---- doc/man/man3/ldap_get_dn.3 | 5 +---- doc/man/man3/ldap_get_option.3 | 5 +---- doc/man/man3/ldap_get_values.3 | 5 +---- doc/man/man3/ldap_modrdn.3 | 5 +---- doc/man/man3/ldap_open.3 | 5 +---- doc/man/man3/ldap_parse_reference.3 | 5 +---- doc/man/man3/ldap_parse_result.3 | 5 +---- doc/man/man3/ldap_parse_sort_control.3 | 5 +---- doc/man/man3/ldap_parse_vlv_control.3 | 5 +---- doc/man/man3/ldap_rename.3 | 5 +---- doc/man/man3/ldap_result.3 | 5 +---- doc/man/man3/ldap_schema.3 | 6 +----- doc/man/man5/ldap.conf.5 | 5 +---- doc/man/man5/ldif.5 | 5 +---- doc/man/man5/slapd-bdb.5 | 2 ++ doc/man/man5/slapd-config.5 | 5 +---- doc/man/man5/slapd-ldbm.5 | 2 ++ doc/man/man5/slapd-monitor.5 | 3 ++- doc/man/man5/slapd.access.5 | 5 +---- doc/man/man5/slapd.backends.5 | 5 +---- doc/man/man5/slapd.conf.5 | 5 +---- doc/man/man5/slapd.overlays.5 | 5 +---- doc/man/man5/slapd.plugin.5 | 5 +---- doc/man/man5/slapd.replog.5 | 5 +---- doc/man/man5/slapo-ppolicy.5 | 5 +---- doc/man/man5/slapo-refint.5 | 2 ++ doc/man/man5/slapo-syncprov.5 | 2 ++ 39 files changed, 46 insertions(+), 131 deletions(-) diff --git a/build/man.mk b/build/man.mk index d283f53808..8284207aff 100644 --- a/build/man.mk +++ b/build/man.mk @@ -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: diff --git a/build/top.mk b/build/top.mk index b9c26d5881..d63fd33776 100644 --- a/build/top.mk +++ b/build/top.mk @@ -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 diff --git a/doc/man/man3/lber-decode.3 b/doc/man/man3/lber-decode.3 index 2c5821f638..f677f2df56 100644 --- a/doc/man/man3/lber-decode.3 +++ b/doc/man/man3/lber-decode.3 @@ -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 diff --git a/doc/man/man3/lber-encode.3 b/doc/man/man3/lber-encode.3 index f0a3252ea5..275d42cb09 100644 --- a/doc/man/man3/lber-encode.3 +++ b/doc/man/man3/lber-encode.3 @@ -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 diff --git a/doc/man/man3/lber-memory.3 b/doc/man/man3/lber-memory.3 index 17bef63641..0a4e968d34 100644 --- a/doc/man/man3/lber-memory.3 +++ b/doc/man/man3/lber-memory.3 @@ -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 diff --git a/doc/man/man3/lber-types.3 b/doc/man/man3/lber-types.3 index 8662d2b5e4..23c0ca59e2 100644 --- a/doc/man/man3/lber-types.3 +++ b/doc/man/man3/lber-types.3 @@ -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 diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 3a8e526dbb..e4082b6d55 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -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 diff --git a/doc/man/man3/ldap_delete.3 b/doc/man/man3/ldap_delete.3 index 29da3fb32d..b02fc1b202 100644 --- a/doc/man/man3/ldap_delete.3 +++ b/doc/man/man3/ldap_delete.3 @@ -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 diff --git a/doc/man/man3/ldap_first_attribute.3 b/doc/man/man3/ldap_first_attribute.3 index 6e6b783a3a..69c7a91d1a 100644 --- a/doc/man/man3/ldap_first_attribute.3 +++ b/doc/man/man3/ldap_first_attribute.3 @@ -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 diff --git a/doc/man/man3/ldap_first_entry.3 b/doc/man/man3/ldap_first_entry.3 index e12e49cef8..81832f4771 100644 --- a/doc/man/man3/ldap_first_entry.3 +++ b/doc/man/man3/ldap_first_entry.3 @@ -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 diff --git a/doc/man/man3/ldap_first_message.3 b/doc/man/man3/ldap_first_message.3 index 798302d8e2..66af6e7650 100644 --- a/doc/man/man3/ldap_first_message.3 +++ b/doc/man/man3/ldap_first_message.3 @@ -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 diff --git a/doc/man/man3/ldap_first_reference.3 b/doc/man/man3/ldap_first_reference.3 index 0d487ca9fb..b5b2822a35 100644 --- a/doc/man/man3/ldap_first_reference.3 +++ b/doc/man/man3/ldap_first_reference.3 @@ -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 diff --git a/doc/man/man3/ldap_get_dn.3 b/doc/man/man3/ldap_get_dn.3 index e595b871d6..cccdf0cdd0 100644 --- a/doc/man/man3/ldap_get_dn.3 +++ b/doc/man/man3/ldap_get_dn.3 @@ -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 diff --git a/doc/man/man3/ldap_get_option.3 b/doc/man/man3/ldap_get_option.3 index e6812c819b..970d4b0271 100644 --- a/doc/man/man3/ldap_get_option.3 +++ b/doc/man/man3/ldap_get_option.3 @@ -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 diff --git a/doc/man/man3/ldap_get_values.3 b/doc/man/man3/ldap_get_values.3 index 56fd1a1dd3..701f33d0d0 100644 --- a/doc/man/man3/ldap_get_values.3 +++ b/doc/man/man3/ldap_get_values.3 @@ -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 diff --git a/doc/man/man3/ldap_modrdn.3 b/doc/man/man3/ldap_modrdn.3 index c7d0737c2e..26de41f8ed 100644 --- a/doc/man/man3/ldap_modrdn.3 +++ b/doc/man/man3/ldap_modrdn.3 @@ -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 diff --git a/doc/man/man3/ldap_open.3 b/doc/man/man3/ldap_open.3 index 3158951f76..604b11c117 100644 --- a/doc/man/man3/ldap_open.3 +++ b/doc/man/man3/ldap_open.3 @@ -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 diff --git a/doc/man/man3/ldap_parse_reference.3 b/doc/man/man3/ldap_parse_reference.3 index cbbb3c8d7f..c2d697885d 100644 --- a/doc/man/man3/ldap_parse_reference.3 +++ b/doc/man/man3/ldap_parse_reference.3 @@ -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 diff --git a/doc/man/man3/ldap_parse_result.3 b/doc/man/man3/ldap_parse_result.3 index ea5e110a47..5d30af687c 100644 --- a/doc/man/man3/ldap_parse_result.3 +++ b/doc/man/man3/ldap_parse_result.3 @@ -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 diff --git a/doc/man/man3/ldap_parse_sort_control.3 b/doc/man/man3/ldap_parse_sort_control.3 index e997e4143c..28813961ab 100644 --- a/doc/man/man3/ldap_parse_sort_control.3 +++ b/doc/man/man3/ldap_parse_sort_control.3 @@ -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 diff --git a/doc/man/man3/ldap_parse_vlv_control.3 b/doc/man/man3/ldap_parse_vlv_control.3 index 7a48dd5b1a..522cc13c07 100644 --- a/doc/man/man3/ldap_parse_vlv_control.3 +++ b/doc/man/man3/ldap_parse_vlv_control.3 @@ -47,7 +47,4 @@ ldap.h for a list of possible return codes. .SH SEE ALSO .BR ldap_search (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 diff --git a/doc/man/man3/ldap_rename.3 b/doc/man/man3/ldap_rename.3 index 1511225fa9..26d4264b9b 100644 --- a/doc/man/man3/ldap_rename.3 +++ b/doc/man/man3/ldap_rename.3 @@ -63,7 +63,4 @@ returns the LDAP error code resulting from the rename operation. .BR ldap (3), .BR ldap_modify (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 diff --git a/doc/man/man3/ldap_result.3 b/doc/man/man3/ldap_result.3 index dac173951d..9a64117b6c 100644 --- a/doc/man/man3/ldap_result.3 +++ b/doc/man/man3/ldap_result.3 @@ -127,7 +127,4 @@ return -1 on error. .BR ldap_first_message (3), .BR select (2) .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 diff --git a/doc/man/man3/ldap_schema.3 b/doc/man/man3/ldap_schema.3 index 387810aa58..63b040ba91 100644 --- a/doc/man/man3/ldap_schema.3 +++ b/doc/man/man3/ldap_schema.3 @@ -324,8 +324,4 @@ Unexpected end of data. .SH SEE ALSO .BR ldap (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 diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index 85cb8aeb37..78de1480ad 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -373,7 +373,4 @@ local ldap configuration file .SH AUTHOR Kurt Zeilenga, The OpenLDAP Project .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 diff --git a/doc/man/man5/ldif.5 b/doc/man/man5/ldif.5 index 75aaa9b068..0a892983c3 100644 --- a/doc/man/man5/ldif.5 +++ b/doc/man/man5/ldif.5 @@ -273,7 +273,4 @@ commands. .LP "LDAP Data Interchange Format," Good, G., RFC 2849. .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 diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index a1140cdb39..4fda2c35db 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -223,3 +223,5 @@ Berkeley DB configuration file .BR slapcat (8), .BR slapindex (8), Berkeley DB documentation. +.SH ACKNOWLEDGEMENTS +.so ../Project diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index a6a0b2f56b..b22ba1bf75 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1960,7 +1960,4 @@ default slapd configuration directory .LP "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) .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 diff --git a/doc/man/man5/slapd-ldbm.5 b/doc/man/man5/slapd-ldbm.5 index b4878db12d..336d0ae46a 100644 --- a/doc/man/man5/slapd-ldbm.5 +++ b/doc/man/man5/slapd-ldbm.5 @@ -139,3 +139,5 @@ default slapd configuration file .BR slapadd (8), .BR slapcat (8), .BR slapindex (8). +.SH ACKNOWLEDGEMENTS +.so ../Project diff --git a/doc/man/man5/slapd-monitor.5 b/doc/man/man5/slapd-monitor.5 index b216eb25d9..b4894c34a1 100644 --- a/doc/man/man5/slapd-monitor.5 +++ b/doc/man/man5/slapd-monitor.5 @@ -122,4 +122,5 @@ default slapd configuration file .BR slapd.access (5), .BR slapd (8), .BR ldap (3). - +.SH ACKNOWLEDGEMENTS +.so ../Project diff --git a/doc/man/man5/slapd.access.5 b/doc/man/man5/slapd.access.5 index 2a2d39ec8f..75450bd242 100644 --- a/doc/man/man5/slapd.access.5 +++ b/doc/man/man5/slapd.access.5 @@ -1100,7 +1100,4 @@ default slapd configuration file .LP "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) .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 diff --git a/doc/man/man5/slapd.backends.5 b/doc/man/man5/slapd.backends.5 index 15565f013c..c5801ad31f 100644 --- a/doc/man/man5/slapd.backends.5 +++ b/doc/man/man5/slapd.backends.5 @@ -133,7 +133,4 @@ default slapd configuration directory .BR slapd (8). "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) .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 diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 64ef87fc03..776a07c8c7 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1803,7 +1803,4 @@ default slapd configuration file .LP "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) .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 diff --git a/doc/man/man5/slapd.overlays.5 b/doc/man/man5/slapd.overlays.5 index ead7ac13e3..251f61f234 100644 --- a/doc/man/man5/slapd.overlays.5 +++ b/doc/man/man5/slapd.overlays.5 @@ -125,7 +125,4 @@ default slapd configuration directory .BR slapd (8). "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) .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 diff --git a/doc/man/man5/slapd.plugin.5 b/doc/man/man5/slapd.plugin.5 index 4f8886ba40..965024b681 100644 --- a/doc/man/man5/slapd.plugin.5 +++ b/doc/man/man5/slapd.plugin.5 @@ -119,7 +119,4 @@ default slapd configuration file .LP "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/) .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 diff --git a/doc/man/man5/slapd.replog.5 b/doc/man/man5/slapd.replog.5 index 6b6844419c..87f1c7398d 100644 --- a/doc/man/man5/slapd.replog.5 +++ b/doc/man/man5/slapd.replog.5 @@ -164,7 +164,4 @@ lockfile for slapd.replog .BR slapd (8), .BR slurpd (8) .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 diff --git a/doc/man/man5/slapo-ppolicy.5 b/doc/man/man5/slapo-ppolicy.5 index 1a98dcfddf..5a507e176b 100644 --- a/doc/man/man5/slapo-ppolicy.5 +++ b/doc/man/man5/slapo-ppolicy.5 @@ -756,7 +756,4 @@ the IETF document named draft-behera-ldap-password-policy-09.txt, written in July of 2005. .P -.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 diff --git a/doc/man/man5/slapo-refint.5 b/doc/man/man5/slapo-refint.5 index 2e023e22b2..1881b8de90 100644 --- a/doc/man/man5/slapo-refint.5 +++ b/doc/man/man5/slapo-refint.5 @@ -56,3 +56,5 @@ ETCDIR/slapd.conf default slapd configuration file .SH SEE ALSO .BR slapd.conf (5). +.SH ACKNOWLEDGEMENTS +.so ../Project diff --git a/doc/man/man5/slapo-syncprov.5 b/doc/man/man5/slapo-syncprov.5 index dfd235411a..1b3059c3eb 100644 --- a/doc/man/man5/slapo-syncprov.5 +++ b/doc/man/man5/slapo-syncprov.5 @@ -73,3 +73,5 @@ default slapd configuration file .BR slapd.conf (5), .BR slapo-accesslog (5). OpenLDAP Administrator's Guide. +.SH ACKNOWLEDGEMENTS +.so ../Project -- 2.39.5