about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-03-10 02:53:49 +0000
committerClint Adams <clint@users.sourceforge.net>2002-03-10 02:53:49 +0000
commitcae16f27ecf8caba054d97074a35148a2c74f826 (patch)
treea6cb644d227526e5c06b3647b53eea3f03d610a9 /Etc
parent2260fe045e44864c3e6c8f0b7bdd8ba3e5b8d7c2 (diff)
downloadzsh-cae16f27ecf8caba054d97074a35148a2c74f826.tar.gz
zsh-cae16f27ecf8caba054d97074a35148a2c74f826.tar.xz
zsh-cae16f27ecf8caba054d97074a35148a2c74f826.zip
document the impossibility of timing builtins
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index e89116f23..054727167 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -44,3 +44,5 @@ and ksh and may be removed in the future. A good fix would be to keep
 such patterns unchanged if they do not match regardless of the state of
 the nonomatch and nullglob options.
 ------------------------------------------------------------------------
+It is currently impossible to time builtins.
+------------------------------------------------------------------------