]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Wed, 22 Nov 2006 21:22:27 +0000 (21:22 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 22 Nov 2006 21:22:27 +0000 (21:22 +0000)
ext/standard/ftok.c

index d275eba245188d7574ee97a92a08202e1243d601..979eb6f3b873d33f4dc673ea6625fcd78fdf68c7 100644 (file)
@@ -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)
 {