mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:44:12 +08:00
mdbx-doc: minor refine man-pages for -n
utils option.
Change-Id: Ie81145fc1ec70f66e6c7be7332b2106d6636dc6b
This commit is contained in:
parent
cea56c3840
commit
c0cc531b50
@ -84,6 +84,7 @@ Turn to a specified meta-page EVEN ON UNSUCCESSFUL CHECK!
|
||||
.BR \-n
|
||||
Open MDBX environment(s) which do not use subdirectories.
|
||||
This is legacy option. For now MDBX handles this automatically.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
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
|
||||
|
@ -47,6 +47,7 @@ Currently it fails if the environment has suffered a page leak.
|
||||
.TP
|
||||
.BR \-n
|
||||
Open MDBX environment(s) which do not use subdirectories.
|
||||
This is legacy option. For now MDBX handles this automatically.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
Exit status is zero if no errors occur.
|
||||
|
@ -69,6 +69,7 @@ Rescure mode. Ignore some errors to dump corrupted DB.
|
||||
.BR \-n
|
||||
Dump an MDBX database which does not use subdirectories.
|
||||
This is legacy option. For now MDBX handles this automatically.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
Exit status is zero if no errors occur.
|
||||
Errors result in a non-zero exit status and
|
||||
|
@ -88,6 +88,7 @@ Rescure mode. Ignore errors to load corrupted DB dump.
|
||||
.BR \-n
|
||||
Load an MDBX database which does not use subdirectories.
|
||||
This is legacy option. For now MDBX handles this automatically.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
Exit status is zero if no errors occur.
|
||||
Errors result in a non-zero exit status and
|
||||
|
@ -61,7 +61,9 @@ Display the status of a specific subdatabase.
|
||||
.TP
|
||||
.BR \-n
|
||||
Display the status of an MDBX database which does not use subdirectories.
|
||||
This is legacy option. For now MDBX handles this automatically.
|
||||
This is legacy option. For now MDBX handles this automatically
|
||||
for existing databases, but may be required while creating new.
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
Exit status is zero if no errors occur.
|
||||
Errors result in a non-zero exit status and
|
||||
|
Loading…
x
Reference in New Issue
Block a user