summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Campos <rodrigo@kinvolk.io>2020-11-16 14:34:54 -0700
committerTom Hromatka <tom.hromatka@oracle.com>2020-11-16 14:35:05 -0700
commit87320d6b5a65665e76d14ac7227d675d7bed6dc8 (patch)
tree16a952c7f412179cca2478337dc63efd9674592c
parent92191e74d5f580a68dd190b92b27768805221c1e (diff)
downloadlibseccomp-87320d6b5a65665e76d14ac7227d675d7bed6dc8.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>
-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