An access count change is a prerequisite for doing I/O, so
change 'or' to 'and'. Pointed out by: pjd@
This commit is contained in:
parent
a2d7d4d7c6
commit
d8a224e86b
@ -45,7 +45,7 @@ function attaches given consumer
|
||||
to given provider
|
||||
.Fa pp ,
|
||||
thus establishing a communication channel between the consumer and the
|
||||
provider that allows to change access counts or perform I/O operations.
|
||||
provider that allows to change access counts and perform I/O operations.
|
||||
.Pp
|
||||
The
|
||||
.Fn g_detach
|
||||
|
Loading…
Reference in New Issue
Block a user