From b05eb53f3df94e967b3778adf8b40f69474fc422 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 2 Feb 2022 14:24:29 +0900 Subject: [PATCH] typo: seccompFD -> seccompFd Signed-off-by: Akihiro Suda --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index c8e02a293..37a437f06 100644 --- a/config-linux.md +++ b/config-linux.md @@ -790,7 +790,7 @@ The container process state includes the following properties: * **`metadata`** (string, OPTIONAL) opaque metadata. * **`state`** ([state](runtime.md#state), REQUIRED) is the state of the container. -Example sending a single `seccompFD` file descriptor in the `SCM_RIGHTS` array: +Example sending a single `seccompFd` file descriptor in the `SCM_RIGHTS` array: ```json {