X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/6bed6ea3e51d812189d2ef2d5f9418632079db71..f759343aff29934005d0008a6c729b0545f2c98c:/lib/sod-structs.3.in diff --git a/lib/sod-structs.3.in b/lib/sod-structs.3.in index 5cdff33..2774811 100644 --- a/lib/sod-structs.3.in +++ b/lib/sod-structs.3.in @@ -512,9 +512,7 @@ The entire state of an instance of is contained in a single structure of type .B struct .IB C __ilayout \fR. -.IP -.nf -.ft B +.VS struct \fIC\fB__ilayout { \h'2n'union \fIC\fB__ichainu_\fIh\fB { \h'4n'struct \fIC\fB__ichain_\fIh\fB { @@ -534,9 +532,7 @@ struct \fIC\fB__ilayout { }; typedef struct \fIC\fB__ichain_\fIh\fB \fIC\fB; -.ft P -.fi -.PP +.VE The set of superclasses of .IR C , including itself, @@ -700,9 +696,7 @@ A vtable for a class with chain head .I H has the following general structure. -.IP -.nf -.ft B +.VS union \fIC\fB__vtu_\fIh\fB { \h'2n'struct \fIC\fB__vt_\fIh\fB { \h'4n'const \fIP\fB *_class; @@ -721,9 +715,7 @@ union \fIC\fB__vtu_\fIh\fB { }; extern const union \fIC\fB__vtu_\fIh\fB \fIC\fB__vtable_\fIh\fB; -.ft P -.fi -.PP +.VE In the following, let .I M