Print this page
12315 errors in section 7i of the manual

@@ -12,11 +12,11 @@
 .\" When distributing Covered Code, include this CDDL HEADER in each
 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
 .\" If applicable, add the following below this CDDL HEADER, with the
 .\" fields enclosed by brackets "[]" replaced with your own identifying
 .\" information: Portions Copyright [yyyy] [name of copyright owner]
-.Dd August 31, 2018
+.Dd February 17, 2020
 .Dt MTIO 7I
 .Os
 .Sh NAME
 .Nm mtio
 .Nd general magnetic tape interface

@@ -164,11 +164,11 @@
 .Pp
 The
 .Sx Read Operation
 and
 .Sx Write Operation
-subsections contain more pertinent information reguarding persistent error handling.
+subsections contain more pertinent information regarding persistent error handling.
 .Ss "Read Operation"
 The
 .Xr read 2
 function reads the next record on the tape.
 The record size is passed back as the number of bytes read, provided it is not

@@ -199,11 +199,11 @@
 errors until the
 .Dv MTIOCLRERR
 ioctl is issued.
 An
 .Dv MTFSF
-ioctl can then he issued.
+ioctl can then be issued.
 .Pp
 Two successful successive reads that both return zero byte counts indicate
 .Sy EOM
 on the tape.
 No further reading should be performed past the

@@ -1080,11 +1080,11 @@
 ioctl enables or disables support for reading
 past double EOF marks which otherwise indicate End-Of-recorded-media (EOM) in
 the case of 1/2\(dq reel tape drives.
 As an argument, it takes a pointer to an integer.
 If 0 (zero) is the specified integer, then double EOF marks indicate
-End-Of-recodred-media (EOD).
+End-Of-recorded-media (EOD).
 If 1 is the specified integer, the double EOF marks no longer indicate EOM,
 thus allowing applications to read past two EOF marks.
 In this case it is the responsibility of the application to detect
 end-of-recorded-media (EOM).
 The specified tape behavior will be in effect until the device is closed.