summaryrefslogtreecommitdiffstats
path: root/man2/ioctl_tty.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/ioctl_tty.2')
-rw-r--r--man2/ioctl_tty.246
1 files changed, 24 insertions, 22 deletions
diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2
index 3eb4ab0f2..5e06bd88e 100644
--- a/man2/ioctl_tty.2
+++ b/man2/ioctl_tty.2
@@ -335,14 +335,15 @@ If the first byte is not
(0), it is an OR of one
or more of the following bits:
.IP
-.nf
-TIOCPKT_FLUSHREAD The read queue for the terminal is flushed.
-TIOCPKT_FLUSHWRITE The write queue for the terminal is flushed.
-TIOCPKT_STOP Output to the terminal is stopped.
-TIOCPKT_START Output to the terminal is restarted.
-TIOCPKT_DOSTOP The start and stop characters are \fB\(haS\fP/\fB\(haQ\fP.
-TIOCPKT_NOSTOP The start and stop characters are not \fB\(haS\fP/\fB\(haQ\fP.
-.fi
+.TS
+lb l.
+TIOCPKT_FLUSHREAD The read queue for the terminal is flushed.
+TIOCPKT_FLUSHWRITE The write queue for the terminal is flushed.
+TIOCPKT_STOP Output to the terminal is stopped.
+TIOCPKT_START Output to the terminal is restarted.
+TIOCPKT_DOSTOP The start and stop characters are \fB\(haS\fP/\fB\(haQ\fP.
+TIOCPKT_NOSTOP The start and stop characters are not \fB\(haS\fP/\fB\(haQ\fP.
+.TE
.IP
While packet mode is in use, the presence
of control status information to be read
@@ -429,19 +430,20 @@ Set the indicated modem bits.
.PP
The following bits are used by the above ioctls:
.PP
-.nf
-TIOCM_LE DSR (data set ready/line enable)
-TIOCM_DTR DTR (data terminal ready)
-TIOCM_RTS RTS (request to send)
-TIOCM_ST Secondary TXD (transmit)
-TIOCM_SR Secondary RXD (receive)
-TIOCM_CTS CTS (clear to send)
-TIOCM_CAR DCD (data carrier detect)
-TIOCM_CD see TIOCM_CAR
-TIOCM_RNG RNG (ring)
-TIOCM_RI see TIOCM_RNG
-TIOCM_DSR DSR (data set ready)
-.fi
+.TS
+lb l.
+TIOCM_LE DSR (data set ready/line enable)
+TIOCM_DTR DTR (data terminal ready)
+TIOCM_RTS RTS (request to send)
+TIOCM_ST Secondary TXD (transmit)
+TIOCM_SR Secondary RXD (receive)
+TIOCM_CTS CTS (clear to send)
+TIOCM_CAR DCD (data carrier detect)
+TIOCM_CD see TIOCM_CAR
+TIOCM_RNG RNG (ring)
+TIOCM_RI see TIOCM_RNG
+TIOCM_DSR DSR (data set ready)
+.TE
.TP
.BI "TIOCMIWAIT int " arg
Wait for any of the 4 modem bits (DCD, RI, DSR, CTS) to change.
@@ -592,7 +594,7 @@ main(void)
.\" TIOCSERSETMULTI const struct serial_multiport_struct *
.\" TIOCGSERIAL, TIOCSSERIAL (see above)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,