diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-02-21 01:11:18 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-02-21 01:11:18 +0000 |
| commit | 7ad0d03d2b37db9fa847030bdbc594e67a8f9572 (patch) | |
| tree | 09bb9e083eada9bf12ef937813252de0db781144 /usr.bin/timeout | |
| parent | 7b1336637395e6cf491deeb35c59a6ebc78a86ce (diff) | |
Notes
Diffstat (limited to 'usr.bin/timeout')
| -rw-r--r-- | usr.bin/timeout/timeout.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/timeout/timeout.1 b/usr.bin/timeout/timeout.1 index c9e838bb172da..f4532b102c62e 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 |
