diff --git a/src/internfile/mh_execm.h b/src/internfile/mh_execm.h index eec824b8..56be0615 100644 --- a/src/internfile/mh_execm.h +++ b/src/internfile/mh_execm.h @@ -31,11 +31,13 @@ * with a simple question/response protocol. * * The data is exchanged in TLV fashion, in a way that should be - * usable in most script languages. The basic unit has one line with a - * data type and a count, followed by the data. A 'message' ends with - * one empty line. A possible exchange: + * usable in most script languages. The basic unit of data has one line + * with a data type and a count (both ASCII), followed by the data. A + * 'message' is made of one or several units or tags and ends with one empty + * line. * - * From recollindex (the message begins before 'Filename'): + * Example from recollindex (the message begins before 'Filename' and has + * 'Filename' and 'Ipath' tags): * Filename: 24 /my/home/mail/somefolderIpath: 2 @@ -44,7 +46,7 @@ Filename: 24