Skip to content

Commit 6794d89

Browse files
committed
Clarify mdb_env_open() doc of 'mode' param
1 parent 249d2b8 commit 6794d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/liblmdb/lmdb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ int mdb_env_create(MDB_env **env);
588588
* reserved in that case.
589589
* This flag may be changed at any time using #mdb_env_set_flags().
590590
* </ul>
591-
* @param[in] mode The UNIX permissions to set on created files. This parameter
592-
* is ignored on Windows.
591+
* @param[in] mode The UNIX permissions to set on created files and semaphores.
592+
* This parameter is ignored on Windows.
593593
* @return A non-zero error value on failure and 0 on success. Some possible
594594
* errors are:
595595
* <ul>

0 commit comments

Comments
 (0)