Deleted Added
full compact
recno.3 (119893) recno.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.\" @(#)recno.3 8.5 (Berkeley) 8/18/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.\" @(#)recno.3 8.5 (Berkeley) 8/18/94
33.\" $FreeBSD: head/lib/libc/db/man/recno.3 119893 2003-09-08 19:57:22Z ru $
33.\" $FreeBSD: head/lib/libc/db/man/recno.3 131504 2004-07-02 23:52:20Z ru $
34.\"
35.Dd August 18, 1994
36.Dt RECNO 3
37.Os
38.Sh NAME
39.Nm recno
40.Nd "record number database access method"
41.Sh SYNOPSIS

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

185the implementation.
186The
187.Va size
188field of the key should be the size of that type.
189.Pp
190Because there can be no meta-data associated with the underlying
191.Nm
192access method files, any changes made to the default values
34.\"
35.Dd August 18, 1994
36.Dt RECNO 3
37.Os
38.Sh NAME
39.Nm recno
40.Nd "record number database access method"
41.Sh SYNOPSIS

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

185the implementation.
186The
187.Va size
188field of the key should be the size of that type.
189.Pp
190Because there can be no meta-data associated with the underlying
191.Nm
192access method files, any changes made to the default values
193(e.g. fixed record length or byte separator value) must be explicitly
193(e.g.\& fixed record length or byte separator value) must be explicitly
194specified each time the file is opened.
195.Pp
196In the interface specified by
197.Fn dbopen ,
198using the
199.Va put
200interface to create a new record will cause the creation of multiple,
201empty records if the record number is more than one greater than the

--- 31 unchanged lines hidden ---
194specified each time the file is opened.
195.Pp
196In the interface specified by
197.Fn dbopen ,
198using the
199.Va put
200interface to create a new record will cause the creation of multiple,
201empty records if the record number is more than one greater than the

--- 31 unchanged lines hidden ---