diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml
index adeadb0f8e..c6996047f3 100644
--- a/reference/filesystem/functions/flock.xml
+++ b/reference/filesystem/functions/flock.xml
@@ -65,15 +65,13 @@
LOCK_UN to release a lock (shared or exclusive).
-
-
- LOCK_NB if you don't want
- flock to block while locking.
- (not supported on Windows)
-
-
+
+ It is also possible to add LOCK_NB if you don't
+ want flock to block while locking.
+ (not supported on Windows)
+