Skip to content

Commit 984e162

Browse files
committed
Fix style
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent c26b218 commit 984e162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,8 @@ If more than one `sendmsg(2)` is used, the file descriptors MUST be sent only in
714714
The container process state includes the following properties:
715715

716716
* **`ociVersion`** (string, REQUIRED) is version of the Open Container Initiative Runtime Specification with which the container process state complies.
717-
* **`fds`** (array, OPTIONAL) is a string array containing the names of the file descriptors passed. The index of the name in this array corresponds to index of the file descriptor the `SCM_RIGHTS` array.
717+
* **`fds`** (array, OPTIONAL) is a string array containing the names of the file descriptors passed.
718+
The index of the name in this array corresponds to index of the file descriptors in the `SCM_RIGHTS` array.
718719
* **`pid`** (int, REQUIRED) is the container process ID, as seen by the runtime.
719720
* **`metadata`** (string, OPTIONAL) opaque metadata.
720721
* **`state`** ([state](runtime.md#state), REQUIRED) is the state of the container.

0 commit comments

Comments
 (0)