summaryrefslogtreecommitdiff
path: root/doc/man/man3/seccomp_release.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/seccomp_release.3')
-rw-r--r--doc/man/man3/seccomp_release.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/seccomp_release.3 b/doc/man/man3/seccomp_release.3
index ee46a41..38733be 100644
--- a/doc/man/man3/seccomp_release.3
+++ b/doc/man/man3/seccomp_release.3
@@ -44,7 +44,7 @@ int main(int argc, char *argv[])
ctx = seccomp_init(SCMP_ACT_KILL);
if (ctx == NULL)
- return \-1;
+ return 1;
/* ... */