Skip to content

Commit

Permalink
Fix grammar in MDBX documentation (#12580)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Seitz <[email protected]>
  • Loading branch information
Hopium21 and mattsse authored Nov 16, 2024
1 parent c160005 commit 7745046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/storage/libmdbx-rs/mdbx-sys/libmdbx/man1/mdbx_chk.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mdbx_chk \- MDBX checking tool
.SH DESCRIPTION
The
.B mdbx_chk
utility intended to check an MDBX database file.
utility is intended to check an MDBX database file.
.SH OPTIONS
.TP
.BR \-V
Expand Down Expand Up @@ -55,7 +55,7 @@ check, including full check of all meta-pages and actual size of database file.
.BR \-w
Open environment in read-write mode and lock for writing while checking.
This could be impossible if environment already used by another process(s)
in an incompatible read-write mode. This allow rollback to last steady commit
in an incompatible read-write mode. This allows rollback to last steady commit
(in case environment was not closed properly) and then check transaction IDs
of meta-pages. Otherwise, without \fB\-w\fP option environment will be
opened in read-only mode.
Expand Down Expand Up @@ -90,7 +90,7 @@ then forcibly loads ones by sequential access and tries to lock database pages i
.TP
.BR \-n
Open MDBX environment(s) which do not use subdirectories.
This is legacy option. For now MDBX handles this automatically.
This is a 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
Expand Down

0 comments on commit 7745046

Please sign in to comment.