diff options
Diffstat (limited to 'lib/libc/db/man/btree.3')
-rw-r--r-- | lib/libc/db/man/btree.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index 8b89622734d..2e0f7dafecf 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btree.3,v 1.20 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: btree.3,v 1.21 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)btree.3 8.4 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BTREE 3 .Os .Sh NAME @@ -56,7 +56,7 @@ associated key/data pairs. The btree access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { |