Ritchie Logan wrote:
>
> I've just noticed that my SME5 has no man command.
Yeah its not installed with the base OS. This is a huge shame, I cant understand the logic of not installing such a usefull piece of software. I noticed also on the 5.1 betas that it appears slocate isnt installed either. These are mandatory tools IMO.
> If (for example) I try to do
>
> [root@e-smith share]# man ifconfig
> bash: man: command not found
>
> Doing a whereis for the file yields the following results:
>
> [root@e-smith /bin]# whereis man
> man: /usr/local/man /usr/share/man
>
> No great tragedy, as everything is set up the way I want, but
> it's just niggling me.
>
> This was a fresh install I did at the end of October, and
> I've upgraded all the blades as necessary.
>
> Any ideas ???
Install man off the CD if it has it, or find the relevant rpm etc...
You can always run it manually though
cd /usr/share/man && (echo ".ll 8.5i"; echo ".pl 1100i"; \
gzip -dc '/usr/share/man/man8/ifconfig.8.gz'; \
echo; echo ".pl \n(nlu+10") | gtbl | nroff -mandoc | less
Much easier as man ifconfig though....
--
Damien