From: Andrei Zmievski Date: Wed, 22 Nov 2006 21:22:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_1_0_0RC1~935 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb765e86ef81c1619482095b39a17ff65cfa89c5;p=php *** empty log message *** --- diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index d275eba245..979eb6f3b8 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -28,7 +28,7 @@ #endif #if HAVE_FTOK -/* {{{ proto int ftok(string pathname, string proj) +/* {{{ proto int ftok(string pathname, string proj) U Convert a pathname and a project identifier to a System V IPC key */ PHP_FUNCTION(ftok) {