Module Name:    src
Committed By:   snj
Date:           Thu Mar 26 17:07:30 UTC 2009

Modified Files:
        src/usr.bin/time [netbsd-5]: time.1

Log Message:
Pull up following revision(s) (requested by skrll in ticket #613):
        usr.bin/time/time.1: revision 1.19
Mention -c. Hi Matt.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.40.1 src/usr.bin/time/time.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/time/time.1
diff -u src/usr.bin/time/time.1:1.18 src/usr.bin/time/time.1:1.18.40.1
--- src/usr.bin/time/time.1:1.18	Thu Aug  7 11:16:15 2003
+++ src/usr.bin/time/time.1	Thu Mar 26 17:07:30 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: time.1,v 1.18 2003/08/07 11:16:15 agc Exp $
+.\"	$NetBSD: time.1,v 1.18.40.1 2009/03/26 17:07:30 snj Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)time.1	8.1 (Berkeley) 6/6/93
 .\"
-.Dd June 6, 1993
+.Dd January 24, 2009
 .Dt TIME 1
 .Os
 .Sh NAME
@@ -37,7 +37,7 @@
 .Nd time command execution
 .Sh SYNOPSIS
 .Nm
-.Op Fl lp
+.Op Fl clp
 .Ar utility
 .Op Ar argument ...
 .Sh DESCRIPTION
@@ -60,6 +60,10 @@
 .Pp
 Available options:
 .Bl -tag -width Ds
+.It Fl c
+Displays the default
+.Xr csh 1
+summary format.
 .It Fl l
 Lists resource utilization information.
 The contents of the

Reply via email to