Print this page
4239 rpc_svc_calls(3nsl): Typo service service

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3nsl/rpc_svc_calls.3nsl
          +++ new/usr/src/man/man3nsl/rpc_svc_calls.3nsl
   1    1  '\" te
   2    2  .\"  Copyright 1989 AT&T
   3    3  .\" Copyright (C) 2004 Sun Microsystems, Inc. All Rights Reserved
   4    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH RPC_SVC_CALLS 3NSL "Jan 26, 2004"
        7 +.TH RPC_SVC_CALLS 3NSL "Oct 28, 2013"
   8    8  .SH NAME
   9    9  rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs,
  10   10  svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset,
  11   11  svc_getrpccaller, svc_max_pollfd, svc_pollfd, svc_run, svc_sendreply,
  12   12  svc_getcallerucred, svc_fd_negotiate_ucred \- library routines for RPC servers
  13   13  .SH SYNOPSIS
  14   14  .LP
  15   15  .nf
  16   16  \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lnsl\fR [ \fIlibrary\fR...]
  17   17  #include <rpc/rpc.h>
↓ open down ↓ 183 lines elided ↑ open up ↑
 201  201  after any creation routine. Do not pass its address to \fBselect\fR(3C).
 202  202  Instead, pass the address of a copy. multithreaded applications executing in
 203  203  either the Automatic MT mode or the user MT mode should never read this
 204  204  variable. They should use auxiliary threads to do asynchronous event
 205  205  processing. The \fBsvc_fdset\fR variable is limited to 1024 file descriptors
 206  206  and is considered obsolete. Use of \fBsvc_pollfd\fR is recommended instead.
 207  207  .sp
 208  208  .LP
 209  209  The \fBsvc_pollfd\fR global variable points to an array of \fBpollfd_t\fR
 210  210  structures that reflect the \fBRPC\fR server's read file descriptor array. This
 211      -is only of interest if service service implementors do not call \fBsvc_run()\fR
      211 +is only of interest if service implementors do not call \fBsvc_run()\fR
 212  212  but rather do their own asynchronous event processing. This variable is
 213  213  read-only, and it may change after calls to \fBsvc_getreg_poll()\fR or any
 214  214  creation routines. Do no pass its address to \fBpoll\fR(2). Instead, pass the
 215  215  address of a copy. By default, \fBsvc_pollfd\fR is limited to 1024 entries. Use
 216  216  \fBrpc_control\fR(3NSL) to remove this limitation. multithreaded applications
 217  217  executing in either the Automatic MT mode or the user MT mode should never be
 218  218  read this variable. They should use auxiliary threads to do asynchronous event
 219  219  processing.
 220  220  .sp
 221  221  .LP
↓ open down ↓ 62 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX