summaryrefslogtreecommitdiff
path: root/lib/libc/db/man
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-08-06 10:42:27 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-08-06 10:42:27 +0000
commit1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch)
tree08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/db/man
parentee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff)
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
Diffstat (limited to 'lib/libc/db/man')
-rw-r--r--lib/libc/db/man/dbopen.33
-rw-r--r--lib/libc/db/man/hcreate.34
-rw-r--r--lib/libc/db/man/recno.33
3 files changed, 4 insertions, 6 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index e7f4684d866..9673d5785d2 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.17 2001/06/23 05:57:03 deraadt Exp $
+.\" $OpenBSD: dbopen.3,v 1.18 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -531,7 +531,6 @@ for any of the errors specified for the library routine
.Xr hash 3 ,
.Xr mpool 3 ,
.Xr recno 3
-.Pp
.Rs
.%T "LIBTP: Portable, Modular Transactions for UNIX"
.%A Margo Seltzer
diff --git a/lib/libc/db/man/hcreate.3 b/lib/libc/db/man/hcreate.3
index 6a17ad4ec33..3b26e926ae3 100644
--- a/lib/libc/db/man/hcreate.3
+++ b/lib/libc/db/man/hcreate.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hcreate.3,v 1.1 2001/04/16 00:08:47 millert Exp $
+.\" $OpenBSD: hcreate.3,v 1.2 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: hcreate.3,v 1.2.4.1 2001/03/13 21:19:18 he Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -127,7 +127,6 @@ key must not be modified during the lifetime of the hash table.
Search the hash table without inserting
.Fa item .
.El
-.Pp
.Sh RETURN VALUES
If successful, the
.Fn hcreate
@@ -181,7 +180,6 @@ and
functions conform to
.St -xpg4.2 .
.Sh BUGS
-.Pp
The interface permits the use of only one hash table at a time.
.Sh HISTORY
The
diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3
index e75373de5c2..9f9f95db4f8 100644
--- a/lib/libc/db/man/recno.3
+++ b/lib/libc/db/man/recno.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recno.3,v 1.10 2000/04/18 02:31:36 aaron Exp $
+.\" $OpenBSD: recno.3,v 1.11 2001/08/06 10:42:25 mpech Exp $
.\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -207,6 +207,7 @@ or the following:
.It Bq Er EINVAL
An attempt was made to add a record to a fixed-length database that
was too large to fit.
+.El
.Sh SEE ALSO
.Xr btree 3 ,
.Xr dbopen 3 ,