ruby-changes:22192
From: akr <ko1@a...>
Date: Mon, 9 Jan 2012 14:10:09 +0900 (JST)
Subject: [ruby-changes:22192] akr:r34241 (trunk): update doc.
akr 2012-01-09 14:09:57 +0900 (Mon, 09 Jan 2012) New Revision: 34241 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34241 Log: update doc. Modified files: trunk/ext/dbm/dbm.c Index: ext/dbm/dbm.c =================================================================== --- ext/dbm/dbm.c (revision 34240) +++ ext/dbm/dbm.c (revision 34241) @@ -961,8 +961,9 @@ * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/