]> granicus.if.org Git - php/commitdiff
- fixed unexpected emphasis in reST parsing due to use of *
authorLukas Smith <lsmith@php.net>
Sat, 24 Nov 2007 13:55:20 +0000 (13:55 +0000)
committerLukas Smith <lsmith@php.net>
Sat, 24 Nov 2007 13:55:20 +0000 (13:55 +0000)
CODING_STANDARDS

index 27bcb104d4598f45eacd421728ea85252744417c..5fe00ddd42336f993bd5a2c77fb12bcb88a22ea7 100644 (file)
@@ -16,7 +16,7 @@ Code Implementation
 
 1.  Functions that are given pointers to resources should not free them
 
-For instance, function int mail(char *to, char *from) should NOT free
+For instance, ``function int mail(char *to, char *from)`` should NOT free
 to and/or from.
 Exceptions: