CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/01 10:17:30
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
make usage() a fatal function instead of a string. It is just used once,
and it greatly improves code flow there. Also, print usage to STDERR instead
of STDOUT. Use an EOF-heredoc instead of a clumsily escaped \t\n-string.
ok espie@
