diff options
-rw-r--r-- | share/man/man9/style.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index ddaaa0e..43d8e38 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -197,7 +197,8 @@ Each one gets its own line. Try to make the structure readable by aligning the member names using either one or two tabs depending upon your judgment. -You should use one tab if it suffices to align most of the member names. +You should use one tab only if it suffices to align at least 90% of +the member names. Names following extremely long types should be separated by a single space. .Pp |