Signed-off-by: Akihiro Motoki <amotoki@xxxxxxxxx> --- 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.25.1