Karthik Vishwanath wrote:
> 
> When I see a man page sometimes such as:
> 
> --------
> NAME
>        setuid - set user identity
> 
> SYNOPSIS
>        #include <unistd.h>
> 
>        int setuid(uid_t uid)
> --------
> 
> This looks like a defn of C-function (as it probably is), but how do I
> use it? 
If it is s C function, use it like a C function - be advised commands do
share names. That is why the man pages are sectioned. from the above
setuid is a system call provide through the unistd.h header.

> Where can I get detailed info about how to use man-pages and what
> are all the man topics available etc.
People say man man, but i think the DOS-to-Linux HOWTO is more useful.
> What is the difference between info
> and man?
Info is more recent and more confusing.
> Is there someplace that I can find out about howto find
> documentation in general?
not really.
> Or have I come to the right place?!
I hope so. 

-- 
Memories of past injustices should not divert us from
the more pressing business at hand. 
We must live in peace ...lest the acid of hatred,
erode our soul and poison our hearts. - Haile Selassie I.
http://www.bigfoot.com/~blakdogg

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to