Add the getcontextx prototype to SYNOPSIS.

Reviewed by:	kib
MFC after:	1 week
This commit is contained in:
pluknet 2013-03-13 18:18:16 +00:00
parent 586e58b27c
commit eb38eb8313

View File

@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd December 26, 2011
.Dd March 13, 2013
.Dt GETCONTEXT 3
.Os
.Sh NAME
@ -47,6 +47,8 @@
.In ucontext.h
.Ft int
.Fn getcontext "ucontext_t *ucp"
.Ft ucontext_t *
.Fn getcontextx "void"
.Ft int
.Fn setcontext "const ucontext_t *ucp"
.Sh DESCRIPTION