svn commit: r314632 - stable/10/usr.bin/timeout
Bryan Drewery
bdrewery at FreeBSD.org
Fri Mar 3 21:41:19 UTC 2017
Author: bdrewery
Date: Fri Mar 3 21:41:17 2017
New Revision: 314632
URL: https://svnweb.freebsd.org/changeset/base/314632
Log:
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.
Modified:
stable/10/usr.bin/timeout/timeout.1
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.bin/timeout/timeout.1
==============================================================================
--- stable/10/usr.bin/timeout/timeout.1 Fri Mar 3 21:39:36 2017 (r314631)
+++ stable/10/usr.bin/timeout/timeout.1 Fri Mar 3 21:41:17 2017 (r314632)
@@ -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 at FreeBSD.org
+and
+.An Vsevolod Stakhov Aq Mt vsevolod at FreeBSD.org
More information about the svn-src-stable
mailing list