Changeset 745 for trunk/server/source4/lib/ldb/man
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/lib/ldb/man/ldbadd.1.xml
r414 r745 28 28 <title>DESCRIPTION</title> 29 29 30 <para>ldbadd adds records to an ldb( 7) database. It reads30 <para>ldbadd adds records to an ldb(3) database. It reads 31 31 the ldif(5) files specified on the command line and adds 32 32 the records from these files to the LDB database, which is specified … … 53 53 <term>-H <ldb-url></term> 54 54 <listitem><para> 55 LDB URL to connect to. See ldb( 7) for details.55 LDB URL to connect to. See ldb(3) for details. 56 56 </para></listitem> 57 57 </varlistentry> … … 82 82 <title>SEE ALSO</title> 83 83 84 <para>ldb( 7), ldbmodify, ldbdel, ldif(5)</para>84 <para>ldb(3), ldbmodify, ldbdel, ldif(5)</para> 85 85 86 86 </refsect1> -
trunk/server/source4/lib/ldb/man/ldbdel.1.xml
r414 r745 27 27 <title>DESCRIPTION</title> 28 28 29 <para>ldbdel deletes records from an ldb( 7) database.29 <para>ldbdel deletes records from an ldb(3) database. 30 30 It deletes the records identified by the dn's specified 31 31 on the command-line. </para> … … 51 51 <term>-H <ldb-url></term> 52 52 <listitem><para> 53 LDB URL to connect to. See ldb( 7) for details.53 LDB URL to connect to. See ldb(3) for details. 54 54 </para></listitem> 55 55 </varlistentry> … … 80 80 <title>SEE ALSO</title> 81 81 82 <para>ldb( 7), ldbmodify, ldbadd, ldif(5)</para>82 <para>ldb(3), ldbmodify, ldbadd, ldif(5)</para> 83 83 84 84 </refsect1> -
trunk/server/source4/lib/ldb/man/ldbedit.1.xml
r414 r745 173 173 <title>SEE ALSO</title> 174 174 175 <para>ldb( 7), ldbmodify(1), ldbdel(1), ldif(5), vi(1)</para>175 <para>ldb(3), ldbmodify(1), ldbdel(1), ldif(5), vi(1)</para> 176 176 177 177 </refsect1> -
trunk/server/source4/lib/ldb/man/ldbmodify.1.xml
r414 r745 43 43 <term>-H <ldb-url></term> 44 44 <listitem><para> 45 LDB URL to connect to. See ldb( 7) for details.45 LDB URL to connect to. See ldb(3) for details. 46 46 </para></listitem> 47 47 </varlistentry> … … 70 70 <title>SEE ALSO</title> 71 71 72 <para>ldb( 7), ldbedit</para>72 <para>ldb(3), ldbedit</para> 73 73 74 74 </refsect1> -
trunk/server/source4/lib/ldb/man/ldbrename.1.xml
r414 r745 49 49 <term>-H <ldb-url></term> 50 50 <listitem><para> 51 LDB URL to connect to. See ldb( 7) for details.51 LDB URL to connect to. See ldb(3) for details. 52 52 </para></listitem> 53 53 </varlistentry> … … 84 84 <title>SEE ALSO</title> 85 85 86 <para>ldb( 7), ldbmodify, ldbdel, ldif(5)</para>86 <para>ldb(3), ldbmodify, ldbdel, ldif(5)</para> 87 87 88 88 </refsect1> -
trunk/server/source4/lib/ldb/man/ldbsearch.1.xml
r414 r745 52 52 <term>-H <ldb-url></term> 53 53 <listitem><para> 54 LDB URL to connect to. See ldb( 7) for details.54 LDB URL to connect to. See ldb(3) for details. 55 55 </para></listitem> 56 56 </varlistentry> … … 96 96 <title>SEE ALSO</title> 97 97 98 <para>ldb( 7), ldbedit(1)</para>98 <para>ldb(3), ldbedit(1)</para> 99 99 100 100 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.