rwall(3N) — NETWORK FUNCTIONS
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.