]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 27 Jul 2006 04:29:02 +0000 (04:29 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 27 Jul 2006 04:29:02 +0000 (04:29 +0000)
man2/getcontext.2

index 1a77759bb51e5475df20d6f356dee042d8de0bbf..7c006f88f9781446d1aa18ac74c5ec4a82061ce8 100644 (file)
@@ -31,7 +31,7 @@ getcontext, setcontext \- get or set the user context
 .BI "int setcontext(const ucontext_t *" ucp );
 .SH DESCRIPTION
 In a System V-like environment, one has the two types
-\fBmcontext_t\fP and \fBucontext_t\fP defined in
+\fBmcontext_t\fP and \fIucontext_t\fP defined in
 .I <ucontext.h>
 and the four functions
 \fBgetcontext\fP(), \fBsetcontext\fP(), \fBmakecontext\fP()
@@ -39,8 +39,8 @@ and \fBswapcontext\fP()
 that allow user-level context switching between multiple
 threads of control within a process.
 .LP
-The \fBmcontext_t\fP type is machine-dependent and opaque.
-The \fBucontext_t\fP type is a structure that has at least
+The \fImcontext_t\fP type is machine-dependent and opaque.
+The \fIucontext_t\fP type is a structure that has at least
 the following fields:
 .RS
 .nf