X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/7b00c0c43f52e9d27168e67a26aac19065cdb40c..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/gen/FreeBSD/makecontext.3?ds=sidebyside diff --git a/gen/FreeBSD/makecontext.3 b/gen/FreeBSD/makecontext.3 index 36e3ce8..d60038b 100644 --- a/gen/FreeBSD/makecontext.3 +++ b/gen/FreeBSD/makecontext.3 @@ -48,7 +48,7 @@ .Ft void .Fo makecontext .Fa "ucontext_t *ucp" -.Fa "void \*[lp]*func\*[rp]\*[lp]void\*[rp]" +.Fa "void \*[lp]*func\*[rp]\*[lp]\*[rp]" .Fa "int argc" ... .Fc .Ft int @@ -64,7 +64,9 @@ which must have previously been initialized by a call to and had a stack allocated for it. The context is modified so that it will continue execution by invoking .Fn func -with the arguments provided. +with the arguments (of type +.Ft int ) +provided. The .Fa argc argument