Code:
# Sends man pages to a browser
export BROWSER=konqueror
alias manb="man -H"
I put this in my bashrc file..... so now, when i want to see a man page in a browser.... i just type
manb COMMAND and the command's man page is shown in a web browser.... making for a nicely formatted page to print
I know konqueror has the man:/ thing going on.... but they don't have the same pages listed there..... the man pages themselves seem more current than the docs for konqs web paged versions of man pages. I couldn't get firefoxes man:COMMAND to work either.... it was complaining something about gnome..... ugggghhhh gave up on that and wrote this short alias so i could view them in a browser of my choosing
