aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dbm/dbm.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-09 05:09:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-09 05:09:57 +0000
commita408b64c6205198135e90ac4c23c632828737be1 (patch)
tree332095a4719756086d117032adb3c88bd2232d44 /ext/dbm/dbm.c
parent5335b4b608405efe33ca09c359988e8cd0bc87ee (diff)
downloadruby-a408b64c6205198135e90ac4c23c632828737be1.tar.gz
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm/dbm.c')
-rw-r--r--ext/dbm/dbm.c5
1 files changed, 3 insertions, 2 deletions
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.