We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249d2b8 commit 6794d89Copy full SHA for 6794d89
libraries/liblmdb/lmdb.h
@@ -588,8 +588,8 @@ int mdb_env_create(MDB_env **env);
588
* reserved in that case.
589
* This flag may be changed at any time using #mdb_env_set_flags().
590
* </ul>
591
- * @param[in] mode The UNIX permissions to set on created files. This parameter
592
- * is ignored on Windows.
+ * @param[in] mode The UNIX permissions to set on created files and semaphores.
+ * This parameter is ignored on Windows.
593
* @return A non-zero error value on failure and 0 on success. Some possible
594
* errors are:
595
* <ul>
0 commit comments