Index: src/libcfa/iostream
===================================================================
--- src/libcfa/iostream	(revision 3849857090acdc78a64258d90266372878107e93)
+++ src/libcfa/iostream	(revision cb2e8ceed66b393d7d9e4036be36ecc6beaa5e8b)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Apr 10 23:00:12 2016
-// Update Count     : 92
+// Last Modified On : Tue Jul 12 18:01:09 2016
+// Update Count     : 93
 //
 
@@ -42,5 +42,5 @@
 };
 
-// implement writable for some intrinsic types
+// implement writable for intrinsic types
 
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, char );
@@ -67,4 +67,5 @@
 
 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) );
+// manipulators
 forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * );
 forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
