xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/makereadme (revision 41fbaed053f8fbfdf9d2a4ee0a7386a3c83f8505)
1#!/bin/sh
2
3sed '
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
14