Is there a FreeBSD Manual Pages offline package available in html format for download?

Not that I know off. What is available is the source code to the entire documentation project, you'll find that on svn.freebsd.org/doc/head. This contains all the available documentation, but you'll need textproc/docproj to actually build and install it.

However, it doesn't contain the manualpages. That's why you'd normally use the man command.
 
Dear mikey777,
you can follow the advice in post#4. You can copy&paste the address of the svn server in the browser to see what you will get. It is the source code of the documentation. The port can convert it to html.

You could also use www/wwwoffle if it is about not to have to be online for reading the docs. It stores visited pages and show them out of the cache when you are offline.
 
Back
Top