9330 stack overflow when creating a deeply nested dataset
[unleashed.git] / usr / src / man / man3rpc / rwall.3rpc
blob7ecd8a96f5a738b28ae57feb353f90cf8f5c1e01
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1997, Sun Microsystems, Inc.  All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH RWALL 3RPC "Dec 30, 1996"
7 .SH NAME
8 rwall \- write to specified remote machines
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lrpcsvc\fR [ \fIlibrary\fR ... ]
13 #include <rpc/rpc.h>
14 #include <rpcsvc/rwall.h>
16 \fBenum clnt_stat\fR \fBrwall\fR(\fBchar *\fR\fIhost\fR, \fBchar *\fR\fImsg\fR);
17 .fi
19 .SH PROTOCOL
20 .sp
21 .LP
22 \fB/usr/include/rpcsvc/rwall.x\fR
23 .SH DESCRIPTION
24 .sp
25 .LP
26 These routines require that the \fBrpc.rwalld\fR(1M) daemon be configured and
27 available on the remote system indicated by \fIhost\fR.
28 .sp
29 .LP
30 \fBrwall()\fR executes \fBwall\fR(1M) on \fIhost\fR. The  \fBrpc.rwalld\fR
31 process on  \fIhost\fR prints \fImsg\fR to all users logged on to that system.
32 \fBrwall()\fR returns \fBRPC_SUCCESS\fR if it was successful; otherwise a
33 \fBenum clnt_stat\fR is returned which can be displayed using
34 \fBclnt_perrno\fR(3NSL).
35 .SH ATTRIBUTES
36 .sp
37 .LP
38 See \fBattributes\fR(5) for descriptions of the following attributes:
39 .sp
41 .sp
42 .TS
43 box;
44 c | c
45 l | l .
46 ATTRIBUTE TYPE  ATTRIBUTE VALUE
48 MT-Level        MT-Safe
49 .TE
51 .SH SEE ALSO
52 .sp
53 .LP
54 \fBrpc.rwalld\fR(1M), \fBwall\fR(1M), \fBrpc_clnt_calls\fR(3NSL),
55 \fBattributes\fR(5)