diff --git a/src/modules/gdbmmod/doc/gdbm b/src/modules/gdbmmod/doc/gdbm
index 1811ac0486ecd00bcfc6b7dea7aeb068b236a1a3..2270467e18052ca30836313761dac3c129b68833 100644
--- a/src/modules/gdbmmod/doc/gdbm
+++ b/src/modules/gdbmmod/doc/gdbm
@@ -144,6 +144,7 @@ SYNTAX
 DESCRIPTION
 	When opening the database with the 'f' flag writings to the database
 	can be cached in memory for a long time. Calling sync will write
-	all such caches to disk and not return until 
+	all such caches to disk and not return until everything is stored
+	on the disk.
 
 ============================================================================