]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tty_ioctl.4: Reorder text
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 May 2015 20:33:15 +0000 (22:33 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 May 2015 21:11:58 +0000 (23:11 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/tty_ioctl.4

index a409e518e07ebd00657790a6f433947996a64d3f..6068c72496e447c2dd069c4f9fa4081e2e4ec010 100644 (file)
@@ -368,20 +368,6 @@ Clear the indicated modem bits.
 .TP
 .BI "TIOCMBIS  const int *" argp
 Set the indicated modem bits.
-.TP
-.BI "TIOCMIWAIT        int " arg
-Wait for any of the 4 modem bits (DCD, RI, DSR, CTS) to change.
-The bits of interest are specified as a bit mask in
-.IR arg ,
-by ORing together any of the bit values,
-.BR TIOCM_RNG ,
-.BR TIOCM_DSR ,
-.BR TIOCM_CD ,
-and
-.BR TIOCM_CTS .
-The caller should use
-.B TIOCGICOUNT
-to see which bit has changed.
 .LP
 The following bits are used by the above ioctls:
 
@@ -399,6 +385,20 @@ TIOCM_RI         see TIOCM_RNG
 TIOCM_DSR       DSR (data set ready)
 .fi
 .TP
+.BI "TIOCMIWAIT        int " arg
+Wait for any of the 4 modem bits (DCD, RI, DSR, CTS) to change.
+The bits of interest are specified as a bit mask in
+.IR arg ,
+by ORing together any of the bit values,
+.BR TIOCM_RNG ,
+.BR TIOCM_DSR ,
+.BR TIOCM_CD ,
+and
+.BR TIOCM_CTS .
+The caller should use
+.B TIOCGICOUNT
+to see which bit has changed.
+.TP
 .BI "TIOCGICOUNT       struct serial_icounter_struct *" argp
 Get counts of input serial line interrupts (DCD, RI, DSR, CTS).
 The counts are written to the