summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.1
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-06 21:18:37 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-06 21:18:37 +0000
commitbecd81c4a9315cc0cfd6078a89434a5ed7091e28 (patch)
tree018038cc3130503a09bafc00e2621fa02cc01d10 /bin/ps/ps.1
parentb00060629b3ce16fbaae1856247191506fb052e0 (diff)
downloadFreeBSD-src-becd81c4a9315cc0cfd6078a89434a5ed7091e28.zip
FreeBSD-src-becd81c4a9315cc0cfd6078a89434a5ed7091e28.tar.gz
Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed
run time (NOT cpu time). cputime() and elapsed() both need to honour SUSv3 now.
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r--bin/ps/ps.12
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index ba767f7..438f574 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -378,6 +378,8 @@ command
command and arguments
.It cpu
short-term cpu usage factor (for scheduling)
+.It etime
+elapsed running time
.It flags
the process flags, in hexadecimal (alias f)
.It inblk
OpenPOWER on IntegriCloud