diff --git a/functions/dba.xml b/functions/dba.xml index df9f4d34b4..d108c373b1 100644 --- a/functions/dba.xml +++ b/functions/dba.xml @@ -10,7 +10,7 @@ This is a general abstraction layer for several file-based databases. As such, functionality is limited to a subset of features modern databases - such as Sleepycat Software's DB2 + such as Sleepycat Software's DB2 support. (This is not to be confused with IBM's DB2 software, which is supported through the ODBC functions.) @@ -35,10 +35,10 @@ arbitrary limits of dbm (therefore it is deprecated). - gdbm is the GNU database manager. + gdbm is the GNU database manager. - db2 is Sleepycat Software's DB2. It + db2 is Sleepycat Software's DB2. It is described as "a programmatic toolkit that provides high-performance built-in database support for both standalone and client/server applications." @@ -46,7 +46,7 @@ cdb is "a fast, reliable, lightweight package for creating and reading constant databases." It is from the author of qmail and can be found - here. Since it is constant, we support + here. Since it is constant, we support only reading operations.