From cc173e00afec029aac6df7488f18cab451919df5 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 10 Feb 2011 14:03:50 +0000 Subject: [PATCH] Rename parameters (doc bug #53560) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308193 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/link.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/reference/filesystem/functions/link.xml b/reference/filesystem/functions/link.xml index 069e62558f..8f71c39f78 100644 --- a/reference/filesystem/functions/link.xml +++ b/reference/filesystem/functions/link.xml @@ -10,8 +10,8 @@ &reftitle.description; boollink - stringfrom_path - stringto_path + stringtarget + stringlink link creates a hard link. @@ -23,18 +23,18 @@ - from_path + target - The link name. + Target of the link. - to_path + link - Target of the link. + The link name. @@ -92,11 +92,10 @@ ]]>