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@xxxxxx> --- term-utils/wall.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/term-utils/wall.1 b/term-utils/wall.1 index 9bf3b26..bb56625 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), -- 1.8.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html