amt Sat May 20 21:27:38 2006 UTC
Modified files:
/phpdoc/en/reference/shmop reference.xml
Log:
Fix typo
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/shmop/reference.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/shmop/reference.xml
diff -u phpdoc/en/reference/shmop/reference.xml:1.15
phpdoc/en/reference/shmop/reference.xml:1.16
--- phpdoc/en/reference/shmop/reference.xml:1.15 Sun Sep 4 19:39:28 2005
+++ phpdoc/en/reference/shmop/reference.xml Sat May 20 21:27:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- Purpose: fileprocess.process -->
<!-- Membership: bundled -->
@@ -61,7 +61,7 @@
<![CDATA[
<?php
-// Create 100 byte shared memory block with system id if 0xff3
+// Create 100 byte shared memory block with system id of 0xff3
$shm_id = shmop_open(0xff3, "c", 0644, 100);
if (!$shm_id) {
echo "Couldn't create shared memory segment\n";