Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2010 07:45:43 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r206394 - stable/7/lib/libc/db/man
Message-ID:  <201004080745.o387jhMc054710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Thu Apr  8 07:45:42 2010
New Revision: 206394
URL: http://svn.freebsd.org/changeset/base/206394

Log:
  MFC r206177: hash.3: fix a factual mistake in the man page

Modified:
  stable/7/lib/libc/db/man/hash.3
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/db/man/hash.3
==============================================================================
--- stable/7/lib/libc/db/man/hash.3	Thu Apr  8 07:43:15 2010	(r206393)
+++ stable/7/lib/libc/db/man/hash.3	Thu Apr  8 07:45:42 2010	(r206394)
@@ -78,7 +78,7 @@ The
 element
 defines the
 .Nm
-table bucket size, and is, by default, 256 bytes.
+table bucket size, and is, by default, 4096 bytes.
 It may be preferable to increase the page size for disk-resident tables
 and tables with large data items.
 .It Va ffactor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004080745.o387jhMc054710>