4.3BSD-UWisc/man/cat3/rwall.3r




RWALL(3R)           UNIX Programmer's Manual            RWALL(3R)



NAME
     rwall - write to specified remote machines

SYNOPSIS
     #include <rpcsvc/rwall.h>
9     rwall(host, msg);
          char *host, *msg;

DESCRIPTION
     _R_w_a_l_l causes _h_o_s_t to print the string _m_s_g to all its users.
     It returns 0 if successful.

RPC INFO
     program number:
          WALLPROG
9     procs:
          WALLPROC_WALL
               Takes string as argument (wrapstring), returns no arguments.
               Executes _w_a_l_l on remote host with string.
     versions:
          RSTATVERS_ORIG

SEE ALSO
     rwall(1), shutdown(8), rwalld(8C)






























Printed 12/27/86         10 August 1985                         1