Skip to content

Commit 5cb64f9

Browse files
committed
Fix syntax in Seccomp's errnoRet description
Signed-off-by: z63d <[email protected]>
1 parent a5b0116 commit 5cb64f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ The following parameters can be specified to set up seccomp:
794794
* **`errnoRet`** *(uint, OPTIONAL)* - the errno return code to use.
795795
Some actions like `SCMP_ACT_ERRNO` and `SCMP_ACT_TRACE` allow to specify the errno code to return.
796796
When the action doesn't support an errno, the runtime MUST print and error and fail.
797-
If not specified its default value is `EPERM`.
797+
If not specified then its default value is `EPERM`.
798798

799799
* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
800800
Each entry has the following structure:

0 commit comments

Comments
 (0)