Bundle libseccomp 2.3.1
[linux-seccomp.git] / libseccomp / doc / Makefile.am
CommitLineData
8befd5cc
MG
1####
2# Seccomp Library Documentation
3#
4
5#
6# This library is free software; you can redistribute it and/or modify it
7# under the terms of version 2.1 of the GNU Lesser General Public License
8# as published by the Free Software Foundation.
9#
10# This library is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
13# General Public License for more details.
14#
15# You should have received a copy of the GNU Lesser General Public License
16# along with this library; if not, see <http://www.gnu.org/licenses>.
17#
18
19dist_man1_MANS = \
20 man/man1/scmp_sys_resolver.1
21
22dist_man3_MANS = \
23 man/man3/seccomp_arch_add.3 \
24 man/man3/seccomp_arch_exist.3 \
25 man/man3/seccomp_arch_native.3 \
26 man/man3/seccomp_arch_remove.3 \
27 man/man3/seccomp_arch_resolve_name.3 \
28 man/man3/seccomp_attr_get.3 \
29 man/man3/seccomp_attr_set.3 \
30 man/man3/seccomp_export_bpf.3 \
31 man/man3/seccomp_export_pfc.3 \
32 man/man3/seccomp_init.3 \
33 man/man3/seccomp_load.3 \
34 man/man3/seccomp_merge.3 \
35 man/man3/seccomp_release.3 \
36 man/man3/seccomp_reset.3 \
37 man/man3/seccomp_rule_add.3 \
38 man/man3/seccomp_rule_add_array.3 \
39 man/man3/seccomp_rule_add_exact.3 \
40 man/man3/seccomp_rule_add_exact_array.3 \
41 man/man3/seccomp_syscall_priority.3 \
42 man/man3/seccomp_syscall_resolve_name.3 \
43 man/man3/seccomp_syscall_resolve_name_arch.3 \
44 man/man3/seccomp_syscall_resolve_name_rewrite.3 \
45 man/man3/seccomp_syscall_resolve_num_arch.3 \
46 man/man3/seccomp_version.3
This page took 0.01132 seconds and 4 git commands to generate.