diff options
Diffstat (limited to 'docs/programmer_reference/preface.html')
| -rw-r--r-- | docs/programmer_reference/preface.html | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/docs/programmer_reference/preface.html b/docs/programmer_reference/preface.html index 2815d535..ae2c8b38 100644 --- a/docs/programmer_reference/preface.html +++ b/docs/programmer_reference/preface.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> @@ -62,15 +62,15 @@ </dd> </dl> </div> + <p> + Welcome to Berkeley DB (DB). This document provides an + introduction and usage notes for skilled programmers who wish + to use the Berkeley DB APIs. + </p> <p> - Welcome to Berkeley DB (DB). This document provides an - introduction and usage notes for skilled programmers who wish - to use the Berkeley DB APIs. - </p> - <p> - This document reflects Berkeley DB 11<span class="emphasis"><em>g</em></span> Release 2, which - provides DB library version 11.2.5.3. - </p> + This document reflects Berkeley DB 12<span class="emphasis"><em>c</em></span> Release 1, which provides + DB library version 12.1.6.1. + </p> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> @@ -79,23 +79,27 @@ </div> </div> </div> - <p> - The following typographical conventions are used within in this manual: - </p> - <p> - Structure names are represented in <code class="classname">monospaced font</code>, as are - <code class="methodname">method names</code>. For example: - "<code class="methodname">DB->open()</code> is a method - on a <code class="classname">DB</code> handle." - </p> - <p> - Variable or non-literal text is presented in <span class="emphasis"><em>italics</em></span>. For example: - "Go to your <span class="emphasis"><em>DB_INSTALL</em></span> directory." - </p> - <p> - Program examples are displayed in a <code class="classname">monospaced font</code> on a shaded background. - For example: - </p> + <p> + The following typographical conventions are used within + in this manual: + </p> + <p> + Structure names are represented in + <code class="classname">monospaced font</code>, as are + <code class="methodname">method names</code>. For example: + "<code class="methodname">DB->open()</code> is a method on + a <code class="classname">DB</code> handle." + </p> + <p> + Variable or non-literal text is presented in + <span class="emphasis"><em>italics</em></span>. For example: "Go to your + <span class="emphasis"><em>DB_INSTALL</em></span> directory." + </p> + <p> + Program examples are displayed in a + <code class="classname">monospaced font</code> on a shaded + background. For example: + </p> <pre class="programlisting">/* File: gettingstarted_common.h */ typedef struct stock_dbs { DB *inventory_dbp; /* Database containing inventory information */ @@ -107,10 +111,10 @@ typedef struct stock_dbs { } STOCK_DBS; </pre> <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"> <h3 class="title">Note</h3> - <p> - Finally, notes of interest are represented using a note block such - as this. - </p> + <p> + Finally, notes of interest are represented using a + note block such as this. + </p> </div> </div> </div> |
