pcs 97/07/09 15:04:44
Modified: . styleguide.html
Log:
HTML fix, typo.
Revision Changes Path
1.2 +2 -2 apache-devsite/styleguide.html
Index: styleguide.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/styleguide.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C3 -r1.1 -r1.2
*** styleguide.html 1997/06/17 10:43:34 1.1
--- styleguide.html 1997/07/09 22:04:42 1.2
***************
*** 2,8 ****
<TITLE>Apache Developers' C Language Style Guide</TITLE>
</HEAD><BODY>
! <H1>Apache Developers' C Language Style Guide</H2>
<B>Compiled by Paul Sutton <A
HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A></B>. Based on a vote
--- 2,8 ----
<TITLE>Apache Developers' C Language Style Guide</TITLE>
</HEAD><BODY>
! <H1>Apache Developers' C Language Style Guide</H1>
<B>Compiled by Paul Sutton <A
HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A></B>. Based on a vote
***************
*** 12,18 ****
<H2>Introduction</H2>
! <P>[This bit could state That code should be laid out to be clear to
someone else familiar with Apache. Functions should be short and
easily understood. Comments should be provided to explain the
rationale for code which is not obvious, and to document behavior of
--- 12,18 ----
<H2>Introduction</H2>
! <P>[This bit could state that code should be laid out to be clear to
someone else familiar with Apache. Functions should be short and
easily understood. Comments should be provided to explain the
rationale for code which is not obvious, and to document behavior of