mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5335b4b608
commit
a408b64c62
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue