diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml index 5102443984..a417d87990 100644 --- a/reference/filesystem/functions/realpath.xml +++ b/reference/filesystem/functions/realpath.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,9 @@ realpath returns &false; on failure, e.g. if - the file does not exists. + the file does not exist. On BSD systems realpath + doesn't fail if only the last path component + doesn't exist, while other systems will return &false;.