diff options
-rw-r--r-- | share/man/man9/style.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 5038c18..174acf8 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -278,7 +278,7 @@ other than the one being declared.) Separate these identifiers from asterisks using a single space. .Pp When declaring variables in structures, declare them sorted by use, then -by size, and then in alphabetical order. +by size (largest to smallest), and then in alphabetical order. The first category normally does not apply, but there are exceptions. Each one gets its own line. Try to make the structure |