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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
makereadme
blob
de066c1e01d7f985ecefc4f30868dbfec16d9300
1
#!/bin/sh
2
3
sed
'
4
s/<\/*table[^>]*>//g
5
s/<\/th[^>]*>//g
6
s/<\/td[^>]*>//g
7
s/"\([A-Z0-9_]*\)\.html">/&\1:/
8
s/All main.cf parameters/postconf(5): &/
9
/All Postfix manual pages/d
10
'
"$@"
11
12
13