xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/makereadme (revision 41fbaed053f8fbfdf9d2a4ee0a7386a3c83f8505)
1*41fbaed0Stron#!/bin/sh
2*41fbaed0Stron
3*41fbaed0Stronsed '
4*41fbaed0Stron	s/<\/*table[^>]*>//g
5*41fbaed0Stron	s/<\/th[^>]*>//g
6*41fbaed0Stron	s/<\/td[^>]*>//g
7*41fbaed0Stron	s/"\([A-Z0-9_]*\)\.html">/&\1:/
8*41fbaed0Stron	s/All main.cf parameters/postconf(5): &/
9*41fbaed0Stron	/All Postfix manual pages/d
10*41fbaed0Stron' "$@"
11*41fbaed0Stron
12*41fbaed0Stron
13*41fbaed0Stron
14