|
From: Benjamin C. <bc...@us...> - 2001-09-25 03:30:22
|
Update of /cvsroot/phpbt/phpbt/docs/sgml In directory usw-pr-cvs1:/tmp/cvs-serv5023/sgml Modified Files: devstandards.sgml Log Message: Some tweaks Index: devstandards.sgml =================================================================== RCS file: /cvsroot/phpbt/phpbt/docs/sgml/devstandards.sgml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- devstandards.sgml 2001/09/19 20:18:26 1.2 +++ devstandards.sgml 2001/09/25 03:30:19 1.3 @@ -75,7 +75,7 @@ </sect2> <sect2 id="devstandards-funcdefs" xreflabel="Function Definitions"> - <title>Function Calls</title> + <title>Function Definitions</title> <para> Function definitions follow the format of function calls, with the opening brace at the end of the line of the function declaration. The |