rwall(3N) LIBRARY FUNCTIONS rwall(3N)
NAME
rwall - write to specified remote machines
SYNOPSIS
#include <rpcsvc/rwall.h>
rwall(char *host, char *msg);
DESCRIPTION
rwall executes wall(1M) on host. host prints the string msg
to all its users. It returns 0 if successful.
SEE ALSO
rwall(1M), rwalld(1M).
1