sigvec.3: tfix

Signed-off-by: Akihiro Motoki <amotoki@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Akihiro Motoki 2021-05-11 12:11:46 +02:00 committed by Michael Kerrisk
parent 5d63eed891
commit dc6b48de4d
1 changed files with 1 additions and 1 deletions

View File

@ -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