diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:56:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:56:45 +0000 |
commit | d92d1f35ac3c4517a1fcbeed0cc54d1484a15cd3 (patch) | |
tree | be9708ddbf839feb2ddf4534dd0d785b7d48c1d4 /usr.bin/lastcomm/lastcomm.1 | |
parent | 010830167f1579c5d713419f43c422770cb095b7 (diff) |
from netbsd; also print elapsed time
Diffstat (limited to 'usr.bin/lastcomm/lastcomm.1')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 431b1885048..f4e72077952 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lastcomm.1,v 1.4.2.1 1995/10/22 01:45:09 ghudson Exp $ +.\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -98,6 +98,8 @@ The command name under which the process was called. The amount of cpu time used by the process (in seconds). .It The time the process started. +.It +The elapsed time of the process. .El .Pp The flags are encoded as follows: ``S'' indicates the command was |