rwall(3R) DG/UX R4.11MU05 rwall(3R)
NAME
rwall - write to specified remote machines
SYNOPSIS
#include <rpcsvc/rwall.h>
rwall(host, msg);
char *host, *msg;
DESCRIPTION
Rwall prints the string msg to all the users on host. It returns 0
if successful.
RPC Information
Program number: WALLPROG
Procedures: WALLPROCWALL
Takes a string as argument (wrapstring), returns no arguments.
Executes wall on remote host with the string.
Versions: RSTATVERSORIG
Programs that use this function must be loaded using the flag -l
rpcsvc.
SEE ALSO
rwall(1C), rwalld(1M), shutdown(1M), rpc(3N).
Licensed material--property of copyright holder(s)