diff --git a/reference/filesystem/functions/realpath.xml b/reference/filesystem/functions/realpath.xml
index 793ad1cfa7..ebaa0bc78c 100644
--- a/reference/filesystem/functions/realpath.xml
+++ b/reference/filesystem/functions/realpath.xml
@@ -76,9 +76,9 @@
5.3.0
- Prior to this release realpath would not fail on
- *BSD systems if only the last path
- component did not exist.
+ Prior to this release, if only the last path
+ component did not exist, realpath would not fail on
+ *BSD systems. realpath now fails in this case.