|
Lines 24-29
Link Here
|
| 24 |
|
24 |
|
| 25 |
<para>This chapter documents various guidelines and policies in force for |
25 |
<para>This chapter documents various guidelines and policies in force for |
| 26 |
the FreeBSD source tree.</para> |
26 |
the FreeBSD source tree.</para> |
|
|
27 |
|
| 28 |
<sect1 id="policies-style"> |
| 29 |
<title>Style Guidlines</title> |
| 30 |
<indeterm><primary>style</primary></indexterm> |
| 31 |
|
| 32 |
<para>In a big programming project like the &os; project, it is important |
| 33 |
that everybody involved adheres to the same coding style. This ensures |
| 34 |
that all code looks consistent, and will improve the ability for people |
| 35 |
in the project to read and understand the source code. In &os; there |
| 36 |
are two manual pages describing the code style to which to adhere. These |
| 37 |
are &man.style.9; and &man.style.Makefile.5;, for c code and Makefiles, |
| 38 |
respectively.</para> |
| 39 |
</sect1> |
| 27 |
|
40 |
|
| 28 |
<sect1 id="policies-maintainer"> |
41 |
<sect1 id="policies-maintainer"> |
| 29 |
<title><makevar>MAINTAINER</makevar> on Makefiles</title> |
42 |
<title><makevar>MAINTAINER</makevar> on Makefiles</title> |