From 515fa99a9a6502801138590f14bead2d7f0b2747 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 28 Jul 2021 22:19:57 +0200 Subject: [PATCH] seccomp_unotify.2: tfix Remove duplicated word. Signed-off-by: Jakub Wilk Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/seccomp_unotify.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2 index b92203721..ba2167a80 100644 --- a/man2/seccomp_unotify.2 +++ b/man2/seccomp_unotify.2 @@ -1108,7 +1108,7 @@ Alternatively, in the example, the supervisor might use .BR poll (2) to monitor both the notification file descriptor -(so as as to discover when the target's +(so as to discover when the target's .BR accept (2) call has been interrupted) and the listening file descriptor (so as to know when a connection is available).