lib/keyword.3.in, lib/sod-structs.3.in: Use `.VS' and `.VE'.
[sod] / lib / sod-structs.3.in
index 5cdff33..2774811 100644 (file)
@@ -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