]> granicus.if.org Git - docbook-dsssl/commitdiff
clarify one of the msgs so we know why it's chatting at us
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Thu, 19 Dec 2002 22:15:34 +0000 (22:15 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Thu, 19 Dec 2002 22:15:34 +0000 (22:15 +0000)
cvstools/dsl2man

index 0b449b92f2f5a39e062afdaf604d38d30caced9e..727845cd900f59b65afd083e002d90b14d931e27 100755 (executable)
@@ -135,7 +135,7 @@ while (@FILES) {
        } elsif ($match =~ /^\(element/i) {
            #nop;
        } else {
-           print $file, " ", substr($match, 0, 30), "\n";
+           print $file, ": ignoring ", substr($match, 0, 30), "\n";
        }
     }