sigreturn.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-08 14:30:05 +02:00
parent d03e0ad324
commit cc158fa3ac
1 changed files with 3 additions and 1 deletions

View File

@ -124,7 +124,9 @@ The saved process context information is placed in a
structure (see
.IR <sys/ucontext.h> ).
That structure is visible within the signal handler
as the third argument of a handler established with the
as the third argument of a handler established via
.BR sigaction (2)
with the
.BR SA_SIGINFO
flag.
.PP