|
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 Guidelines</title> |
| 30 |
<indexterm><primary>style</primary></indexterm> |
| 31 |
|
| 32 |
<para>Consistent coding style is extremely important, particularly |
| 33 |
with large projects like &os;. Code should follow the &os; coding |
| 34 |
styles described in &man.style.9; and |
| 35 |
&man.style.Makefile.5;.</para> |
| 36 |
</sect1> |
| 27 |
|
37 |
|
| 28 |
<sect1 id="policies-maintainer"> |
38 |
<sect1 id="policies-maintainer"> |
| 29 |
<title><makevar>MAINTAINER</makevar> on Makefiles</title> |
39 |
<title><makevar>MAINTAINER</makevar> on Makefiles</title> |