]> ruderich.org/simon Gitweb - wall-notify/wall-notify.git/blob - man/wall-notify.txt
add man page
[wall-notify/wall-notify.git] / man / wall-notify.txt
1 wall-notify(1)
2 ==============
3
4 NAME
5 ----
6
7 wall-notify - receive wall messages and pass them to a notification program
8
9
10 SYNOPSIS
11 --------
12
13 *wall-notify* ['-X'] ['-m'] 'cmd' ['args']..
14
15
16 DESCRIPTION
17 -----------
18
19 *wall-notify* receives *wall* messages and passes them to the notification
20 program 'cmd' and its arguments via stdin. For each received message a new
21 instance of 'cmd' is created.
22
23
24 OPTIONS
25 -------
26
27 *-X*::
28     Quit when the current X session terminates. By default *wall-notify* keeps
29     running. This option is intended for `~/.xinitrc` to prevent stale
30     *wall-notify* processes when the user logs out. Requires a running X
31     server.
32
33 *-m*::
34     Receive messages from all users. Works similar to *mesg y*. By default
35     only messages from root are allowed. Be careful when using this option, it
36     might be abused by local users to send fake messages.
37
38
39 AUTHORS
40 -------
41
42 Written by Simon Ruderich <simon@ruderich.org>.
43
44
45 COPYRIGHT
46 ---------
47
48 Copyright \(C) 2014  Simon Ruderich. Free software licensed under GPL version
49 3 or later.
50
51
52 SEE ALSO
53 --------
54
55 manlink:wall[1], manlink:utmp[5], manlink:shtudown[1]
56
57 // vim: ft=asciidoc