summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-04 21:19:47 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-05 00:38:35 +0200
commit6ea99a237d982827accd1e9befe133141083d9cb (patch)
tree776113b43092525900b193d2502150af8e5e5881 /source4
parentc8b6be016a0352d50c9f384cde51bde90227ba58 (diff)
downloadsamba-6ea99a237d982827accd1e9befe133141083d9cb.tar.gz
samba-6ea99a237d982827accd1e9befe133141083d9cb.tar.xz
samba-6ea99a237d982827accd1e9befe133141083d9cb.zip
ldb: Refer to ldb(3), not ldb(7).
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/man/ldbadd.1.xml6
-rw-r--r--source4/lib/ldb/man/ldbdel.1.xml6
-rw-r--r--source4/lib/ldb/man/ldbedit.1.xml2
-rw-r--r--source4/lib/ldb/man/ldbmodify.1.xml4
-rw-r--r--source4/lib/ldb/man/ldbrename.1.xml4
-rw-r--r--source4/lib/ldb/man/ldbsearch.1.xml4
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 7ad0f835d0f..b77b151e2df 100644
--- a/source4/lib/ldb/man/ldbadd.1.xml
+++ b/source4/lib/ldb/man/ldbadd.1.xml
@@ -27,7 +27,7 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>ldbadd adds records to an ldb(7) database. It reads
+ <para>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 @@
<varlistentry>
<term>-H &lt;ldb-url&gt;</term>
<listitem><para>
- LDB URL to connect to. See ldb(7) for details.
+ LDB URL to connect to. See ldb(3) for details.
</para></listitem>
</varlistentry>
@@ -81,7 +81,7 @@
<refsect1>
<title>SEE ALSO</title>
- <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
+ <para>ldb(3), ldbmodify, ldbdel, ldif(5)</para>
</refsect1>
diff --git a/source4/lib/ldb/man/ldbdel.1.xml b/source4/lib/ldb/man/ldbdel.1.xml
index 7dfc7366f6b..41da3bc9845 100644
--- a/source4/lib/ldb/man/ldbdel.1.xml
+++ b/source4/lib/ldb/man/ldbdel.1.xml
@@ -26,7 +26,7 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>ldbdel deletes records from an ldb(7) database.
+ <para>ldbdel deletes records from an ldb(3) database.
It deletes the records identified by the dn's specified
on the command-line. </para>
@@ -50,7 +50,7 @@
<varlistentry>
<term>-H &lt;ldb-url&gt;</term>
<listitem><para>
- LDB URL to connect to. See ldb(7) for details.
+ LDB URL to connect to. See ldb(3) for details.
</para></listitem>
</varlistentry>
@@ -79,7 +79,7 @@
<refsect1>
<title>SEE ALSO</title>
- <para>ldb(7), ldbmodify, ldbadd, ldif(5)</para>
+ <para>ldb(3), ldbmodify, ldbadd, ldif(5)</para>
</refsect1>
diff --git a/source4/lib/ldb/man/ldbedit.1.xml b/source4/lib/ldb/man/ldbedit.1.xml
index 15c69b1b255..a2eec0579c2 100644
--- a/source4/lib/ldb/man/ldbedit.1.xml
+++ b/source4/lib/ldb/man/ldbedit.1.xml
@@ -172,7 +172,7 @@
<refsect1>
<title>SEE ALSO</title>
- <para>ldb(7), ldbmodify(1), ldbdel(1), ldif(5), vi(1)</para>
+ <para>ldb(3), ldbmodify(1), ldbdel(1), ldif(5), vi(1)</para>
</refsect1>
diff --git a/source4/lib/ldb/man/ldbmodify.1.xml b/source4/lib/ldb/man/ldbmodify.1.xml
index bc196477857..9bb492ab1bb 100644
--- a/source4/lib/ldb/man/ldbmodify.1.xml
+++ b/source4/lib/ldb/man/ldbmodify.1.xml
@@ -42,7 +42,7 @@
<varlistentry>
<term>-H &lt;ldb-url&gt;</term>
<listitem><para>
- LDB URL to connect to. See ldb(7) for details.
+ LDB URL to connect to. See ldb(3) for details.
</para></listitem>
</varlistentry>
</variablelist>
@@ -69,7 +69,7 @@
<refsect1>
<title>SEE ALSO</title>
- <para>ldb(7), ldbedit</para>
+ <para>ldb(3), ldbedit</para>
</refsect1>
diff --git a/source4/lib/ldb/man/ldbrename.1.xml b/source4/lib/ldb/man/ldbrename.1.xml
index 391ec84ccc3..3576bc27bbc 100644
--- a/source4/lib/ldb/man/ldbrename.1.xml
+++ b/source4/lib/ldb/man/ldbrename.1.xml
@@ -48,7 +48,7 @@
<varlistentry>
<term>-H &lt;ldb-url&gt;</term>
<listitem><para>
- LDB URL to connect to. See ldb(7) for details.
+ LDB URL to connect to. See ldb(3) for details.
</para></listitem>
</varlistentry>
@@ -83,7 +83,7 @@
<refsect1>
<title>SEE ALSO</title>
- <para>ldb(7), ldbmodify, ldbdel, ldif(5)</para>
+ <para>ldb(3), ldbmodify, ldbdel, ldif(5)</para>
</refsect1>
diff --git a/source4/lib/ldb/man/ldbsearch.1.xml b/source4/lib/ldb/man/ldbsearch.1.xml
index ed3749b9207..623a5992e5e 100644
--- a/source4/lib/ldb/man/ldbsearch.1.xml
+++ b/source4/lib/ldb/man/ldbsearch.1.xml
@@ -51,7 +51,7 @@
<varlistentry>
<term>-H &lt;ldb-url&gt;</term>
<listitem><para>
- LDB URL to connect to. See ldb(7) for details.
+ LDB URL to connect to. See ldb(3) for details.
</para></listitem>
</varlistentry>
@@ -95,7 +95,7 @@
<refsect1>
<title>SEE ALSO</title>
- <para>ldb(7), ldbedit(1)</para>
+ <para>ldb(3), ldbedit(1)</para>
</refsect1>