]> git.ipfire.org Git - thirdparty/util-linux.git/commit
docs: add note to wall(1) about sessions which will not get message
authorSami Kerola <kerolasa@iki.fi>
Sun, 18 Aug 2013 08:51:46 +0000 (09:51 +0100)
committerSami Kerola <kerolasa@iki.fi>
Thu, 29 Aug 2013 17:14:07 +0000 (18:14 +0100)
commitf7afb6b6b850c25e09140e0cd75c6c517f5685c4
tree0f4e1d52a1ac1860911bd3c3cd8b10d4f844cf2f
parent2af00c40a679921db8591980f1fd39259e3f7207
docs: add note to wall(1) about sessions which will not get message

Sessions that has in utmp data ut_line begining with ':' are skipped.
This is done to avoid write errors to devices such as '/dev/:0'.  For
example wdm is reported to to generate such utmp line.

Perhaps in future this code should be revalidated.  If an utmp data
contains broken device lines it might be best inform user with a error
message, rather than skipping silently suspicious device entries.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
term-utils/wall.1