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/btree.3 | |
| parent | c90511a630beedc0411d800399d216138a9f4875 (diff) | |
| download | man-pages-c8fe3fa2ee4cfb494ee9e94a154cbb7776d98a00.tar.gz | |
ffix
Diffstat (limited to 'man3/btree.3')
| -rw-r--r-- | man3/btree.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/btree.3 b/man3/btree.3 index 414a801629..61d8db9bbe 100644 --- a/man3/btree.3 +++ b/man3/btree.3 @@ -185,7 +185,9 @@ If .I lorder is 0 (no order is specified) the current host order is used. .PP -If the file already exists (and the O_TRUNC flag is not specified), the +If the file already exists (and the +.B O_TRUNC +flag is not specified), the values specified for the parameters flags, lorder and psize are ignored in favor of the values used when the tree was created. .PP |
