]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
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)
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

index 9bf3b2653c2f4c004efd273e35b7b38a4e6327f7..bb566258005cc94211a33e3b3e1e4f35455df02f 100644 (file)
@@ -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),