summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-11-26 21:22:49 +0000
committerobrien <obrien@FreeBSD.org>2006-11-26 21:22:49 +0000
commitb891fb48a3e36235bf625af7ac078a563c68951e (patch)
tree36bd36bebea6e7cf799384b7f27e728ea976116b /share
parent280bfd5c685f7e2318b497e42872968be359b828 (diff)
downloadFreeBSD-src-b891fb48a3e36235bf625af7ac078a563c68951e.zip
FreeBSD-src-b891fb48a3e36235bf625af7ac078a563c68951e.tar.gz
Clarify case body indention.
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 a87ca3c..c58d32b 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -473,7 +473,7 @@ comment.
while ((ch = getopt(argc, argv, "abNn:")) != -1)
switch (ch) { /* Indent the switch. */
case 'a': /* Don't indent the case. */
- aflag = 1;
+ aflag = 1; /* Indent case body one tab. */
/* FALLTHROUGH */
case 'b':
bflag = 1;
OpenPOWER on IntegriCloud