1833461 Members
3170 Online
110052 Solutions
New Discussion

programmer's reference

 
SOLVED
Go to solution
Victor.Lin
Occasional Contributor

programmer's reference

Is there electronic book of programmer's reference for HP_UX 11.0 which lists all the system call and the position of associated include files and the associated link options?
I find that the online help of HP_UX 11.0 is very simple, but the SCO online help is very good.
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: programmer's reference

HPs main online documentation site is:

http://docs.hp.com

Here's a link directly to the HP-UX 11.0 Programming section:

http://docs.hp.com/hpux/os/11.0/index.html#Programming
Victor.Lin
Occasional Contributor

Re: programmer's reference

No, I need a reference which inlude all the system call. The HP documents on the web site are too small in size. For example, <> is only 289kB, so it can not be used as a detailed reference.
Patrick Wallek
Honored Contributor

Re: programmer's reference

Here's HPs Developer Resource area. You might find something useful here:

http://devresource.hp.com/
James R. Ferguson
Acclaimed Contributor
Solution

Re: programmer's reference

Hi Victor:

While not intended as a tutorial, the man pages are a tremendous source:

Section-2 is for system calls.
Section-3 is library functions.
Section-4 is file formats.
Section-5 is header file descriptions.

See:
http://docs.hp.com/hpux/os/man_pages.html

...JRF...