goba            Mon Dec 10 13:55:31 2001 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  s/safe-mode/Safe Mode/;
  Some newlines added (WS fix) to make it more readable
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.15 phpdoc/en/language-snippets.ent:1.16
--- phpdoc/en/language-snippets.ent:1.15        Sat Dec  8 17:12:24 2001
+++ phpdoc/en/language-snippets.ent     Mon Dec 10 13:55:31 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -32,21 +32,29 @@
 testing the return value of this function.</simpara></warning>'>    
 
 <!-- Various notes -->
-<!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary 
safe!</simpara></warning>'>
-<!ENTITY note.bin-safe '<note><simpara>This function is binary-safe</simpara></note>'>
-<!ENTITY note.no-windows '<note><simpara>This function is not implemented on 
Windows-platforms</simpara></note>'>
+<!ENTITY note.not-bin-safe '<warning><simpara>This function
+is not (yet) binary safe!</simpara></warning>'>
+
+<!ENTITY note.bin-safe '<note><simpara>This function is
+binary-safe</simpara></note>'>
+
+<!ENTITY note.no-windows '<note><simpara>This function is not
+implemented on Windows-platforms</simpara></note>'>
+
 <!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
 array containing an object reference and a method name can also be
 supplied.</simpara></note>'>
 
 <!-- Notes for safe-mode limited functions: -->
 <!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
+
 <!ENTITY note.sm.uidcheck '<note><simpara>When <link 
-linkend="features.safe-mode">safe-mode</link> is enabled, PHP checks whether 
+linkend="features.safe-mode">Safe Mode</link> is enabled, PHP checks whether 
 the file(s)/directories you are about to operate on, have the same UID as the 
 script that is being executed.</simpara></note>'>
+
 <!ENTITY note.sm.uidcheck.dir '<note><simpara>When <link 
-linkend="features.safe-mode">safe-mode</link> is enabled, PHP checks whether 
+linkend="features.safe-mode">Safe Mode</link> is enabled, PHP checks whether 
 the directory in which you are about to operate, have the same UID as the 
 script that is being executed.</simpara></note>'>
 
@@ -56,8 +64,10 @@
 <!ENTITY sm.uidcheck 'Checks whether the file(s)/directories you are 
 about to operate on, have the same UID as the script that is being
 executed.'>
+
 <!ENTITY sm.uidcheck.dir 'Checks whether the directory in which
 you are about to operate, has the same UID as the script that is being
 executed.'>
+
 <!ENTITY sm.disabled 'This function is disabled in <link 
-linkend="features.safe-mode">safe-mode</link>'>
+linkend="features.safe-mode">Safe Mode</link>'>


Reply via email to