aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 21:52:17 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-16 21:57:48 +0100
commit1680bd6e73c0c0d2d2d71392987b2133f75e08fe (patch)
treeedd8970527c7a4633cd92a86deb974bd445b7892
parent1d8566691a36ae9908fe97efc151c2e3a98c9ffb (diff)
downloadman-pages-1680bd6e73c0c0d2d2d71392987b2133f75e08fe.tar.gz
getcontext.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/getcontext.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getcontext.3 b/man3/getcontext.3
index c52335739d..d3d7640df6 100644
--- a/man3/getcontext.3
+++ b/man3/getcontext.3
@@ -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