From: Sami Kerola Date: Sun, 18 Aug 2013 08:51:46 +0000 (+0100) Subject: docs: add note to wall(1) about sessions which will not get message X-Git-Tag: v2.24-rc1~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7afb6b6b850c25e09140e0cd75c6c517f5685c4;p=thirdparty%2Futil-linux.git 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 --- diff --git a/term-utils/wall.1 b/term-utils/wall.1 index 9bf3b2653c..bb56625800 100644 --- a/term-utils/wall.1 +++ b/term-utils/wall.1 @@ -73,6 +73,12 @@ Output version and exit. .TP \fB\-h\fR, \fB\-\-help\fR Output help and exit. +.SH NOTES +Some sessions, such as wdm, that has in beginning of +.BR utmp (5) +ut_type data ':' character will not get message from +.BR wall . +This is done to avoid write errors. .SH SEE ALSO .BR mesg (1), .BR talk (1),