tty_write_message(9)
NAME
tty_write_message - write a message to a certain tty, not
just the console.
SYNOPSIS
void tty_write_message (struct tty_struct *tty, char *msg);
ARGUMENTS
tty -- undescribed -
msg -- undescribed -
DESCRIPTION
- This is used for messages that need to be redirected to a
specific tty. We don't put it into the syslog queue right
now maybe in the future if really needed.