From 6836c26dc5b9bab9b197bcb8dae077c022a8d6c4 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Thu, 6 Feb 1997 05:21:39 +0000 Subject: [PATCH] Add a couple of relavant man page xrefs for more information on the structures time(1) displays, instead of refering he reading to an include file. Obtained from: NetBSD-bugs mailing list PR#3193 --- usr.bin/time/time.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 81053ed92ce..52b555e2386 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -87,11 +87,9 @@ The granularity of seconds on micro processors is crude and can result in times being reported for CPU usage which are too large by a second. .Sh SEE ALSO -.Xr csh 1 -.Sh FILES -.Bl -tag -width /usr/include/sys/resource.h -compact -.It Pa /usr/include/sys/resource.h -.El +.Xr csh 1 , +.Xr getrusage 2 , +.Xr wait 2 .Sh HISTORY A .Nm