Re: man and system calls Bobohoolie wrote:
>> "Andrew Black (delete obvious bit)"
>> <andrew6e.deletethis@mail.black1.org.uk> wrote in
>> news:Xns983E5E0A61642andrewblack1orguk@193.111.200 .94:
>>
>>> I am having trouble finding various system calls in man
>>> man shmget
>>> Manual entry for shmget not found or not installed.
>
> Works fine here (AIX 5.2): So prob. you need to install the man
> page.....
Once the infocenter filesets are installed, man will work for commands,
but not for libs. You can rectify this by going to
/usr/man/info/EN_US/a_doc_lib
and doing an ls -l. You'll find that cmds is there and points into
/opt/ibm_help/... What you have to do is add a similar link for
libs. Then man shmget will work for you.
And no, MANPATH doesn't seem to work. |