Install the "manpages-dev" package. Then you can do what you want on the
terminal (for the standard functions in C), e.g. if you type "man get" in
the terminal and hit <TAB> twice, you will get a list of possible man pages:

u...@machine:~/Stuff$ man get
getafm               getbkgd              getconf              getent
             getmaxx              getnonfreefonts      getopt
     getstr               getty                getyx
getbegx              getbkgrnd            getcurx              getfacl
             getmaxy              getnonfreefonts-sys  getparx
     getsyx               get_wch
getbegy              getcchar             getcury
getfdprm             getmaxyx             getnstr              getpary
             gettext              getwin
getbegyx             getch                geteltorito          getkeycodes


Then, you can, for example, complete your request to "man getstr", hit enter
and you'll see the documentation for the "getstr" function.

On Sat, Jun 26, 2010 at 11:17 AM, Pushparaj Shetty <[email protected]>wrote:

> Hi,
> Kindly let me know how to get offline help on C library functions.
>
> --
> Pushparaj Shetty D.
> IIT Delhi
> Cell# 9716616748
>
> --
> l...@iitd - http://tinyurl.com/ycueutm
>



-- 
with regards,
M.SRIHARSHA

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to