diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2018-02-28 22:39:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2018-02-28 22:39:47 +0000 |
| commit | b01c7a91b30f6d7902988828f813bb04bf033137 (patch) | |
| tree | c5cd9e0fec68efe45a3a6ff6fe579108312ad9df /lib/libc | |
| parent | c060f308fed2ba9a36fa23380ba7dc32c95f53e2 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/makecontext.3 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libc/gen/makecontext.3 b/lib/libc/gen/makecontext.3 index ad55e7abcb476..286a4be9950bb 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" |
