diff options
Diffstat (limited to 'db/docs/api_c/db_fd.html')
-rw-r--r-- | db/docs/api_c/db_fd.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/db/docs/api_c/db_fd.html b/db/docs/api_c/db_fd.html index 78163e0e2..1ecd5c46e 100644 --- a/db/docs/api_c/db_fd.html +++ b/db/docs/api_c/db_fd.html @@ -1,23 +1,22 @@ <!--$Id: db_fd.so,v 10.30 2003/10/31 15:17:43 bostic Exp $--> -<!--Copyright 1997-2003 by Sleepycat Software, Inc.--> +<!--Copyright 1997-2004 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: DB->fd</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> -<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> +<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> -<a name="2"><!--meow--></a> <table width="100%"><tr valign=top> <td> <h3>DB->fd</h3> </td> <td align=right> <a href="../api_c/api_index.html"><img src="../images/api.gif" alt="API"></a> -<a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a> -</td></tr></table> +<a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a></td> +</tr></table> <hr size=1 noshade> <tt> <h3><pre> @@ -43,9 +42,8 @@ returns a non-zero error value on failure and 0 on success. </p> <h3>Parameters</h3> -<p><dl compact> -<p><dt><b>fdp</b><dd> -The <b>fdp</b> parameter references memory into which +<dl compact> +<dt><b>fdp</b><dd>The <b>fdp</b> parameter references memory into which the current file descriptor is copied. </dl> <hr size=1 noshade> @@ -57,6 +55,6 @@ The <b>fdp</b> parameter references memory into which <table width="100%"><tr><td><br></td><td align=right> <a href="../api_c/api_index.html"><img src="../images/api.gif" alt="API"></a><a href="../ref/toc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> -<p><font size=1><a href="../sleepycat/legal.html">Copyright (c) 1996-2003</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font> +<p><font size=1><a href="../sleepycat/legal.html">Copyright (c) 1996-2004</a> <a href="http://www.sleepycat.com">Sleepycat Software, Inc.</a> - All rights reserved.</font> </body> </html> |