Removed all avoidable references to the U word (comments excepted).
[unix-history] / lib / libc / db / man / dbopen.3
index 0e2bfb8..fbfabad 100644 (file)
@@ -29,9 +29,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    @(#)dbopen.3    8.4 (Berkeley) 9/13/93
+.\"    @(#)dbopen.3    8.5 (Berkeley) 1/2/94
 .\"
 .\"
-.TH DBOPEN 3 "September 13, 1993"
+.TH DBOPEN 3 "January 2, 1994"
 .UC 7
 .SH NAME
 dbopen \- database access methods
 .UC 7
 .SH NAME
 dbopen \- database access methods
@@ -51,7 +51,7 @@ const void *openinfo);
 .SH DESCRIPTION
 .IR Dbopen
 is the library interface to database files.
 .SH DESCRIPTION
 .IR Dbopen
 is the library interface to database files.
-The supported file formats are btree, hashed and UNIX file oriented.
+The supported file formats are btree, hashed and flat-file oriented.
 The btree format is a representation of a sorted, balanced tree structure.
 The hashed format is an extensible, dynamic hashing scheme.
 The flat-file format is a byte stream file with fixed or variable length
 The btree format is a representation of a sorted, balanced tree structure.
 The hashed format is an extensible, dynamic hashing scheme.
 The flat-file format is a byte stream file with fixed or variable length
@@ -187,7 +187,7 @@ processes which call
 with the same
 .I file
 name.
 with the same
 .I file
 name.
-This file descriptor may be safely used as a argument to the
+This file descriptor may be safely used as an argument to the
 .IR fcntl (2)
 and
 .IR flock (2)
 .IR fcntl (2)
 and
 .IR flock (2)