From f119915f5139a33273363c64ca1f3862f171e71c Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 11 Feb 2012 12:05:57 +0000 Subject: update doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c index fbb8bdf869..cadc46446c 100644 --- a/ext/dbm/dbm.c +++ b/ext/dbm/dbm.c @@ -967,7 +967,7 @@ fdbm_reject(VALUE obj) * - {Berkeley DB}[http://en.wikipedia.org/wiki/Berkeley_DB] versions * 1 thru 5, also known as BDB and Sleepycat DB, now owned by Oracle * Corporation. - * - Berkeley DB 1.x, still found in FreeBSD and OpenBSD. + * - Berkeley DB 1.x, still found in 4.4BSD derivatives (FreeBSD, OpenBSD, etc). * - {gdbm}[http://www.gnu.org/software/gdbm/], the GNU implementation of dbm. * - {qdbm}[http://fallabs.com/qdbm/index.html], another open source * reimplementation of dbm. -- cgit v1.2.3