rwall(3N)
NAME
rwall − write to specified remote machines
SYNOPSIS
cc [ flag ... ] file ... −lrpcsvc [ library ... ]
#include <rpc/clnt.h>
#include <clnt_stat.h>
#include <rpcsvc/rwall.h>
enum clnt_stat rwall(char ∗host, char ∗msg);
DESCRIPTION
rwall() executes wall(1M) on host. The rpc.rwalld process on host prints msg to all users logged on to that system. It returns 0 if successful.
SEE ALSO
SunOS 5.1/x86 — Last change: 6 Jun 1991