View | Details | Raw Unified | Return to bug 160696 | Differences between
and this patch

Collapse All | Expand All

(-)en_US.ISO8859-1/books/developers-handbook/policies/chapter.sgml (+13 lines)
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.  In &os; there are
36
      two manual pages describing the code style to adhere to. These are
37
      &man.style.9; and &man.style.Makefile.5;, for c code and make files,
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>
(-)share/sgml/man-refs.ent (+1 lines)
Lines 5239-5244 Link Here
5239
<!ENTITY man.stack.9 "<citerefentry/<refentrytitle/stack/<manvolnum/9//">
5239
<!ENTITY man.stack.9 "<citerefentry/<refentrytitle/stack/<manvolnum/9//">
5240
<!ENTITY man.store.9 "<citerefentry/<refentrytitle/store/<manvolnum/9//">
5240
<!ENTITY man.store.9 "<citerefentry/<refentrytitle/store/<manvolnum/9//">
5241
<!ENTITY man.style.9 "<citerefentry/<refentrytitle/style/<manvolnum/9//">
5241
<!ENTITY man.style.9 "<citerefentry/<refentrytitle/style/<manvolnum/9//">
5242
<!ENTITY man.style.Makefile.5 "<citerefentry/<refentrytitle/style_Makefile/<manvolnum/5//">
5242
<!ENTITY man.subyte.9 "<citerefentry/<refentrytitle/subyte/<manvolnum/9//">
5243
<!ENTITY man.subyte.9 "<citerefentry/<refentrytitle/subyte/<manvolnum/9//">
5243
<!ENTITY man.suser.9 "<citerefentry/<refentrytitle/suser/<manvolnum/9//">
5244
<!ENTITY man.suser.9 "<citerefentry/<refentrytitle/suser/<manvolnum/9//">
5244
<!ENTITY man.suser.cred.9 "<citerefentry/<refentrytitle/suser_cred/<manvolnum/9//">
5245
<!ENTITY man.suser.cred.9 "<citerefentry/<refentrytitle/suser_cred/<manvolnum/9//">

Return to bug 160696