| Derick Rethans 2005-05-29, 8:56 am |
| derick Sun May 29 06:31:07 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions umask.xml
Log:
- Fix speling.
http://cvs.php.net/diff.php/phpdoc/...1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/filesystem/functions/umask.xml
diff -u phpdoc/en/reference/filesystem/functions/umask.xml:1.7 phpdoc/en/reference/filesystem/functions/umask.xml:1.8
--- phpdoc/en/reference/filesystem/functions/umask.xml:1.7 Sun May 29 05:47:23 2005
+++ phpdoc/en/reference/filesystem/functions/umask.xml Sun May 29 06:31:07 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.umask">
<refnamediv>
@@ -24,10 +24,11 @@
</para>
<note>
<para>
- Avoid using this function in multithreaded webservers. Better change the file
- permissions with <function>chmod</function> after creating the file. Using
- <function>umask</function> can lead to unexspected behavior of concurrently
- running scripts and the webserver itsself because they all use the same umask.
+ Avoid using this function in multithreaded webservers. It is better to
+ change the file permissions with <function>chmod</function> after
+ creating the file. Using <function>umask</function> can lead to
+ unexpected behavior of concurrently running scripts and the webserver
+ itself because they all use the same umask.
</para>
</note>
</refsect1>
|