Skip to content

Commit b40340b

Browse files
committed
update
1 parent 1bac654 commit b40340b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/software/container-engine/resource-hook.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,16 @@ The hook is activated by setting the `com.hooks.cxi.enabled` annotation, which
169169
4194304 23925.61
170170
```
171171

172-
!!! tip "How to check if the CXI provider is working correctly"
172+
!!! tip "How to check if the CXI provider is available"
173173

174-
You can check if the CXI provider works correctly using the following command
174+
You can check if the CXI provider is available using the following command
175175
(within the container):
176176

177177
```bash
178178
fi_info -p cxi
179179
```
180180

181-
??? example "CXI provider working"
181+
??? example "CXI provider available"
182182
```console
183183
$ fi_info -p cxi
184184
provider: cxi
@@ -189,7 +189,7 @@ The hook is activated by setting the `com.hooks.cxi.enabled` annotation, which
189189
protocol: FI_PROTO_CXI
190190
```
191191

192-
??? example "CXI provider not working"
192+
??? example "CXI provider not available"
193193
```console
194194
$ fi_info -p cxi
195195
fi_getinfo: -61 (No data available)

0 commit comments

Comments
 (0)