summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRodrigo Campos <rodrigo@kinvolk.io>2020-11-16 14:21:19 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2020-11-16 14:22:09 -0700
commitd833be476ed3a85f03017bd5b63b94c79d3e5e2a (patch)
tree1b1ecdcfb2fb898a941184cacbb073c31d4c25c8 /doc
parente76d47bc45f30a3dcda125e080bd73d97b8c3bb0 (diff)
downloadlibseccomp-d833be476ed3a85f03017bd5b63b94c79d3e5e2a.tar.gz
doc: Fix typo in seccomp_api_get.3
Commit 6b286c2e8e43de76746346b8eab855311915f5aa ("api: add API level 6") introduced the API level 6 but had a typo and used 5 in the manpage. This commit just fixes the typo using API level 6 in the manpage. Signed-off-by: Rodrigo Campos <rodrigo@kinvolk.io> Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/man3/seccomp_api_get.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/seccomp_api_get.3 b/doc/man/man3/seccomp_api_get.3
index ab2f552..be8286b 100644
--- a/doc/man/man3/seccomp_api_get.3
+++ b/doc/man/man3/seccomp_api_get.3
@@ -1,4 +1,4 @@
-.TH "seccomp_api_get" 3 "13 June 2020" "paul@paul-moore.com" "libseccomp Documentation"
+.TH "seccomp_api_get" 3 "6 November 2020" "paul@paul-moore.com" "libseccomp Documentation"
.\" //////////////////////////////////////////////////////////////////////////
.SH NAME
.\" //////////////////////////////////////////////////////////////////////////
@@ -58,7 +58,7 @@ The SCMP_FLTATR_CTL_SSB filter attribute is supported.
.B 5
The SCMP_ACT_NOTIFY action and the notify APIs are supported.
.TP
-.B 5
+.B 6
The simultaneous use of SCMP_FLTATR_CTL_TSYNC and the notify APIs are supported.
.\" //////////////////////////////////////////////////////////////////////////
.SH RETURN VALUE