diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/man/recno.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index e2d02009a65..5b1c2f2c429 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recno.3,v 1.15 2005/07/17 09:10:36 jaredy Exp $ +.\" $OpenBSD: recno.3,v 1.16 2007/01/25 00:27:34 bluhm Exp $ .\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -160,6 +160,7 @@ file, as if specified as the file name for a of a .Xr btree 3 file. +.El .Pp The data part of the key/data pair used by the recno access method is the same as other access methods. @@ -189,7 +190,6 @@ using the interface to create a new record will cause the creation of multiple, empty records if the record number is more than one greater than the largest record currently in the database. -.El .Sh ERRORS The .Fa recno |