]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/recno.3
Fix redundant formatting macros
[thirdparty/man-pages.git] / man3 / recno.3
index f5bbc42915b536ca5d5bdd76743481dc5a707a5b..57f0507683d4a44ca1856d529385ae05d745c717 100644 (file)
@@ -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