In my university, I can do such things as:
- man strlen
- man strcpy
- man msgget
- man msgctl
and a nice manual page appears. On my PC I get
$ man strcat
No manual entry for strcat
Any help on how to get those documentation pages into my computer?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Install the
at the command line. | |||
feedback
|
|
You may find glibc-doc package useful as well. From http://packages.ubuntu.com/jaunty/glibc-doc:
| |||
|
feedback
|
|
On a ubuntu system they are in the packages
| |||
|
feedback
|
|
It always annoys me about ubuntu that I have to go searching around for the man pages and info pages to load. Fedora installs docs by default. At least they seem to be looking at it: http://brainstorm.ubuntu.com/idea/10240/ | |||
|
feedback
|
|
Ubuntu + others; You can also do a search in aptitude. I.e:
Where "i" mean the package is installed and "p" means purged/not installed.
And then i.e:
Other systems has similar functions. | ||||
|
feedback
|