From dc6b48de4d8eb3c054594fa0ff89241d6aff5a53 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 11 May 2021 12:11:46 +0200 Subject: [PATCH] sigvec.3: tfix Signed-off-by: Akihiro Motoki Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man3/sigvec.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/sigvec.3 b/man3/sigvec.3 index f7ca776ed..b6644393b 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -135,7 +135,7 @@ This field may contain zero or more of the following flags: .TP .B SV_INTERRUPT If the signal handler interrupts a blocking system call, -then upon return from the handler the system call s not be restarted: +then upon return from the handler the system call is not restarted: instead it fails with the error .BR EINTR . If this flag is not specified, then system calls are restarted -- 2.11.4.GIT