.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "TTY_WRITE_MESSAGE" "" "06 October 2005" "" ""
.SH NAME
tty_write_message \- write a message to a certain tty, not just the console.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void tty_write_message (struct tty_struct * \fItty\fB, char * \fImsg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItty\fB\fR
-- undescribed --
.TP
\fB\fImsg\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
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.