# HG changeset patch # User Tassilo Philipp # Date 1662215941 -7200 # Node ID 52e87d4988e33e2f412c46b4993933ea875f5294 # Parent 9eb5d92e5c5d55610c4e63be6870e6b4ec4d41e3 man page clarification diff -r 9eb5d92e5c5d -r 52e87d4988e3 dyncall/dyncall.3 --- 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 ,