summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-04 10:00:20 +0000
committerobrien <obrien@FreeBSD.org>2001-09-04 10:00:20 +0000
commit799ab3fa91a6683389eeecada9408603dc7c219a (patch)
treecca02244ef4d34d82eae24ba2f008085909903e7 /share
parentc8533e2bc58fadb538bf1b7e77c49c6288a2b4a4 (diff)
downloadFreeBSD-src-799ab3fa91a6683389eeecada9408603dc7c219a.zip
FreeBSD-src-799ab3fa91a6683389eeecada9408603dc7c219a.tar.gz
Fix style bug from rev 1.20 in `struct foo' definition example to match the
`struct foo' definition example from rev 1.1. (proper CSRG style was also verified with /sys/sys/{bio,file}.h)
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/style.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 22ce8ae..fcb23c6 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 <sys/queue.h>
-struct foo {
+struct foo {
LIST_ENTRY(foo) link; /* Queue macro glue for foo lists */
struct mumble amumble; /* Comment for mumble */
int bar;
OpenPOWER on IntegriCloud