diff options
-rw-r--r-- | share/man/man9/style.9 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 5bcbcda..59a6b72 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.\& |