From c4e3b9530182956e940efdcfc19eba43678b688e Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Fri, 9 Oct 2020 17:39:21 +0300 Subject: [PATCH] mdbx: clarify the `mdbx_env_open()`'s `pathname` parameter description. Change-Id: I1afafe621b2047abe4af02d37d51142a94abb982 --- mdbx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mdbx.h b/mdbx.h index 982f5973..a4282474 100644 --- a/mdbx.h +++ b/mdbx.h @@ -1737,8 +1737,9 @@ LIBMDBX_API int mdbx_env_create(MDBX_env **penv); * \param [in] env An environment handle returned * by \ref mdbx_env_create() * - * \param [in] pathname The directory in which the database files reside. - * This directory must already exist and be writable. + * \param [in] pathname The pathname for the database or the directory in which + * 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 * must be set to 0 or by bitwise OR'ing together one