mdbx: clarify the mdbx_env_open()'s pathname parameter description.

Change-Id: I1afafe621b2047abe4af02d37d51142a94abb982
This commit is contained in:
Leonid Yuriev 2020-10-09 17:39:21 +03:00
parent 9bf7d53dc2
commit c4e3b95301

5
mdbx.h
View File

@ -1737,8 +1737,9 @@ LIBMDBX_API int mdbx_env_create(MDBX_env **penv);
* \param [in] env An environment handle returned * \param [in] env An environment handle returned
* by \ref mdbx_env_create() * by \ref mdbx_env_create()
* *
* \param [in] pathname The directory in which the database files reside. * \param [in] pathname The pathname for the database or the directory in which
* This directory must already exist and be writable. * the database files reside. In the case of directory it
* must already exist and be writable.
* *
* \param [in] flags Special options for this environment. This parameter * \param [in] flags Special options for this environment. This parameter
* must be set to 0 or by bitwise OR'ing together one * must be set to 0 or by bitwise OR'ing together one