Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / mantools / spell
blob291064f1f63dc57aed6b38be48323bae3c26887a
1 #!/bin/sh
3 for i in $*
4 do
5 echo === $i ===
6 mantools/html2readme $i | col -b | spell | fgrep -vxf proto/stop
7 done