summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-08-21 06:58:21 +0000
committerWarner Losh <imp@FreeBSD.org>2002-08-21 06:58:21 +0000
commitf46ccb5625bb3da0dedbe06a9bb0ff3355ff3f80 (patch)
tree820408d9940ac51be7a255e648dbbfe07369ab2b
parent88cf6b94bd91e75cf505f977d12057d46d60cec1 (diff)
Notes
-rw-r--r--share/man/man9/style.93
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 5bcbcda16a1b..59a6b72760bf 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -265,6 +265,9 @@ local to one source module should be declared
.Pp
Functions used from other parts of the kernel are prototyped in the
relevant include file.
+Function prototypes should be listed in a logical order, preferably
+alphabetical unless there's a compelling reason to use a different
+ordering.
.Pp
Functions that are used locally in more than one module go into a
separate header file, e.g.\&