getcontext.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-16 21:52:17 +01:00
parent 1d8566691a
commit 1680bd6e73
1 changed files with 3 additions and 3 deletions

View File

@ -95,21 +95,21 @@ that includes the calling thread's machine registers.
The function
.BR getcontext ()
initializes the structure
pointed at by
pointed to by
.I ucp
to the currently active context.
.PP
The function
.BR setcontext ()
restores the user context
pointed at by
pointed to by
.IR ucp .
A successful call does not return.
The context should have been obtained by a call of
.BR getcontext (),
or
.BR makecontext (3),
or passed as third argument to a signal
or passed as the third argument to a signal
handler.
.PP
If the context was obtained by a call of