From f658787d727df9094e1abaa95ae025529057fe4e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 Subject: [PATCH] mtimeout.1: Move the exit status clarification to the correct place. Not quite sure what happened there. --- mtimeout.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mtimeout.1 b/mtimeout.1 index 58c2237..703c235 100644 --- a/mtimeout.1 +++ b/mtimeout.1 @@ -124,11 +124,6 @@ program sets its exit status as follows. 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 -- 2.11.0