summaryrefslogtreecommitdiff
path: root/docs/programmer_reference/program_compatible.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/programmer_reference/program_compatible.html')
-rw-r--r--docs/programmer_reference/program_compatible.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/programmer_reference/program_compatible.html b/docs/programmer_reference/program_compatible.html
index 5dc688d1..1d24d081 100644
--- a/docs/programmer_reference/program_compatible.html
+++ b/docs/programmer_reference/program_compatible.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -22,9 +22,7 @@
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="program_copy.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 15. 
- Programmer Notes
- </th>
+ <th width="60%" align="center">Chapter 15.  Programmer Notes </th>
<td width="20%" align="right"> <a accesskey="n" href="program_runtime.html">Next</a></td>
</tr>
</table>
@@ -39,19 +37,21 @@
</div>
</div>
<p>
- The Berkeley DB version 2 library provides backward-compatible
- interfaces for the historic UNIX <a href="../api_reference/C/dbm.html" class="olink">dbm</a>, <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> and <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a>
- interfaces. It also provides a backward-compatible interface for the
- historic Berkeley DB 1.85 release.
-</p>
+ The Berkeley DB version 2 library provides
+ backward-compatible interfaces for the historic UNIX <a href="../api_reference/C/dbm.html" class="olink">dbm</a>,
+ <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> and <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> interfaces. It also provides a
+ backward-compatible interface for the historic Berkeley DB
+ 1.85 release.
+ </p>
<p>
- Berkeley DB version 2 does not provide database compatibility for any
- of the previous interfaces, and existing databases must be converted
- manually. To convert existing databases from the Berkeley DB 1.85
- format to the Berkeley DB version 2 format, review the <a href="../api_reference/C/db_dump.html" class="olink">db_dump185</a> utility and
- the <a href="../api_reference/C/db_load.html" class="olink">db_load</a> utility information. No utilities are provided to convert UNIX
- <a href="../api_reference/C/dbm.html" class="olink">dbm</a>, <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> or <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> databases.
-</p>
+ Berkeley DB version 2 does not provide database
+ compatibility for any of the previous interfaces, and existing
+ databases must be converted manually. To convert existing
+ databases from the Berkeley DB 1.85 format to the Berkeley DB
+ version 2 format, review the <a href="../api_reference/C/db_dump.html" class="olink">db_dump185</a> utility and the <a href="../api_reference/C/db_load.html" class="olink">db_load</a> utility
+ information. No utilities are provided to convert UNIX <a href="../api_reference/C/dbm.html" class="olink">dbm</a>,
+ <a href="../api_reference/C/dbm.html" class="olink">ndbm</a> or <a href="../api_reference/C/hsearch.html" class="olink">hsearch</a> databases.
+ </p>
</div>
<div class="navfooter">
<hr />