]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/mdb_dump.1
Merge remote-tracking branch 'origin/mdb.RE/0.9'
[openldap] / libraries / liblmdb / mdb_dump.1
index a89dd5252d6b14d2876129ca155470fb658afeb0..5a647ba2ec047ec6bdd6265fb3691961dfed27fb 100644 (file)
@@ -1,11 +1,10 @@
 .TH MDB_DUMP 1 "2014/06/20" "LMDB 0.9.14"
-.\" Copyright 2014 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2014-2015 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_dump \- LMDB environment export tool
 .SH SYNOPSIS
 .B mdb_dump
-.BR \ envpath
 [\c
 .BR \-V ]
 [\c
@@ -19,6 +18,7 @@ mdb_dump \- LMDB environment export tool
 [\c
 .BR \-a \ |
 .BI \-s \ subdb\fR]
+.BR \ envpath
 .SH DESCRIPTION
 The
 .B mdb_dump
@@ -43,9 +43,13 @@ names will be listed, no data will be output.
 Dump an LMDB database which does not use subdirectories.
 .TP
 .BR \-p
-If characters in either the key or data items are printing characters (as defined by isprint(3)), output them directly. This option permits users to use standard text editors and tools to modify the contents of databases.
+If characters in either the key or data items are printing characters (as
+defined by isprint(3)), output them directly. This option permits users to
+use standard text editors and tools to modify the contents of databases.
 
-Note: different systems may have different notions about what characters are considered printing characters, and databases dumped in this manner may be less portable to external systems. 
+Note: different systems may have different notions about what characters
+are considered printing characters, and databases dumped in this manner may
+be less portable to external systems. 
 .TP
 .BR \-a
 Dump all of the subdatabases in the environment.
@@ -57,9 +61,10 @@ Exit status is zero if no errors occur.
 Errors result in a non-zero exit status and
 a diagnostic message being written to standard error.
 
-Dumping and reloading databases that use user-defined comparison functions will result in new databases that use the
-default comparison functions. \fB In this case it is quite likely that the reloaded database will be damaged beyond
-repair permitting neither record storage nor retrieval.\fP
+Dumping and reloading databases that use user-defined comparison functions
+will result in new databases that use the default comparison functions.
+\fBIn this case it is quite likely that the reloaded database will be
+damaged beyond repair permitting neither record storage nor retrieval.\fP
 
 The only available workaround is to modify the source for the
 .BR mdb_load (1)