Module Name:    src
Committed By:   dholland
Date:           Sun May 16 07:40:13 UTC 2010

Modified Files:
        src/usr.bin/time: time.1

Log Message:
Grammar, clarification, and note that the rusage information is total
as opposed to strict subprocess only.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/usr.bin/time/time.1:1.20
--- src/usr.bin/time/time.1:1.19	Sat Jan 24 15:00:55 2009
+++ src/usr.bin/time/time.1	Sun May 16 07:40:13 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: time.1,v 1.19 2009/01/24 15:00:55 skrll Exp $
+.\"	$NetBSD: time.1,v 1.20 2010/05/16 07:40:13 dholland Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -61,16 +61,17 @@
 Available options:
 .Bl -tag -width Ds
 .It Fl c
-Displays the default
-.Xr csh 1
-summary format.
+Displays information in the format used by the
+.Nm
+builtin of
+.Xr csh 1 .
 .It Fl l
 Lists resource utilization information.
 The contents of the
 .Ar utility
 process'
 .Em rusage
-structure are printed, see below.
+structure are printed; see below.
 .It Fl p
 The output is formatted as specified by
 .St -p1003.2-92 .
@@ -90,7 +91,7 @@
 If the
 .Fl l
 option is given, the following resource usage
-informations are displayed
+information is displayed
 in addition to the timing information:
 .Bl -item -offset indent -compact
 .It
@@ -122,6 +123,10 @@
 .It
 involuntary context switches
 .El
+Resource usage is the total for the execution of
+.Ar utility
+and any child processes it spawns, as per
+.Xr wait4 2 .
 .Sh EXIT STATUS
 The
 .Nm

Reply via email to