summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-07-03 16:22:42 +0000
committerjoerg <joerg@FreeBSD.org>2001-07-03 16:22:42 +0000
commit19461a1e25b2ed79c83c9b80c62fb272df5ec443 (patch)
treece821dbaee8b18202e273bf6cd294811a80720cd /share
parent69df74a645de658c235d0760188b3597d2a5b10f (diff)
downloadFreeBSD-src-19461a1e25b2ed79c83c9b80c62fb272df5ec443.zip
FreeBSD-src-19461a1e25b2ed79c83c9b80c62fb272df5ec443.tar.gz
Don't give a bad example by starting a struct tag name with an
underscore. Names starting with an underscore are reserved.
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 d6696ce..27eefe4 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -204,7 +204,7 @@ except as specified in Standard C or by
.Tn POSIX .
.Bd -literal
/* Make the structure name match the typedef. */
-typedef struct _bar {
+typedef struct bar {
int level;
} BAR;
.Ed
OpenPOWER on IntegriCloud