]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/recno.3
Fix redundant formatting macros
[thirdparty/man-pages.git] / man3 / recno.3
index 0e14452c0f5a7288d7e05423c814541d2dadeecc..57f0507683d4a44ca1856d529385ae05d745c717 100644 (file)
@@ -31,7 +31,7 @@
 .\"
 .\"    @(#)recno.3     8.5 (Berkeley) 8/18/94
 .\"
-.TH RECNO 3 1994-08-18
+.TH RECNO 3 1994-08-18 "" "Linux Programmer's Manual"
 .UC 7
 .SH NAME
 recno \- record number database access method
@@ -44,7 +44,7 @@ recno \- record number database access method
 .fi
 .SH DESCRIPTION
 The routine
-.IR dbopen
+.I dbopen
 is the library interface to database files.
 One of the supported file formats is record number files.
 The general description of the database access methods is in
@@ -175,7 +175,7 @@ field of the key should be the size of that type.
 .PP
 Because there can be no meta-data associated with the underlying
 recno access method files, any changes made to the default values
-(e.g. fixed record length or byte separator value) must be explicitly
+(e.g., fixed record length or byte separator value) must be explicitly
 specified each time the file is opened.
 .PP
 In the interface specified by