Skip to content

Commit 7c3f80d

Browse files
kolyshkinpcmoore
authored andcommitted
doc: mention EINVAL in seccomp_transaction_start(3)
Document the fact that both seccomp_transaction_start and seccomp_transaction_commit can return -EINVAL when ctx is invalid. Signed-off-by: Kir Kolyshkin <[email protected]> Reviewed-by: Tom Hromatka <[email protected]> Signed-off-by: Paul Moore <[email protected]> (imported from commit 600b168)
1 parent 2f0f3b0 commit 7c3f80d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/man/man3/seccomp_transaction_start.3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ and
6060
functions return zero on success or one of the following error codes on
6161
failure:
6262
.TP
63+
.B -EINVAL
64+
The context is invalid.
65+
.TP
6366
.B -ENOMEM
6467
The library was unable to allocate enough memory.
6568
.\" //////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)