Mention style(9) as an important guideline for FreeBSD development
and provide links to STYLE.MAKEFILE(5). PR: docs/160696 Submitted by: radiomlodychbandytow at o2 dot pl Discussed on: freebsd-doc ^M removal help by: gjb
This commit is contained in:
parent
3a5dd6c7da
commit
1046ce0db1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37840
2 changed files with 11 additions and 0 deletions
|
@ -24,6 +24,16 @@
|
|||
|
||||
<para>This chapter documents various guidelines and policies in force for
|
||||
the FreeBSD source tree.</para>
|
||||
|
||||
<sect1 id="policies-style">
|
||||
<title>Style Guidelines</title>
|
||||
<indexterm><primary>style</primary></indexterm>
|
||||
|
||||
<para>Consistent coding style is extremely important, particularly
|
||||
with large projects like &os;. Code should follow the &os; coding
|
||||
styles described in &man.style.9; and
|
||||
&man.style.Makefile.5;.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="policies-maintainer">
|
||||
<title><makevar>MAINTAINER</makevar> on Makefiles</title>
|
||||
|
|
|
@ -4047,6 +4047,7 @@
|
|||
<!ENTITY man.ssh.config.5 "<citerefentry/<refentrytitle/ssh_config/<manvolnum/5//">
|
||||
<!ENTITY man.sshd.config.5 "<citerefentry/<refentrytitle/sshd_config/<manvolnum/5//">
|
||||
<!ENTITY man.stab.5 "<citerefentry/<refentrytitle/stab/<manvolnum/5//">
|
||||
<!ENTITY man.style.Makefile.5 "<citerefentry/<refentrytitle/style_Makefile/<manvolnum/5//">
|
||||
<!ENTITY man.sysctl.conf.5 "<citerefentry/<refentrytitle/sysctl.conf/<manvolnum/5//">
|
||||
<!ENTITY man.syslog.conf.5 "<citerefentry/<refentrytitle/syslog.conf/<manvolnum/5//">
|
||||
<!ENTITY man.tacplus.conf.5 "<citerefentry/<refentrytitle/tacplus.conf/<manvolnum/5//">
|
||||
|
|
Loading…
Reference in a new issue