From 23e629348d11f7b60d3bf94dd8e77b142e03db1f Mon Sep 17 00:00:00 2001 Message-Id: <23e629348d11f7b60d3bf94dd8e77b142e03db1f.1715966540.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 8 Jun 2018 19:28:54 +0100 Subject: [PATCH] lib/sod-structs.3: Move the definition of type $C$ somewhere more sensible. Organization: Straylight/Edgeware From: Mark Wooding Now it's just after where we explain struct $C$__ichain_$h$, which is where the similar text in the LaTeX manual is. --- lib/sod-structs.3 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/sod-structs.3 b/lib/sod-structs.3 index 16daa87..febcdf5 100644 --- a/lib/sod-structs.3 +++ b/lib/sod-structs.3 @@ -626,13 +626,6 @@ for each of superclasses .IR A in the same chain in some (unimportant) order. -A `pointer to -.IR C ' -is always assumed -(and, indeed, defined in C's type system) -to be a pointer to the -.B struct -.IB C __ichain_ h \fR. .PP The .B ichain @@ -664,6 +657,14 @@ then the last member is .IB C __islots .IB c ; .PP +A `pointer to +.IR C ' +is always assumed +(and, indeed, defined in C's type system) +to be a pointer to the +.B struct +.IB C __ichain_ h \fR. +.PP Finally, the .B islots structure simply contains one member for each slot defined by -- [mdw]