Author: bdrewery
Date: Tue Feb 21 01:11:18 2017
New Revision: 314001
URL: https://svnweb.freebsd.org/changeset/base/314001

Log:
  Make it more clear that -k sends SIGKILL, not the -s signal.
  
  MFC after:    1 week

Modified:
  head/usr.bin/timeout/timeout.1

Modified: head/usr.bin/timeout/timeout.1
==============================================================================
--- head/usr.bin/timeout/timeout.1      Mon Feb 20 23:48:50 2017        
(r314000)
+++ head/usr.bin/timeout/timeout.1      Tue Feb 21 01:11:18 2017        
(r314001)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to