tags:

views:

31

answers:

2

I have been trying Linux recently so my questions must be too much easy for you .Anyway

I try to look the man of lseek but there is no man for this function . I'd like to know how to update the man of linux on bash.

thank in advance

A: 

@ Tim McNamara : what are the differences between manpage and man program ?I'd like to install a completed man so i can have descriptions of all Unix function.(kind of have all the sus on my shell) @kuropenguin : How do i install those? What is the command? Thanks in advance

viet dung
@viet dung Please tell us what Linux distribution you are running. Ubuntu? Debian? Red Hat? SuSE? Other? Every distribution has different ways to do this.
birryree
@viet dung To answer your question to Tim McNamara - manpages are the actual documents you read when you do `man something`. The `man` program is the application that handles the retrieval and formatting of the documentation from its database (`mandb`)
birryree
I have Ubuntu Linux distribution
viet dung
A: 

On Debian the commands would be (as root)

apt-get install man-db
apt-get install manpages-dev

And for completeness

apt-get install glibc-doc
Gaius
thanks , it works perfectly
viet dung
Please click "accept" then :-)
Gaius