Date: Sun, 19 Feb 2017 17:35:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r313952 - stable/11/usr.bin/timeout Message-ID: <201702191735.v1JHZESA005408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Feb 19 17:35:14 2017 New Revision: 313952 URL: https://svnweb.freebsd.org/changeset/base/313952 Log: MFC r313867, r313869-r313870 r313867: Add history and Authors section in the manpage Submitted by: dteske MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D9419 r313869: Also add vsevolod@ in the authors r313870: Use full name for the month Reported by: brueffer Modified: stable/11/usr.bin/timeout/timeout.1 Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin/timeout/timeout.1 ============================================================================== --- stable/11/usr.bin/timeout/timeout.1 Sun Feb 19 17:32:21 2017 (r313951) +++ stable/11/usr.bin/timeout/timeout.1 Sun Feb 19 17:35:14 2017 (r313952) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd Oct 28, 2014 +.Dd February 17, 2017 .Dt TIMEOUT 1 .Os .Sh NAME @@ -127,3 +127,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?201702191735.v1JHZESA005408>