diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getcontext.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getcontext.3 b/lib/libc/gen/getcontext.3 index 789b232..2fda6b8 100644 --- a/lib/libc/gen/getcontext.3 +++ b/lib/libc/gen/getcontext.3 @@ -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 ) . |