Print this page
4447 rpc_control(3nsl): info should be italic, not bold
4213 Missing spaces in man pages

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/rpc_control.3nsl
          +++ new/usr/src/man/man3nsl/rpc_control.3nsl
↓ open down ↓ 71 lines elided ↑ open up ↑
  72   72  even though it makes sense only for the Automatic MT mode. All of the get
  73   73  operations except \fBRPC_SVC_MTMODE_GET\fR apply only to the Automatic MT mode,
  74   74  so values returned in other modes may be undefined.
  75   75  .sp
  76   76  .LP
  77   77  By default, \fBRPC\fR servers are limited to a maximum of 1024 file descriptors
  78   78  or connections due to limitations in the historical interfaces
  79   79  \fBsvc_fdset\fR(3NSL) and \fBsvc_getreqset\fR(3NSL). Applications written to
  80   80  use the preferred interfaces of \fBsvc_pollfd\fR(3NSL) and
  81   81  \fBsvc_getreq_poll\fR(3NSL) can use an unlimited number of file descriptors.
  82      -Setting \fBinfo\fR to point to a non-zero integer and  \fIop\fR to
       82 +Setting \fIinfo\fR to point to a non-zero integer and  \fIop\fR to
  83   83  \fBRPC_SVC_USE_POLLFD\fR removes the limitation.
  84   84  .sp
  85   85  .LP
  86   86  Connection oriented \fBRPC\fR transports read \fBRPC\fR requests in blocking
  87   87  mode by default. Thus, they may be adversely affected by network delays and
  88   88  broken clients. \fBRPC_SVC_CONNMAXREC_SET\fR enables non-blocking mode and
  89   89  establishes the maximum record size (in bytes) for \fBRPC\fR requests;
  90   90  \fBRPC\fR responses are not affected. Buffer space is allocated as needed up to
  91   91  the specified maximum, starting at the maximum or \fBRPC_MAXDATASIZE\fR,
  92   92  whichever is smaller.
↓ open down ↓ 10 lines elided ↑ open up ↑
 103  103  blocking mode.
 104  104  .sp
 105  105  .LP
 106  106  \fIinfo\fR is a pointer to an argument of type \fBint\fR. Non-connection RPC
 107  107  transports ignore \fBRPC_SVC_CONNMAXREC_SET\fR and
 108  108  \fBRPC_SVC_CONNMAXREC_GET\fR.
 109  109  .SH RETURN VALUES
 110  110  .sp
 111  111  .LP
 112  112  This routine returns \fBTRUE\fR if the operation was successful and
 113      -returns\fBFALSE\fR otherwise.
      113 +returns \fBFALSE\fR otherwise.
 114  114  .SH ATTRIBUTES
 115  115  .sp
 116  116  .LP
 117  117  See \fBattributes\fR(5) for descriptions of the following attributes:
 118  118  .sp
 119  119  
 120  120  .sp
 121  121  .TS
 122  122  box;
 123  123  c | c
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX