about summary refs log tree commit diff
path: root/Doc/Zsh/mod_sched.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-06-14 13:25:58 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-06-14 13:25:58 +0000
commita016fed99f33d040c18515cc749f98a254b5a7e5 (patch)
treeea1040d4063157fa37bd63e81fc65e7608d80226 /Doc/Zsh/mod_sched.yo
parent7eeb60659972e0150258f59379e16b5ee2e8343f (diff)
downloadzsh-a016fed99f33d040c18515cc749f98a254b5a7e5.tar.gz
zsh-a016fed99f33d040c18515cc749f98a254b5a7e5.tar.xz
zsh-a016fed99f33d040c18515cc749f98a254b5a7e5.zip
23560: improve $zsh_scheduled_events to make it easier to parse
Diffstat (limited to 'Doc/Zsh/mod_sched.yo')
-rw-r--r--Doc/Zsh/mod_sched.yo10
1 files changed, 7 insertions, 3 deletions
diff --git a/Doc/Zsh/mod_sched.yo b/Doc/Zsh/mod_sched.yo
index 0e9075841..22ad4afd2 100644
--- a/Doc/Zsh/mod_sched.yo
+++ b/Doc/Zsh/mod_sched.yo
@@ -48,9 +48,13 @@ item(zsh_scheduled_events)(
 A readonly array corresponding to the events scheduled by the
 tt(sched) builtin.  The indices of the array correspond to the numbers
 shown when tt(sched) is run with no arguments (provided that the
-tt(KSH_ARRAYS) option is not set).  The value of the
-corresponding element is the same as the text shown to the right
-of the index in the tt(sched) listing.
+tt(KSH_ARRAYS) option is not set).  The value of the array
+consists of the scheduled time in seconds since the epoch
+(see ifnzman(The zsh/datetime Module)\
+ifzman(the section `The zsh/datetime Module') for facilities for
+using this number), followed by a colon, followed by any options
+(which may be empty but will be preceeded by a `tt(-)' otherwise),
+followed by a colon, followed by the command to be executed.
 
 The tt(sched) builtin should be used for manipulating the events.  Note
 that this will have an immediate effect on the contents of the array,