]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
termios.3: ffix: reformat MIN/TIME list to use .TP
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Mar 2014 09:35:07 +0000 (10:35 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 6 Apr 2014 06:20:50 +0000 (08:20 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/termios.3

index 23eaf6cb7e8adc2abec5e7764506aeb06339237d..b069ec086056c117cc0d6f414d2dbcbf6d2ad0fa 100644 (file)
@@ -724,7 +724,7 @@ and TIME
 determine the circumstances in which a
 .BR read (2)
 completes; there are four distinct cases:
-.IP * 2
+.TP
 MIN == 0; TIME == 0:
 If data is available,
 .BR read (2)
@@ -733,12 +733,12 @@ available, or the number of bytes requested.
 If no data is available,
 .BR read (2)
 returns 0.
-.IP * 2
+.TP
 MIN > 0; TIME == 0:
 .BR read (2)
 blocks until the lesser of MIN bytes or the number of bytes requested
 are available, and returns the lesser of these two values.
-.IP * 2
+.TP
 MIN == 0; TIME > 0:
 TIME specifies the limit for a timer in tenths of a second.
 The timer is started when
@@ -750,7 +750,7 @@ or when the timer expires.
 If the timer expires without any input becoming available,
 .BR read (2)
 returns 0.
-.IP * 2
+.TP
 MIN > 0; TIME > 0:
 TIME specifies the limit for a timer in tenths of a second.
 Once an initial byte of input becomes available,