MFC r313867,r313869,r313870,r314001:

r313867:
    Add history and Authors section in the manpage
  r313869:
    Also add vsevolod@ in the authors
  r313870:
    Use full name for the month
  r314001:
    Make it more clear that -k sends SIGKILL, not the -s signal.
This commit is contained in:
Bryan Drewery 2017-03-03 21:41:17 +00:00
parent fb2b9c93f1
commit 005f716389
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=314632

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd Oct 28, 2014
.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
@ -127,3 +129,12 @@ the exit status return is 125.
.Sh SEE ALSO
.Xr kill 1 ,
.Xr signal 3
.Sh HISTORY
The
.Nm
command first appeared in
.Fx 10.3 .
.Sh AUTHORS
.An Baptiste Daroussin Aq Mt bapt@FreeBSD.org
and
.An Vsevolod Stakhov Aq Mt vsevolod@FreeBSD.org