From a408b64c6205198135e90ac4c23c632828737be1 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 9 Jan 2012 05:09:57 +0000 Subject: update doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dbm/dbm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/dbm/dbm.c') diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c index 6cfd3743fa..d9a5009764 100644 --- a/ext/dbm/dbm.c +++ b/ext/dbm/dbm.c @@ -961,8 +961,9 @@ fdbm_reject(VALUE obj) * The exact library used depends on how Ruby was compiled. It could be any * of the following: * - * - The original ndbm is released in 4.3BSD. - * It is based on dbm in Unix Version 7 but has different API. + * - The original ndbm library is released in 4.3BSD. + * It is based on dbm library in Unix Version 7 but has different API to + * support multiple databases in a process. * - {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. -- cgit v1.2.3