From e01bd18a6e4218d56cc360150ea2de83bc41c375 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 23 Aug 2010 03:18:01 +0000 Subject: [PATCH] Fix doc bug #52665 (Typo). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302671 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/ftruncate.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/ftruncate.xml b/reference/filesystem/functions/ftruncate.xml index f20d8ee982..e922622949 100644 --- a/reference/filesystem/functions/ftruncate.xml +++ b/reference/filesystem/functions/ftruncate.xml @@ -45,12 +45,12 @@ - If size is larger than the file it is extended - with null bytes. + If size is larger than the file then the file + is extended with null bytes. - If size is smaller than the extra data - will be lost. + If size is smaller than the file then the file + is truncated to that size.