mdbx: minor (cleanup non-ascii).

Change-Id: I46dc4f4fb3c984210d65fa31af65f570a98f4813
This commit is contained in:
Leo Yuriev 2016-05-10 16:47:17 +03:00
parent 09d7904317
commit e84b420227

4
mdbx.h
View File

@ -31,7 +31,7 @@
When needed drop-in replacement for liblmdb you should: When needed drop-in replacement for liblmdb you should:
- 'make lmdb' to build liblmdb.so and liblmdb.a; - 'make lmdb' to build liblmdb.so and liblmdb.a;
- #include <lmdb.h> and use mdb_* functions; - #include <lmdb.h> and use mdb_* functions;
- linking with liblmdb.so оr liblmdb.a; - linking with liblmdb.so or liblmdb.a;
= This provides nearly full compatibility with = This provides nearly full compatibility with
original LMDB from Symas Corp. original LMDB from Symas Corp.
@ -41,7 +41,7 @@
When exactly the libmdbx is needed, you should: When exactly the libmdbx is needed, you should:
- 'make mdbx' to build libmdbx.so and libmdbx.a; - 'make mdbx' to build libmdbx.so and libmdbx.a;
- #include <mdbx.h> and use mdbx_* functions; - #include <mdbx.h> and use mdbx_* functions;
- linking with libmdbx.so оr libmdbx.a; - linking with libmdbx.so or libmdbx.a;
= This allows using (linking) both MDBX and LMDB = This allows using (linking) both MDBX and LMDB
simultaneously in the one application, for instance simultaneously in the one application, for instance