# HG changeset patch # User Tassilo Philipp # Date 1662643904 -7200 # Node ID 864cf3c3ceb95c2f30e69d5e26ceefbb24accc99 # Parent 53de6e16f445ec87c9ee1512d66fe27e255f8022 mdoc tweak diff -r 53de6e16f445 -r 864cf3c3ceb9 dyncall/dyncall.3 --- a/dyncall/dyncall.3 Thu Sep 08 12:19:51 2022 +0200 +++ b/dyncall/dyncall.3 Thu Sep 08 15:31:44 2022 +0200 @@ -377,7 +377,8 @@ .Ed .Pp Omitting creation of the -.Sy DCaggr *a +.Sy DCaggr +.Ar *a description, for simplicity: .Bd -literal -offset indent struct S s; @@ -401,9 +402,9 @@ .Pp To keep the example simple, let's assume we have a pointer to this virtual method in var -.Sy mptr +.Ar mptr (e.g. grabbed from the instance's vtable), and a pointer to the instance in var -.Sy thisptr : +.Ar thisptr : .Bd -literal -offset indent /* thiscall calling convention */ dcMode(vm, DC_CALL_C_DEFAULT_THIS);