diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml
index 9039785b97..604f1f60bf 100644
--- a/reference/filesystem/functions/flock.xml
+++ b/reference/filesystem/functions/flock.xml
@@ -28,8 +28,7 @@
PHP supports a portable way of locking complete files in an advisory way
(which means all accessing programs have to use the same way of locking
or it will not work). By default, this function will block until the
- requested lock is acquired; this may be controlled (on non-Windows
- platforms) with the LOCK_NB option documented below.
+ requested lock is acquired; this may be controlled with the LOCK_NB option documented below.
@@ -69,7 +68,7 @@
It is also possible to add LOCK_NB as a bitmask to one
of the above operations if you don't want flock to
- block while locking. (not supported on Windows)
+ block while locking.