~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to lib/tdb/man/tdbbackup.8.xml

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-07-05 23:32:23 UTC
  • mfrom: (1.3.16)
  • Revision ID: package-import@ubuntu.com-20140705233223-dss2i2wmfksxbivh
Tags: 1:1.1.18-1
* New upstream release.
 + Depend on tdb >= 1.3.2.
 + Fixes __attribute__((visibility)) check to not use nested functions.
   Closes: #749987
* Use canonical URL in Vcs-Git field.
* Specify branch in Vcs-Git field.
* Add 02_hurd: link against pthread on the Hurd, to fix ldb module
  loading. Closes: #749095

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
                <arg choice="opt">-s suffix</arg>
23
23
                <arg choice="opt">-v</arg>
24
24
                <arg choice="opt">-h</arg>
 
25
                <arg choice="opt">-l</arg>
25
26
        </cmdsynopsis>
26
27
</refsynopsisdiv>
27
28
 
68
69
                </para></listitem>
69
70
                </varlistentry>
70
71
 
 
72
                <varlistentry>
 
73
                <term>-l</term>
 
74
                <listitem><para>
 
75
                This options disables any locking, by passing TDB_NOLOCK
 
76
                to tdb_open_ex(). Only use this for database files which
 
77
                are not used by any other process! And also only if it is otherwise not
 
78
                possible to open the database, e.g. databases which were created with
 
79
                mutex locking.
 
80
                </para></listitem>
 
81
                </varlistentry>
 
82
 
71
83
        </variablelist>
72
84
</refsect1>
73
85