Deleted Added
full compact
dbopen.3 (119893) dbopen.3 (131504)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94
33.\" $FreeBSD: head/lib/libc/db/man/dbopen.3 119893 2003-09-08 19:57:22Z ru $
33.\" $FreeBSD: head/lib/libc/db/man/dbopen.3 131504 2004-07-02 23:52:20Z ru $
34.\"
35.Dd January 2, 1994
36.Dt DBOPEN 3
37.Os
38.Sh NAME
39.Nm dbopen
40.Nd "database access methods"
41.Sh SYNOPSIS

--- 288 unchanged lines hidden (view full) ---

330is not affected by calls to the
331.Va del ,
332.Va get ,
333.Va put ,
334or
335.Va sync
336routines.
337Modifications to the database during a sequential scan will be reflected
34.\"
35.Dd January 2, 1994
36.Dt DBOPEN 3
37.Os
38.Sh NAME
39.Nm dbopen
40.Nd "database access methods"
41.Sh SYNOPSIS

--- 288 unchanged lines hidden (view full) ---

330is not affected by calls to the
331.Va del ,
332.Va get ,
333.Va put ,
334or
335.Va sync
336routines.
337Modifications to the database during a sequential scan will be reflected
338in the scan, i.e. records inserted behind the cursor will not be returned
338in the scan, i.e., records inserted behind the cursor will not be returned
339while records inserted in front of the cursor will be returned.
340.Pp
341The
342.Fa flags
343argument
344.Em must
345be set to one of the following values:
346.Bl -tag -width indent

--- 204 unchanged lines hidden ---
339while records inserted in front of the cursor will be returned.
340.Pp
341The
342.Fa flags
343argument
344.Em must
345be set to one of the following values:
346.Bl -tag -width indent

--- 204 unchanged lines hidden ---