diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man8/wall.8 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man8/wall.8')
| -rw-r--r-- | static/v10/man8/wall.8 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/v10/man8/wall.8 b/static/v10/man8/wall.8 new file mode 100644 index 00000000..57918100 --- /dev/null +++ b/static/v10/man8/wall.8 @@ -0,0 +1,23 @@ +.TH WALL 8 +.CT 1 sa_nonmortals +.SH NAME +wall \- write to all users +.SH SYNOPSIS +.B /etc/wall +.SH DESCRIPTION +.I Wall +reads its standard input until an end-of-file. +It then sends this message, +preceded by +`Broadcast Message ...', +to all logged in users. +.PP +The sender should be super-user to override +any protections the users may have invoked. +.SH FILES +.F /etc/utmp +.SH "SEE ALSO" +.IR write (1) +.SH DIAGNOSTICS +`Cannot send to ...' when the open on +a user's tty file fails. |
