]> granicus.if.org Git - php/commitdiff
fix typo
authorAndré Langhorst <andre@php.net>
Wed, 28 Mar 2001 20:08:49 +0000 (20:08 +0000)
committerAndré Langhorst <andre@php.net>
Wed, 28 Mar 2001 20:08:49 +0000 (20:08 +0000)
ext/standard/output.c
main/output.c

index 5081a8e62cd431e9844fd5e39efb05737f3a9198..f7f0e7cbc8ae8d05ab7912cf2142408837211ce5 100644 (file)
@@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length)
  */
 
 
-/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
+/* {{{ proto void ob_start([ string user_function [, int chunk_size]])
    Turn on Output Buffering (specifying an optional output handler). */
 PHP_FUNCTION(ob_start)
 {
index 5081a8e62cd431e9844fd5e39efb05737f3a9198..f7f0e7cbc8ae8d05ab7912cf2142408837211ce5 100644 (file)
@@ -475,7 +475,7 @@ static int php_ub_body_write(const char *str, uint str_length)
  */
 
 
-/* {{{ proto void ob_start([ string user_function, [ int chunk_size]])
+/* {{{ proto void ob_start([ string user_function [, int chunk_size]])
    Turn on Output Buffering (specifying an optional output handler). */
 PHP_FUNCTION(ob_start)
 {