aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2018-02-28 22:39:47 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2018-02-28 22:39:47 +0000
commitd90000f5d9b6e6797c98d3192379a22ff0409166 (patch)
tree8aad0f18396e45017f22173d2fd0f33d28fa1986 /lib/libc
parente558b7839919b4879df8f701f9a743df3511985f (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/makecontext.315
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc/gen/makecontext.3 b/lib/libc/gen/makecontext.3
index ad55e7abcb47..286a4be9950b 100644
--- a/lib/libc/gen/makecontext.3
+++ b/lib/libc/gen/makecontext.3
@@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 10, 2002
+.Dd January 31, 2018
.Dt MAKECONTEXT 3
.Os
.Sh NAME
@@ -68,11 +68,16 @@ with the arguments provided.
The
.Fa argc
argument
-must be equal to the number of additional arguments provided to
+must be equal to the number of additional arguments of type
+.Vt int
+provided to
.Fn makecontext
-and also equal to the number of arguments to
-.Fn func ,
-or else the behavior is undefined.
+and also equal to the number of arguments of type
+.Vt int
+to
+.Fn func ;
+otherwise ,
+the behavior is undefined.
.Pp
The
.Fa "ucp->uc_link"