From 7c74520dfe4a97c8dd50a7228b231092eb8f6a10 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 3 Mar 2017 21:39:36 +0000 Subject: [PATCH] MFC r314001: Make it more clear that -k sends SIGKILL, not the -s signal. --- usr.bin/timeout/timeout.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/timeout/timeout.1 b/usr.bin/timeout/timeout.1 index c9e838bb172..f4532b102c6 100644 --- a/usr.bin/timeout/timeout.1 +++ b/usr.bin/timeout/timeout.1 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 17, 2017 +.Dd February 20, 2017 .Dt TIMEOUT 1 .Os .Sh NAME @@ -68,7 +68,9 @@ By default, .Ar SIGTERM . is sent. .It Fl k Ar time , Fl -kill-after Ar time -Send a second kill signal if +Send a +.Ar SIGKILL +signal if .Ar command is still running after .Ar time -- 2.45.0