Changeset 13

Show
Ignore:
Timestamp:
07/27/07 13:13:13 (1 year ago)
Author:
tmiller
Message:

Describe sipc_get_data_ptr, not sipc_connect

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/binary-mq/libsipc/man/man3/sipc_get_data_ptr.3

    r10 r13  
    99#include <sipc/sipc.h> 
    1010.HP 20 
    11 char\ *\fBsipc_connect\fR\ (sipc_t\ \fI*sipc\fR); 
     11char\ *\fBsipc_get_data_ptr\fR\ (sipc_t\ \fI*sipc\fR); 
    1212.ad 
    1313.hy 
    1414.SH "DESCRIPTION" 
    15 \fBsipc_connect\fR connects an IPC handle to an initialized IPC resource.  
    16 A call to \fBsipc_init\fR must be made before calling \fBsipc_connect\fR
     15\fBsipc_get_data_ptr\fR is used to access the data associated with an 
     16IPC handle
    1717.SH "RETURN VALUE" 
    1818This function returns a pointer to the handle's data member on success,