diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/blkdebug.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/blkdebug.txt b/docs/blkdebug.txt index 5dde07234f..cba1186f12 100644 --- a/docs/blkdebug.txt +++ b/docs/blkdebug.txt @@ -70,10 +70,10 @@ Rules support the following attributes: once - (optional, default "off") only execute this action on the first matching request - immediately - (optional, default "off") return a NULL BlockDriverAIOCB - pointer and fail without an errno instead. This exercises the - code path where BlockDriverAIOCB fails and the caller's - BlockDriverCompletionFunc is not invoked. + immediately - (optional, default "off") return a NULL BlockAIOCB + pointer and fail without an errno instead. This + exercises the code path where BlockAIOCB fails and the + caller's BlockDriverCompletionFunc is not invoked. Events ------ |