Skip to content

Commit 4e31d06

Browse files
drakenclimberpcmoore
authored andcommitted
doc: Add seccomp_transaction_start.3 to Makefile.am
The transaction documentation was added in commit 72b0132 ("api: add transaction support to the libseccomp API"), but we forgot to add the newly added transactions doc to the Makefile. This commit adds it. Fixes: 72b0132 ("api: add transaction support to the libseccomp API") Fixes: Github Issue #463 Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 18e4955 commit 4e31d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dist_man3_MANS = \
5151
man/man3/seccomp_syscall_resolve_name_arch.3 \
5252
man/man3/seccomp_syscall_resolve_name_rewrite.3 \
5353
man/man3/seccomp_syscall_resolve_num_arch.3 \
54+
man/man3/seccomp_transaction_start.3 \
5455
man/man3/seccomp_version.3 \
5556
man/man3/seccomp_api_get.3 \
5657
man/man3/seccomp_api_set.3

0 commit comments

Comments
 (0)