Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumiyas/5316077 to your computer and use it in GitHub Desktop.
Save fumiyas/5316077 to your computer and use it in GitHub Desktop.
[PATCH] Remove deprecated slapd.replog(5) reference in manpages
From 189f477cfbb16da79806a49d54daa2ac8a2473a0 Mon Sep 17 00:00:00 2001
From: SATOH Fumiyasu <fumiyas@osstech.co.jp>
Date: Fri, 5 Apr 2013 11:08:07 +0900
Subject: [PATCH] Remove deprecated slapd.replog(5) reference in manpages
---
doc/man/man1/ldapmodify.1 | 3 +--
doc/man/man5/ldif.5 | 3 +--
doc/man/man5/slapd-config.5 | 1 -
doc/man/man5/slapd.conf.5 | 1 -
4 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1
index d6f70fb..d05b6f3 100644
--- a/doc/man/man1/ldapmodify.1
+++ b/doc/man/man1/ldapmodify.1
@@ -398,8 +398,7 @@ exit status and a diagnostic message being written to standard error.
.BR ldap_delete_ext (3),
.BR ldap_modify_ext (3),
.BR ldap_modrdn_ext (3),
-.BR ldif (5),
-.BR slapd.replog (5)
+.BR ldif (5)
.SH AUTHOR
The OpenLDAP Project <http://www.openldap.org/>
.SH ACKNOWLEDGEMENTS
diff --git a/doc/man/man5/ldif.5 b/doc/man/man5/ldif.5
index 79615b6..417f62f 100644
--- a/doc/man/man5/ldif.5
+++ b/doc/man/man5/ldif.5
@@ -270,8 +270,7 @@ commands.
.BR ldapmodify (1),
.BR slapadd (8),
.BR slapcat (8),
-.BR slapd\-ldif (5),
-.BR slapd.replog (5).
+.BR slapd\-ldif (5)
.LP
"LDAP Data Interchange Format," Good, G., RFC 2849.
.SH ACKNOWLEDGEMENTS
diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5
index c157500..5602851 100644
--- a/doc/man/man5/slapd-config.5
+++ b/doc/man/man5/slapd-config.5
@@ -2096,7 +2096,6 @@ default slapd configuration directory
.BR slapd.conf (5),
.BR slapd.overlays (5),
.BR slapd.plugin (5),
-.BR slapd.replog (5),
.BR slapd (8),
.BR slapacl (8),
.BR slapadd (8),
diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
index 7471d62..8eb1dc9 100644
--- a/doc/man/man5/slapd.conf.5
+++ b/doc/man/man5/slapd.conf.5
@@ -2026,7 +2026,6 @@ default slapd configuration file
.BR slapd.backends (5),
.BR slapd.overlays (5),
.BR slapd.plugin (5),
-.BR slapd.replog (5),
.BR slapd (8),
.BR slapacl (8),
.BR slapadd (8),
--
1.7.10.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment