.\" 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 "ISIG" "9" "09 October 2005" "" "" .SH NAME isig \- handle the ISIG optio .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void isig (int \fIsig\fB, struct tty_struct * \fItty\fB, int \fIflush\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsig\fB\fR signal .TP \fB\fItty\fB\fR terminal .TP \fB\fIflush\fB\fR force flush .SH "DESCRIPTION" .PP Called when a signal is being sent due to terminal input. This may caus terminal flushing to take place according to the termios settings and character used. Called from the driver receive_buf path so serialized.