Module Name: src
Committed By: wiz
Date: Wed Nov 9 19:42:27 UTC 2011
Modified Files:
src/usr.bin/time: time.1
Log Message:
Sort sections, use Aq, add comma in enumeration.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/usr.bin/time/time.1:1.25
--- src/usr.bin/time/time.1:1.24 Wed Nov 9 19:10:10 2011
+++ src/usr.bin/time/time.1 Wed Nov 9 19:42:27 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: time.1,v 1.24 2011/11/09 19:10:10 christos Exp $
+.\" $NetBSD: time.1,v 1.25 2011/11/09 19:42:27 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -129,6 +129,10 @@ Resource usage is the total for the exec
.Ar command
and any child processes it spawns, as per
.Xr wait4 2 .
+.Sh FILES
+.Bl -tag -width Xsys/resource.hX -compact
+.It Aq sys/resource.h
+.El
.Sh EXIT STATUS
The
.Nm
@@ -152,14 +156,10 @@ Otherwise, the exit status of
.Nm
will be that of
.Ar command .
-.Sh FILES
-.Bl -tag -width \*[Lt]sys/resource.h\*[Gt] -compact
-.It \*[Lt]sys/resource.h\*[Gt]
-.El
.Sh SEE ALSO
.Xr csh 1 ,
.Xr ksh 1 ,
-.Xr clock_gettime 2
+.Xr clock_gettime 2 ,
.Xr getrusage 2
.Sh STANDARDS
The