.\" 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_LDISC_ENABLE" "9" "09 October 2005" "" "" .SH NAME tty_ldisc_enable \- allow ldisc use .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void tty_ldisc_enable (struct tty_struct * \fItty\fB); \fR .SH "ARGUMENTS" .TP \fB\fItty\fB\fR terminal to activate ldisc on .SH "DESCRIPTION" .PP Set the TTY_LDISC flag when the line discipline can be called again. Do neccessary wakeups for existing sleepers. .SH "NOTE" .PP nobody should set this bit except via this function. Clearing directly is allowed.