st.4: s/logical OR/bitwise OR/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-26 11:33:10 +02:00
parent b7d6564bc2
commit 87f6d861fa
1 changed files with 2 additions and 2 deletions

View File

@ -447,7 +447,7 @@ To control the write threshold the value in
.I mt_count .I mt_count
must include the constant must include the constant
.BR MT_ST_WRITE_THRESHOLD .BR MT_ST_WRITE_THRESHOLD
logically ORed with a block count in the low 28 bits. bitwise ORed with a block count in the low 28 bits.
The block count refers to 1024-byte blocks, not the physical block The block count refers to 1024-byte blocks, not the physical block
size on the tape. size on the tape.
The threshold cannot exceed the driver's internal buffer size (see The threshold cannot exceed the driver's internal buffer size (see
@ -462,7 +462,7 @@ must include one of the constants
.BR MT_ST_CLEARBOOLEANS , .BR MT_ST_CLEARBOOLEANS ,
or or
.BR MT_ST_DEFBOOLEANS .BR MT_ST_DEFBOOLEANS
logically or'ed with bitwise ORed with
whatever combination of the following options is desired. whatever combination of the following options is desired.
Using Using
.BR MT_ST_BOOLEANS .BR MT_ST_BOOLEANS