aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/index.hdr.in
diff options
context:
space:
mode:
authorGravatar Gio d'Amelio <giodamelio@gmail.com>2014-08-01 15:55:36 -0700
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-08-04 13:36:39 +0800
commitbcda3f1baa07576de45963722c4b3d8f9cb03ceb (patch)
tree1c5c0e9a2e2d92ffea494125399667f641f89617 /doc_src/index.hdr.in
parent4ae2753025311e9bcc9818dcc26b9e89f229b291 (diff)
Set $CMD_DURATION to milliseconds. Fixes #1585
Diffstat (limited to 'doc_src/index.hdr.in')
-rw-r--r--doc_src/index.hdr.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index a71bae4a..bf48bc45 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -1009,6 +1009,7 @@ values of most of these variables.
- \c PWD, the current working directory.
- \c status, the <a href="#variables-status">exit status</a> of the last foreground job to exit. If the job was terminated through a signal, the exit status will be 128 plus the signal number.
- \c USER, the current username. This variable can only be changed by the root user.
+- \c CMD_DURATION, the runtime of the last command in milliseconds.
The names of these variables are mostly derived from the csh family of
shells and differ from the ones used by Bourne style shells such as