diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 22ce8ae74afe..fcb23c68ada8 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -186,7 +186,7 @@ macros rather than rolling your own lists, whenever possible. Thus, the previous example would be better written: .Bd -literal #include -struct foo { +struct foo { LIST_ENTRY(foo) link; /* Queue macro glue for foo lists */ struct mumble amumble; /* Comment for mumble */ int bar;