It is only sections which code which need to be referenced.
Signed-off-by: NeilBrown <neilb@suse.de>
if (strncmp(s->section.txt, "Example:", 8) == 0)
continue;
if (strncmp(s->section.txt, "File:", 5) != 0) {
- fprintf(stderr, "Unreferenced section is not a file name: %.*s\n",
+ fprintf(stderr, "Code in unreferenced section that is not a file name: %.*s\n",
s->section.len, s->section.txt);
errs++;
continue;