Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2017 21:41:17 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r314632 - stable/10/usr.bin/timeout
Message-ID:  <201703032141.v23LfHij093638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+and
+.An Vsevolod Stakhov Aq Mt vsevolod@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703032141.v23LfHij093638>