Module Name:    src
Committed By:   jruoho
Date:           Thu Dec 16 11:57:20 UTC 2010

Modified Files:
        src/lib/libc/db/man: hash.3

Log Message:
Fix the references and -offset indent.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/db/man/hash.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/db/man/hash.3
diff -u src/lib/libc/db/man/hash.3:1.13 src/lib/libc/db/man/hash.3:1.14
--- src/lib/libc/db/man/hash.3:1.13	Mon Mar 22 19:30:53 2010
+++ src/lib/libc/db/man/hash.3	Thu Dec 16 11:57:20 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hash.3,v 1.13 2010/03/22 19:30:53 joerg Exp $
+.\"	$NetBSD: hash.3,v 1.14 2010/12/16 11:57:20 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)hash.3	8.6 (Berkeley) 8/18/94
 .\"
-.Dd September 5, 2008
+.Dd December 16, 2010
 .Dt HASH 3
 .Os
 .Sh NAME
@@ -53,8 +53,8 @@
 .Fn dbopen
 is defined in the
 .In db.h
-include file as follows:
-.Bd -literal
+header as follows:
+.Bd -literal -offset indent
 typedef struct {
 	u_int bsize;
 	u_int ffactor;
@@ -152,16 +152,21 @@
 .Xr recno 3
 .Pp
 .Rs
-.%T "Dynamic Hash Tables"
+.%T Dynamic Hash Tables
 .%A Per-Ake Larson
 .%J Communications of the ACM
 .%D April 1988
+.%N Issue 4
+.%V Volume 31
 .Re
 .Rs
-.%T "A New Hash Package for UNIX"
+.%T A New Hash Package for UNIX
 .%A Margo Seltzer
-.%J USENIX Proceedings
-.%D Winter 1991
+.%I USENIX Association
+.%B Proceedings of the 1991 Winter USENIX Technical Conference
+.%D January 1991
+.%P 173-184
+.%U http://www.usenix.org/publications/library/proceedings/seltzer2.pdf
 .Re
 .Sh BUGS
 Only big and little endian byte order is supported.

Reply via email to