]> ocean-lang.org Git - ocean/commitdiff
mdcode.mdc: fix error message slightly.
authorNeilBrown <neilb@suse.de>
Sat, 10 May 2014 10:31:06 +0000 (20:31 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 13 Jun 2014 21:35:26 +0000 (07:35 +1000)
It is only sections which code which need to be referenced.

Signed-off-by: NeilBrown <neilb@suse.de>
csrc/mdcode.mdc

index afd2b29bac424428205bda9d4b454b0478019b73..50250b8fea451b9e79a05043d37203fb26fa9d01 100644 (file)
@@ -900,7 +900,7 @@ we are done.
                        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;