summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-10-17 22:25:08 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-10-17 22:25:08 +0000
commit5856c9947a9bca393056fb5724fd4e0e8012742d (patch)
treed873e786f0359bf24ae5e17decb08be33b09604e /lib/libc
parent6cd47be411c589908d898d11f56abe850fe83cab (diff)
trivial sync of the first sentence of the DESCRIPTION
with btree(3) and recno(3); from jean-philippe at ouellet dot biz
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/db/man/hash.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3
index b5ada8331ec..e7a3173c005 100644
--- a/lib/libc/db/man/hash.3
+++ b/lib/libc/db/man/hash.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hash.3,v 1.17 2014/01/21 03:15:45 schwarze Exp $
+.\" $OpenBSD: hash.3,v 1.18 2014/10/17 22:25:07 schwarze Exp $
.\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)hash.3 8.6 (Berkeley) 8/18/94
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: October 17 2014 $
.Dt HASH 3
.Os
.Sh NAME
@@ -42,9 +42,9 @@
.In sys/types.h
.In db.h
.Sh DESCRIPTION
-The routine
+The
.Fn dbopen
-is the library interface to database files.
+routine is the library interface to database files.
One of the supported file formats is hash files.
The general description of the database access methods is in
.Xr dbopen 3 .