.\" 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_PARITY_ERROR" "9" "09 October 2005" "" "" .SH NAME n_tty_receive_parity_error \- error notifier .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void n_tty_receive_parity_error (struct tty_struct * \fItty\fB, unsigned char \fIc\fB); \fR .SH "ARGUMENTS" .TP \fB\fItty\fB\fR terminal device .TP \fB\fIc\fB\fR character .SH "DESCRIPTION" .PP Process a parity error and queue the right data to indicate the error case if neccessary. Locking as per n_tty_receive_buf.