.\" 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 "N_TTY_RECEIVE_BREAK" "9" "09 October 2005" "" ""
.SH NAME
n_tty_receive_break \- handle break
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void n_tty_receive_break (struct tty_struct * \fItty\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItty\fB\fR
terminal
.SH "DESCRIPTION"
.PP
An RS232 break event has been hit in the incoming bitstream. This
can cause a variety of events depending upon the termios settings.
.PP
Called from the receive_buf path so single threaded.