tty_write_message
Section: Kernel Hacker's Manual (9)
Updated: tty_write_message
Index
Return to Main Contents
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:56:29 GMT, June 12, 2005