summaryrefslogtreecommitdiff
path: root/man3/makecontext.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/makecontext.3')
-rw-r--r--man3/makecontext.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/makecontext.3 b/man3/makecontext.3
index 9020369f..820ef1a2 100644
--- a/man3/makecontext.3
+++ b/man3/makecontext.3
@@ -78,7 +78,7 @@ The
function saves the current context in
the structure pointed to by \fIoucp\fP, and then activates the
context pointed to by \fIucp\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
When successful,
.BR swapcontext ()
does not return.
@@ -99,7 +99,7 @@ Insufficient stack space left.
and
.BR swapcontext ()
are provided in glibc since version 2.1.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
SUSv2, POSIX.1-2001.
POSIX.1-2008 removes the specifications of
.BR makecontext ()
@@ -214,7 +214,7 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR sigaction (2),
.BR sigaltstack (2),
.BR sigprocmask (2),