Clarify mdb_env_open() doc of 'mode' param

vl32b
Hallvard Furuseth 10 years ago
parent 579ad14d7c
commit 68f64aa104
  1. 4
      libraries/liblmdb/lmdb.h

@ -595,8 +595,8 @@ int mdb_env_create(MDB_env **env);
* reserved in that case. * reserved in that case.
* This flag may be changed at any time using #mdb_env_set_flags(). * This flag may be changed at any time using #mdb_env_set_flags().
* </ul> * </ul>
* @param[in] mode The UNIX permissions to set on created files. This parameter * @param[in] mode The UNIX permissions to set on created files and semaphores.
* is ignored on Windows. * This parameter is ignored on Windows.
* @return A non-zero error value on failure and 0 on success. Some possible * @return A non-zero error value on failure and 0 on success. Some possible
* errors are: * errors are:
* <ul> * <ul>

Loading…
Cancel
Save