summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2023-01-10 21:10:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2023-01-10 21:10:38 +0000
commitbc90a2cd11f18f5e86ff411ef78f85905eaa5b72 (patch)
tree035312b9c97245f0838ec76c1a768290279c3eee /usr.bin
parentf3ba80fc6896f73f41e429ebb17292d42eb3e126 (diff)
oops, fix a bad edit in previous;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/timeout/timeout.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/timeout/timeout.1 b/usr.bin/timeout/timeout.1
index ccc6a090433..a44d64aa141 100644
--- a/usr.bin/timeout/timeout.1
+++ b/usr.bin/timeout/timeout.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timeout.1,v 1.5 2023/01/10 14:19:12 job Exp $
+.\" $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 <bapt@FreeBSD.org>
@@ -61,12 +61,12 @@ Do not propagate the timeout signal to children processes.
Send a second signal,
.Dv SIGKILL ,
if the command is still running
+.Ar time
+after the first signal was sent.
.It Fl p , -preserve-status
Always exit with the same status as
.Ar command ,
even if the timeout was reached.
-.Ar time
-after the first signal was sent.
.It Fl s Ar sig , Fl -signal Ns = Ns Ar sig
Specify the signal to send on timeout, instead of the default
.Dv SIGTERM .