--- src/share/man/man9/style.9.orig Mon Jan 25 17:23:08 2021
+++ src/share/man/man9/style.9 Thu Jul 15 16:44:09 2021
@@ -194,9 +194,9 @@ by size (largest to smallest), then by alphabetical or
The first category normally doesn't apply, but there are exceptions.
Each one gets its own line.
Put a tab after the first word, i.e., use
-.Ql int^Ix;
+.Ql int x;
and
-.Ql struct^Ifoo *x; .
+.Ql struct foo *x; .
.Pp
Major structures should be declared at the top of the file in which they
are used, or in separate header files if they are used in multiple