diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:09:13 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-22 18:09:13 +0000 |
| commit | c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00 (patch) | |
| tree | d1d2ad8e63db3576c278d071cec33cf56a561d92 /man3/dbopen.3 | |
| parent | c90511a630beedc0411d800399d216138a9f4875 (diff) | |
| download | man-pages-c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00.tar.gz | |
ffix
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 |
