From da4e2ab254210e372042cceb736fba0519657c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Fri, 17 Mar 2023 10:54:40 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-doc:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=B2=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20`mdbx=5Fenv=5Fset=5Fgeometry()`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdbx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index 08542765..cc422981 100644 --- a/mdbx.h +++ b/mdbx.h @@ -3057,6 +3057,8 @@ LIBMDBX_API int mdbx_env_get_fd(const MDBX_env *env, mdbx_filehandle_t *fd); * it is reasonable to know some details in order to make optimal decisions * when choosing parameters. * + * \see mdbx_env_info_ex() + * * Both \ref mdbx_env_set_geometry() and legacy \ref mdbx_env_set_mapsize() are * inapplicable to read-only opened environment. * @@ -3166,7 +3168,7 @@ LIBMDBX_API int mdbx_env_get_fd(const MDBX_env *env, mdbx_filehandle_t *fd); * \note Actual values may be different than your have specified because of * rounding to specified database page size, the system page size and/or the * size of the system virtual memory management unit. You can get actual values - * by \ref mdbx_env_sync_ex() or see by using the tool `mdbx_chk` with the `-v` + * by \ref mdbx_env_info_ex() or see by using the tool `mdbx_chk` with the `-v` * option. * * Legacy \ref mdbx_env_set_mapsize() correspond to calling