]> granicus.if.org Git - php/commitdiff
Mark with U.
authorAndrei Zmievski <andrei@php.net>
Fri, 6 Oct 2006 18:02:04 +0000 (18:02 +0000)
committerAndrei Zmievski <andrei@php.net>
Fri, 6 Oct 2006 18:02:04 +0000 (18:02 +0000)
ext/standard/lcg.c

index e38718535da3be8199c9250a894ba662dc7e412b..8fc63506c4304bdc13aa3ad0f85c4e9f6dfce9cf 100644 (file)
@@ -114,7 +114,7 @@ PHP_RINIT_FUNCTION(lcg)
        return SUCCESS;
 }
 
-/* {{{ proto float lcg_value()
+/* {{{ proto float lcg_value() U
    Returns a value from the combined linear congruential generator */
 PHP_FUNCTION(lcg_value)
 {