From 6ea99a237d982827accd1e9befe133141083d9cb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 4 Oct 2010 21:19:47 +0200 Subject: [PATCH] ldb: Refer to ldb(3), not ldb(7). --- source4/lib/ldb/man/ldbadd.1.xml | 6 +++--- source4/lib/ldb/man/ldbdel.1.xml | 6 +++--- source4/lib/ldb/man/ldbedit.1.xml | 2 +- source4/lib/ldb/man/ldbmodify.1.xml | 4 ++-- source4/lib/ldb/man/ldbrename.1.xml | 4 ++-- source4/lib/ldb/man/ldbsearch.1.xml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/source4/lib/ldb/man/ldbadd.1.xml b/source4/lib/ldb/man/ldbadd.1.xml index 7ad0f835d0..b77b151e2d 100644 --- a/source4/lib/ldb/man/ldbadd.1.xml +++ b/source4/lib/ldb/man/ldbadd.1.xml @@ -27,7 +27,7 @@ DESCRIPTION - ldbadd adds records to an ldb(7) database. It reads + ldbadd adds records to an ldb(3) database. It reads the ldif(5) files specified on the command line and adds the records from these files to the LDB database, which is specified by the -H option or the LDB_URL environment variable. @@ -52,7 +52,7 @@ -H <ldb-url> - LDB URL to connect to. See ldb(7) for details. + LDB URL to connect to. See ldb(3) for details. @@ -81,7 +81,7 @@ SEE ALSO - ldb(7), ldbmodify, ldbdel, ldif(5) + ldb(3), ldbmodify, ldbdel, ldif(5) diff --git a/source4/lib/ldb/man/ldbdel.1.xml b/source4/lib/ldb/man/ldbdel.1.xml index 7dfc7366f6..41da3bc984 100644 --- a/source4/lib/ldb/man/ldbdel.1.xml +++ b/source4/lib/ldb/man/ldbdel.1.xml @@ -26,7 +26,7 @@ DESCRIPTION - ldbdel deletes records from an ldb(7) database. + ldbdel deletes records from an ldb(3) database. It deletes the records identified by the dn's specified on the command-line. @@ -50,7 +50,7 @@ -H <ldb-url> - LDB URL to connect to. See ldb(7) for details. + LDB URL to connect to. See ldb(3) for details. @@ -79,7 +79,7 @@ SEE ALSO - ldb(7), ldbmodify, ldbadd, ldif(5) + ldb(3), ldbmodify, ldbadd, ldif(5) diff --git a/source4/lib/ldb/man/ldbedit.1.xml b/source4/lib/ldb/man/ldbedit.1.xml index 15c69b1b25..a2eec0579c 100644 --- a/source4/lib/ldb/man/ldbedit.1.xml +++ b/source4/lib/ldb/man/ldbedit.1.xml @@ -172,7 +172,7 @@ SEE ALSO - ldb(7), ldbmodify(1), ldbdel(1), ldif(5), vi(1) + ldb(3), ldbmodify(1), ldbdel(1), ldif(5), vi(1) diff --git a/source4/lib/ldb/man/ldbmodify.1.xml b/source4/lib/ldb/man/ldbmodify.1.xml index bc19647785..9bb492ab1b 100644 --- a/source4/lib/ldb/man/ldbmodify.1.xml +++ b/source4/lib/ldb/man/ldbmodify.1.xml @@ -42,7 +42,7 @@ -H <ldb-url> - LDB URL to connect to. See ldb(7) for details. + LDB URL to connect to. See ldb(3) for details. @@ -69,7 +69,7 @@ SEE ALSO - ldb(7), ldbedit + ldb(3), ldbedit diff --git a/source4/lib/ldb/man/ldbrename.1.xml b/source4/lib/ldb/man/ldbrename.1.xml index 391ec84ccc..3576bc27bb 100644 --- a/source4/lib/ldb/man/ldbrename.1.xml +++ b/source4/lib/ldb/man/ldbrename.1.xml @@ -48,7 +48,7 @@ -H <ldb-url> - LDB URL to connect to. See ldb(7) for details. + LDB URL to connect to. See ldb(3) for details. @@ -83,7 +83,7 @@ SEE ALSO - ldb(7), ldbmodify, ldbdel, ldif(5) + ldb(3), ldbmodify, ldbdel, ldif(5) diff --git a/source4/lib/ldb/man/ldbsearch.1.xml b/source4/lib/ldb/man/ldbsearch.1.xml index ed3749b920..623a5992e5 100644 --- a/source4/lib/ldb/man/ldbsearch.1.xml +++ b/source4/lib/ldb/man/ldbsearch.1.xml @@ -51,7 +51,7 @@ -H <ldb-url> - LDB URL to connect to. See ldb(7) for details. + LDB URL to connect to. See ldb(3) for details. @@ -95,7 +95,7 @@ SEE ALSO - ldb(7), ldbedit(1) + ldb(3), ldbedit(1) -- 2.34.1