diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
| commit | e1d6264d9feaed449e70f288ebdd40d8abae818c (patch) | |
| tree | c3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man3/btree.3 | |
| parent | f8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff) | |
| download | man-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz | |
Manual fixes for parentheses formatting
Diffstat (limited to 'man3/btree.3')
| -rw-r--r-- | man3/btree.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/btree.3 b/man3/btree.3 index 40705d9a70..b093f47618 100644 --- a/man3/btree.3 +++ b/man3/btree.3 @@ -44,7 +44,7 @@ btree \- btree database access method .fi .SH DESCRIPTION The routine -.IR dbopen +.IR dbopen () is the library interface to database files. One of the supported file formats is btree files. The general description of the database access methods is in @@ -55,7 +55,7 @@ The btree data structure is a sorted, balanced tree structure storing associated key/data pairs. .PP The btree access method specific data structure provided to -.I dbopen +.IR dbopen () is defined in the <db.h> include file as follows: .PP typedef struct { |
