=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/timeout/timeout.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/timeout/timeout.1 2023/01/12 14:08:39 1.7 --- src/usr.bin/timeout/timeout.1 2023/11/03 19:16:31 1.8 *************** *** 1,4 **** ! .\" $OpenBSD: timeout.1,v 1.7 2023/01/12 14:08:39 jmc Exp $ .\" $NetBSD: timeout.1,v 1.4 2016/10/13 06:22:26 dholland Exp $ .\" .\" Copyright (c) 2014 Baptiste Daroussin --- 1,4 ---- ! .\" $OpenBSD: timeout.1,v 1.8 2023/11/03 19:16:31 cheloha Exp $ .\" $NetBSD: timeout.1,v 1.4 2016/10/13 06:22:26 dholland Exp $ .\" .\" Copyright (c) 2014 Baptiste Daroussin *************** *** 27,33 **** .\" .\" $FreeBSD: head/usr.bin/timeout/timeout.1 268861 2014-07-18 22:56:59Z bapt $ .\" ! .Dd $Mdocdate: January 12 2023 $ .Dt TIMEOUT 1 .Os .Sh NAME --- 27,33 ---- .\" .\" $FreeBSD: head/usr.bin/timeout/timeout.1 268861 2014-07-18 22:56:59Z bapt $ .\" ! .Dd $Mdocdate: November 3 2023 $ .Dt TIMEOUT 1 .Os .Sh NAME *************** *** 92,111 **** days .El .Sh EXIT STATUS ! If the timeout was not reached or ! .Fl p ! was set, the exit status of ! .Ar command ! is returned. .Pp ! If the timeout was reached and .Fl p ! was not set, an exit status of 124 is returned. ! .Pp ! If .Ar command ! exited after receiving a signal, the exit status returned is the signal number ! plus 128. .Sh SEE ALSO .Xr kill 1 , .Xr signal 3 --- 92,120 ---- days .El .Sh EXIT STATUS ! The ! .Nm ! utility may return one of the following statuses: .Pp ! .Bl -tag -width indent -compact ! .It 124 ! The time limit expired and the .Fl p ! flag was not set. ! .It 126 ! The .Ar command ! was found but could not be executed. ! .It 127 ! The ! .Ar command ! was not found. ! .El ! .Pp ! Otherwise, ! .Nm ! returns the exit status of the ! .Ar command . .Sh SEE ALSO .Xr kill 1 , .Xr signal 3