Mercurial > pub > dyncall > dyncall
changeset 559:52e87d4988e3
man page clarification
author | Tassilo Philipp |
---|---|
date | Sat, 03 Sep 2022 16:39:01 +0200 |
parents | 9eb5d92e5c5d |
children | fd7426080105 |
files | dyncall/dyncall.3 |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dyncall/dyncall.3 Sat Sep 03 16:37:22 2022 +0200 +++ b/dyncall/dyncall.3 Sat Sep 03 16:39:01 2022 +0200 @@ -210,10 +210,10 @@ .Nm is oblivious to how to do any custom/non-trivial construction or copy, and thus cannot do the copy of the aggregate, passed by-value, itself, the user has to -provide such copies, where needed. E.g. when passing such an aggregate as an -argument by-value, using +provide such copies, manually, where needed (e.g. when passing such an +aggregate as an argument by-value, using .Fn dcArgAggr , -in order to preserver the call's by-value semantics. +in order to preserver the call's by-value semantics). .Pp .Fn dcArgF , .Fn dcVArgF ,