]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp_unotify.2: Minor cleanup fix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 30 Oct 2020 08:55:16 +0000 (09:55 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jun 2021 22:40:17 +0000 (10:40 +1200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp_unotify.2

index 79103b8db4cd762bc45895db64c16585a55c277f..18ca140e8f4e6448e7e831f972f6cd58c9c18959 100644 (file)
@@ -1432,7 +1432,7 @@ static bool
 cookieIsValid(int notifyFd, uint64_t id)
 {
     if (ioctl(notifyFd, SECCOMP_IOCTL_NOTIF_ID_VALID, &id) == \-1) {
-        perror("\etS: notification ID check failed!!!\en");
+        perror("\etS: notification ID check failed!!!");
         return false;
     }