mtimeout.1: Use correct dash for number ranges.
[misc] / mtimeout.1
index 58c2237..1439cf0 100644 (file)
@@ -120,15 +120,10 @@ The
 .B mtimeout
 program sets its exit status as follows.
 .TP
-0\(em127, 255
+0\(en127, 255
 The child process ran to completion within the given time:
 .BR mtimeout 's
 exit status is the same as that of the child process.
-.TP
-128
-The child process exited in a way which
-.B mtimeout
-could not interpret.
 (Whatever status the child exits with will be propagated;
 but if it exits with some status other than these then
 there is a risk that it will be conflict
@@ -136,6 +131,11 @@ with a status used by
 .B mtimeout
 and be misinterpreted.)
 .TP
+128
+The child process exited in a way which
+.B mtimeout
+could not interpret.
+.TP
 129\(em250
 The child process was killed by a signal: the exit status is 128 higher
 than the signal number.  If