repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
manspell
blob
107873d9c027066edaab0c81c98214223a62ac13
1
#!/bin/sh
2
3
for
file
4
do
5
echo
====
$file
====
6
deroff
$file
| spell | fgrep
-vf
proto
/
stop
7
done