Index: trunk/docs/HOWTO-write-modules.html
===================================================================
--- trunk/docs/HOWTO-write-modules.html	(revision 591)
+++ trunk/docs/HOWTO-write-modules.html	(revision 1)
@@ -662,7 +662,6 @@
 When checking files, samhain will walk the database to find files that
 are in the database, but have been deleted from the disk. If you enter
-data, you need to mark it as such by using a key that
-starts with something else but '/', otherwise samhain will complain
-if it has not been checked during the file check.
+non-file data, you need to mark it as such by using a key that
+starts with a 'K'.
 </p>
 <pre>
@@ -683,5 +682,5 @@
 (max. (PATH_MAX-1)/2). As noted
 above, you need to supply a key (stored as the 'filepath', which should
-start with a character different from '/'). To retrieve data, you can use
+start with the character 'K'). To retrieve data, you can use
 'sh_hash_db2pop'. The return value is either NULL (if no string was
 stored under this key), or the stored string (length returned in 'size').
