st.4: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 05:55:42 +01:00
parent 14268ff3ac
commit c3235368bc
1 changed files with 2 additions and 2 deletions

View File

@ -512,7 +512,7 @@ all read operations must be for a multiple of the block size.
.BR MT_ST_TWO_FM " (Default: false)"
This option modifies the driver behavior when a file is closed.
The normal action is to write a single filemark.
If the option is true the driver will write two filemarks and
If the option is true, the driver will write two filemarks and
backspace over the second one.
.IP
Note:
@ -540,7 +540,7 @@ lose track of the current file number normally returned by the
request.
If
.B MT_ST_FAST_EOM
is false the driver will respond to an
is false, the driver will respond to an
.B MTEOM
request by forward spacing over files.
.TP