summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ucontext.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/ucontext.3')
-rw-r--r--lib/libc/gen/ucontext.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/ucontext.3 b/lib/libc/gen/ucontext.3
index 0f167f2..0574322 100644
--- a/lib/libc/gen/ucontext.3
+++ b/lib/libc/gen/ucontext.3
@@ -60,11 +60,11 @@ structure contains at least these fields:
.Bl -tag -width ".Va mcontext_t\ \ uc_mcontext" -offset 3n -compact
.It Va "ucontext_t *uc_link"
context to assume when this one returns
-.It Va "sigset_t uc_sigmask"
+.It Va "sigset_t uc_sigmask"
signals being blocked
-.It Va "stack_t uc_stack"
+.It Va "stack_t uc_stack"
stack area
-.It Va "mcontext_t uc_mcontext"
+.It Va "mcontext_t uc_mcontext"
saved registers
.El
.Pp
OpenPOWER on IntegriCloud