mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Clarify mdb_env_open() doc of 'mode' param
This commit is contained in:
parent
579ad14d7c
commit
68f64aa104
1 changed files with 2 additions and 2 deletions
|
|
@ -595,8 +595,8 @@ int mdb_env_create(MDB_env **env);
|
|||
* reserved in that case.
|
||||
* This flag may be changed at any time using #mdb_env_set_flags().
|
||||
* </ul>
|
||||
* @param[in] mode The UNIX permissions to set on created files. This parameter
|
||||
* is ignored on Windows.
|
||||
* @param[in] mode The UNIX permissions to set on created files and semaphores.
|
||||
* This parameter is ignored on Windows.
|
||||
* @return A non-zero error value on failure and 0 on success. Some possible
|
||||
* errors are:
|
||||
* <ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue