How to open man page in file-browser

First we need to install the groff package, just write
	# apt-get install groff
in the terminal. Now to display "ls" man page in firefox, go to the terminal and either type
	$ man -Hfireifox ls
	
or
	$ man --html=firefox ls
this will open the "ls" man page in firefox.