CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/04/13 06:40:05
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
A few tweaks:
- display only section headers in warning messages if -w (asked by jmc@)
- better fix option: have process_line return the processed line, and use
that info.
- return proper line for comments (noticed by Thomas Klausner)
- let more code run always, only display warnings when wanted
- sorting of see also should be case-insensitive (noticed by jmc@)