summaryrefslogtreecommitdiffstats
path: root/bin/ps/extern.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-03-17 22:57:58 +0000
committerjmallett <jmallett@FreeBSD.org>2010-03-17 22:57:58 +0000
commitd27802f97a217c556ca63d8df9ebc1b6d15ccd19 (patch)
tree231aea4c64247be505190e35fe0e7ae410703755 /bin/ps/extern.h
parentb55593dee5f64317be6472d0338098432211dbe4 (diff)
downloadFreeBSD-src-d27802f97a217c556ca63d8df9ebc1b6d15ccd19.zip
FreeBSD-src-d27802f97a217c556ca63d8df9ebc1b6d15ccd19.tar.gz
o) Add a keyword to displaying elapsed time in integer seconds, "etimes".
o) Give slightly better (i.e. any) documentation of the format of "etime". Reviewed by: jilles
Diffstat (limited to 'bin/ps/extern.h')
-rw-r--r--bin/ps/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/extern.h b/bin/ps/extern.h
index c441278..45d76a6 100644
--- a/bin/ps/extern.h
+++ b/bin/ps/extern.h
@@ -48,6 +48,7 @@ void command(KINFO *, VARENT *);
void cputime(KINFO *, VARENT *);
int donlist(void);
void elapsed(KINFO *, VARENT *);
+void elapseds(KINFO *, VARENT *);
void emulname(KINFO *, VARENT *);
VARENT *find_varentry(VAR *);
const char *fmt_argv(char **, char *, size_t);
OpenPOWER on IntegriCloud