When you perform FreeBSD 6.x minimal installation, it skips additional distribution sets such as man and info pages. Man and info page offers extensive documentation.
It is very easy to add man or info pages to FreeBSD post installation. You need to use tool called sysinstall. The sysinstall utility is the pre and post installation application provided by the FreeBSD. It is console based and is divided into a number of menus and screens that you can use to configure and control the installation process. It can be use to install packages very easily:
Install man pages
a) Login as root user
b) Type the following command:
# /usr/sbin/sysinstall
Please note that if you are using FreeBSD old version such as 5.0 use /stand/sysinstall command (path is changed):
# /stand/sysinstall
c) The sysinstall menu system is controlled by the arrow keys, Enter, Space, and other keys. Select menu option as follows:
Configure > Distributions > Select Man and Info by press space bar > Ok
Now select man and info pages.
When prompted for to choose Installation media select either CD or FTP/HTTP.

Select FTP site and it will start to installation.

You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 6 comments… read them below or add one }
After having toyed with FreeBSD 5 I was wondering what had happened to sysinstall and obviously I couldn’t rtfm!
Thanks!
Use full path /usr/sbin/sysinstall on newly installed FreeBSD 6.x systems.
HTH
thanks for your article. it’s help me a lot.
I have FreeBSD 7.2-RELEASE-p4, when Select FTP site and it will start to installation,
sее Can’t find the `7.2-RELEASE-p4′, How can you be?
I have the same problem. I have FreeBSD 7.2-RELEASE-p4 and when I select FTP site it says Can’t find the `7.2-RELEASE-p4′. So I can’t install man pages and info through sysinstall. What I have to do to fix it?
lykich, kalim, when you choose a source to install from, go to Options and remove “-p#” from Release Name. After succesful install change Release Name back.