From: Andrei Zmievski Date: Fri, 6 Oct 2006 18:02:04 +0000 (+0000) Subject: Mark with U. X-Git-Tag: RELEASE_1_0_0RC1~1384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c25a48dcb325075683672ba869d7d09fc5888333;p=php Mark with U. --- diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index e38718535d..8fc63506c4 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -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) {