#! /bin/sh
#
# Some of these should really be done by man2html
#
# The ~/xxx links don't really work -- netscape doesn't expand the home
# directory of the user running navigator
#
sed -e 's|gnu.bash.bug|gnu.bash.bug|g' \
-e 's|<[iI]>/bin/bash[iI]>|/bin/bash|g' \
-e 's|<[iI]>/etc/profile[iI]>|/etc/profile|g' \
-e 's|<[iI]>~/.bash_profile[iI]>|~/.bash_profile|g' \
-e 's|<[iI]>~/.bash_login[iI]>|~/.bash_login|g' \
-e 's|<[iI]>~/.profile[iI]>|~/.profile|g' \
-e 's|<[iI]>~/.bashrc[iI]>|~/.bashrc|g' \
-e 's|<[iI]>~/.bash_logout[iI]>|~/.bash_logout|g' \
-e 's|<[iI]>~/.bash_history[iI]>|~/.bash_history|g' \
-e 's|<[iI]>~/.inputrc[iI]>|~/.inputrc|g' \
-e 's|<[iI]>/etc/inputrc[iI]>|/etc/inputrc|g'