diff options
Diffstat (limited to 'man3/dbopen.3')
| -rw-r--r-- | man3/dbopen.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3 index 99ca326162..1a6bc3bfbb 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -74,7 +74,9 @@ and arguments are as specified to the .BR open (2) routine, however, only the O_CREAT, O_EXCL, O_EXLOCK, O_NONBLOCK, -O_RDONLY, O_RDWR, O_SHLOCK and O_TRUNC flags are meaningful. +O_RDONLY, O_RDWR, O_SHLOCK and +.B O_TRUNC +flags are meaningful. (Note, opening a database file O_WRONLY is not possible.) .\"Three additional options may be specified by .\".IR or 'ing |
