summaryrefslogtreecommitdiff
path: root/usr/src/man
diff options
context:
space:
mode:
authorBart Coddens <bart.coddens@gmail.com>2013-10-30 20:03:21 +0100
committerDan McDonald <danmcd@nexenta.com>2013-10-30 15:58:51 -0400
commitad17c019951cba3a3dcfcb81207a844fea04f536 (patch)
treecf0537137072383a8259054ffc1f5ed1706a5840 /usr/src/man
parent71ef9ec8a14e5d11c2ac4a72fb5717a330206444 (diff)
downloadillumos-gate-ad17c019951cba3a3dcfcb81207a844fea04f536.tar.gz
4239 rpc_svc_calls(3nsl): Typo "service service"
Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@nexenta.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r--usr/src/man/man3nsl/rpc_svc_calls.3nsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3nsl/rpc_svc_calls.3nsl b/usr/src/man/man3nsl/rpc_svc_calls.3nsl
index 6e9035fac1..8d9b0d0812 100644
--- a/usr/src/man/man3nsl/rpc_svc_calls.3nsl
+++ b/usr/src/man/man3nsl/rpc_svc_calls.3nsl
@@ -4,7 +4,7 @@
.\" 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.
.\" 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.
.\" 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]
-.TH RPC_SVC_CALLS 3NSL "Jan 26, 2004"
+.TH RPC_SVC_CALLS 3NSL "Oct 28, 2013"
.SH NAME
rpc_svc_calls, svc_dg_enablecache, svc_done, svc_exit, svc_fdset, svc_freeargs,
svc_getargs, svc_getreq_common, svc_getreq_poll, svc_getreqset,
@@ -208,7 +208,7 @@ and is considered obsolete. Use of \fBsvc_pollfd\fR is recommended instead.
.LP
The \fBsvc_pollfd\fR global variable points to an array of \fBpollfd_t\fR
structures that reflect the \fBRPC\fR server's read file descriptor array. This
-is only of interest if service service implementors do not call \fBsvc_run()\fR
+is only of interest if service implementors do not call \fBsvc_run()\fR
but rather do their own asynchronous event processing. This variable is
read-only, and it may change after calls to \fBsvc_getreg_poll()\fR or any
creation routines. Do no pass its address to \fBpoll\fR(2). Instead, pass the