1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix description: the argument to setcontext(3) must have been previously

initialized "by a call to getcontext(3) or makecontext(3)" and not "by a
call to setcontext(3) or makecontext(3)".

MFC after:	3 days
This commit is contained in:
Ralf S. Engelschall 2004-12-03 14:10:04 +00:00
parent 235b396aa1
commit b4c6be3254
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138349

View File

@ -68,7 +68,7 @@ does not return.
Instead, execution continues in the context specified by
.Fa ucp ,
which must have been previously initialized by a call to
.Fn setcontext ,
.Fn getcontext ,
.Xr makecontext 3 ,
or by being passed as an argument to a signal handler (see
.Xr sigaction 2 ) .