diff --git a/src/man1/mdbx_chk.1 b/src/man1/mdbx_chk.1 index 193c2925..0348f90b 100644 --- a/src/man1/mdbx_chk.1 +++ b/src/man1/mdbx_chk.1 @@ -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 diff --git a/src/man1/mdbx_copy.1 b/src/man1/mdbx_copy.1 index f2e42e26..83fbc904 100644 --- a/src/man1/mdbx_copy.1 +++ b/src/man1/mdbx_copy.1 @@ -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. diff --git a/src/man1/mdbx_dump.1 b/src/man1/mdbx_dump.1 index 8b371d2c..bdb4d553 100644 --- a/src/man1/mdbx_dump.1 +++ b/src/man1/mdbx_dump.1 @@ -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 diff --git a/src/man1/mdbx_load.1 b/src/man1/mdbx_load.1 index d919287d..950ae028 100644 --- a/src/man1/mdbx_load.1 +++ b/src/man1/mdbx_load.1 @@ -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 diff --git a/src/man1/mdbx_stat.1 b/src/man1/mdbx_stat.1 index c2e226c9..ec0ffb12 100644 --- a/src/man1/mdbx_stat.1 +++ b/src/man1/mdbx_stat.1 @@ -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