From d88e124ae9cc251c81eb81d1fe8709ad9b1ccb13 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 5 Nov 2000 18:32:11 +0000 Subject: [PATCH] - Got rid of the tabs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35319 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index eb51cf0873..adb5ef21f0 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -2423,8 +2423,8 @@ $tmpfname = tempnam ("/tmp", "FOO"); This Function's behaviour changed in 4.0.3, the temporary file is also created to avoid a race condition where the file might appear in the - filesystem between the time the string was generated and before the - the script gets around to creating the file. + filesystem between the time the string was generated and before the + the script gets around to creating the file.