Module Name: src Committed By: dholland Date: Sun Oct 2 01:51:00 UTC 2011
Modified Files: src/usr.bin/time: time.1 Log Message: Describe the output more accurately, and in the correct order. Noted by Snader_LB on freenode. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 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.22 src/usr.bin/time/time.1:1.23 --- src/usr.bin/time/time.1:1.22 Sun Oct 2 01:47:27 2011 +++ src/usr.bin/time/time.1 Sun Oct 2 01:51:00 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: time.1,v 1.22 2011/10/02 01:47:27 dholland Exp $ +.\" $NetBSD: time.1,v 1.23 2011/10/02 01:51:00 dholland Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -49,10 +49,14 @@ times .Ar command . After the command finishes, .Nm -writes the total time elapsed, -the time consumed by system overhead, -and the time used to execute -the command +writes the total elapsed time +.Pq Dq real , +the time spent executing +.Ar command +at user level +.Pq Dq user , +and the time spent executing in the operating system kernel +.Pq Dq sys , to the standard error stream. Times are reported in seconds. .Pp