diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-09-06 10:53:57 +0000 | 
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-09-06 10:53:57 +0000 | 
| commit | 00f9b682956d9eda39f36dd9291d4313fc75025a (patch) | |
| tree | 95c7b71f12c285f93c32703ebdf6ecfb653bbade | |
| parent | 029b6c5c271fd02e729608b171790a24c49e528a (diff) | |
Notes
| -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 59a6b72760bf..0f6c59b6aa56 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -266,7 +266,7 @@ local to one source module should be declared  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 +alphabetical unless there is a compelling reason to use a different  ordering.  .Pp  Functions that are used locally in more than one module go into a | 
