manual page distributed with 4.2BSD
[unix-history] / usr / src / usr.bin / wall / wall.1
CommitLineData
768d351d
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
c2bf52f1 5.\" @(#)wall.1 5.1 (Berkeley) %G%
768d351d 6.\"
c2bf52f1 7.TH WALL 1 "18 January 1983"
768d351d
KM
8.UC 4
9.SH NAME
10wall \- write to all users
11.SH SYNOPSIS
12.B wall
13.SH DESCRIPTION
14.I Wall
15reads its standard input until an end-of-file.
16It then sends this message,
17preceded by
18`Broadcast Message ...',
19to all logged in users.
20.PP
21The sender should be super-user to override
22any protections the users may have invoked.
23.SH FILES
24/dev/tty?
25.br
26/etc/utmp
27.SH "SEE ALSO"
28mesg(1), write(1)
29.SH DIAGNOSTICS
30`Cannot send to ...' when the open on
31a user's tty file fails.