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 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>
(-)share/sgml/man-refs.ent (+1 lines)
Lines 4047-4052 Link Here
4047
<!ENTITY man.ssh.config.5 "<citerefentry/<refentrytitle/ssh_config/<manvolnum/5//">
4047
<!ENTITY man.ssh.config.5 "<citerefentry/<refentrytitle/ssh_config/<manvolnum/5//">
4048
<!ENTITY man.sshd.config.5 "<citerefentry/<refentrytitle/sshd_config/<manvolnum/5//">
4048
<!ENTITY man.sshd.config.5 "<citerefentry/<refentrytitle/sshd_config/<manvolnum/5//">
4049
<!ENTITY man.stab.5 "<citerefentry/<refentrytitle/stab/<manvolnum/5//">
4049
<!ENTITY man.stab.5 "<citerefentry/<refentrytitle/stab/<manvolnum/5//">
4050
<!ENTITY man.style.Makefile.5 "<citerefentry/<refentrytitle/style_Makefile/<manvolnum/5//">
4050
<!ENTITY man.sysctl.conf.5 "<citerefentry/<refentrytitle/sysctl.conf/<manvolnum/5//">
4051
<!ENTITY man.sysctl.conf.5 "<citerefentry/<refentrytitle/sysctl.conf/<manvolnum/5//">
4051
<!ENTITY man.syslog.conf.5 "<citerefentry/<refentrytitle/syslog.conf/<manvolnum/5//">
4052
<!ENTITY man.syslog.conf.5 "<citerefentry/<refentrytitle/syslog.conf/<manvolnum/5//">
4052
<!ENTITY man.tacplus.conf.5 "<citerefentry/<refentrytitle/tacplus.conf/<manvolnum/5//">
4053
<!ENTITY man.tacplus.conf.5 "<citerefentry/<refentrytitle/tacplus.conf/<manvolnum/5//">

Return to bug 160696