HP-UX Reference (11i v1 00/12) - 3 Library Functions N-Z (vol 7)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/nan.3m
________________________________________________________________
___ ___
r
rwall(3N) rwall(3N)
NAME
rwall() - write to specified remote machines
SYNOPSIS
#include <rpcsvc/rwall.h>
int rwall(char *host, char *msg);
DESCRIPTION
rwall() causes host to print the string msg to all its users. It returns 0 if successful.
RPC Info
Program number:
WALLPROG
Procs:
WALLPROC_WALL
Takes string as argument (wrapstring), returns no arguments. Executes wall on remote host
with string.
Versions:
RSTATVERS_ORIG
WARNINGS
User applications that call this routine must be linked with /usr/lib/librpcsvc.a
. For example,
cc my_source.c -lrpcsvc
AUTHOR
rwall() was developed by Sun Microsystems, Inc.
SEE ALSO
rwall(1M), rwalld(1M), shutdown(1M).
Section 3820 1 HP-UX Release 11i: December 2000
___
___