Home | History | Annotate | Line # | Download | only in mantools
      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 
     14