mdbx-doc: исправление ссылок в описании mdbx_env_set_geometry().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2023-03-17 10:54:40 +03:00
parent 53177e483c
commit da4e2ab254

4
mdbx.h
View File

@ -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 * it is reasonable to know some details in order to make optimal decisions
* when choosing parameters. * when choosing parameters.
* *
* \see mdbx_env_info_ex()
*
* Both \ref mdbx_env_set_geometry() and legacy \ref mdbx_env_set_mapsize() are * Both \ref mdbx_env_set_geometry() and legacy \ref mdbx_env_set_mapsize() are
* inapplicable to read-only opened environment. * 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 * \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 * 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 * 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. * option.
* *
* Legacy \ref mdbx_env_set_mapsize() correspond to calling * Legacy \ref mdbx_env_set_mapsize() correspond to calling