=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/timeout/timeout.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/timeout/timeout.1 2023/01/10 21:10:37 1.6 --- src/usr.bin/timeout/timeout.1 2023/01/12 14:08:39 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: timeout.1,v 1.6 2023/01/10 21:10:37 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.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 *************** *** 27,33 **** .\" .\" $FreeBSD: head/usr.bin/timeout/timeout.1 268861 2014-07-18 22:56:59Z bapt $ .\" ! .Dd $Mdocdate: January 10 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: January 12 2023 $ .Dt TIMEOUT 1 .Os .Sh NAME *************** *** 37,43 **** .Nm .Op Fl fp .Op Fl k Ar time ! .Op Fl s Ar sig .Ar duration .Ar command .Op Ar arg ... --- 37,43 ---- .Nm .Op Fl fp .Op Fl k Ar time ! .Op Fl s Ar signal .Ar duration .Ar command .Op Ar arg ... *************** *** 67,74 **** Always exit with the same status as .Ar command , even if the timeout was reached. ! .It Fl s Ar sig , Fl -signal Ns = Ns Ar sig ! Specify the signal to send on timeout, instead of the default .Dv SIGTERM . .El .Sh DURATION FORMAT --- 67,75 ---- Always exit with the same status as .Ar command , even if the timeout was reached. ! .It Fl s Ar signal , Fl -signal Ns = Ns Ar signal ! A non-negative decimal number or symbolic signal name specifying ! the signal to send on timeout, instead of the default .Dv SIGTERM . .El .Sh DURATION FORMAT