From owner-cvs-src@FreeBSD.ORG Sun May 14 13:16:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D3DF16A406; Sun, 14 May 2006 13:16:27 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBAD643D45; Sun, 14 May 2006 13:16:26 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4EDGJvl052234; Sun, 14 May 2006 13:16:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4EDGJwi052233; Sun, 14 May 2006 13:16:19 GMT (envelope-from pjd) Message-Id: <200605141316.k4EDGJwi052233@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 14 May 2006 13:16:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/time time.1 time.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 13:16:27 -0000 pjd 2006-05-14 13:16:19 UTC FreeBSD src repository Modified files: usr.bin/time time.1 time.c Log: Handle SIGINFO in time(1) by printing the time the given command is running. I find it quite handy to just hit ^T and see the time. Revision Changes Path 1.25 +9 -0 src/usr.bin/time/time.1 1.29 +63 -37 src/usr.bin/time/time.c