Expand a contraction in the text of style(9) for consistency.

Do not touch contractions in comments of code examples because
their usage seems to be justified by space contraints.
This commit is contained in:
Robert Drehmel 2002-09-06 10:53:57 +00:00
parent 029b6c5c27
commit 00f9b68295
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103011

View File

@ -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