diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-05-12 00:36:18 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2015-05-12 00:36:18 +0900 |
commit | ffdeb1c25728c722567d6f9de2d714f3f1f2a4de (patch) | |
tree | 8a44c42b034d54c8d71ebda2178251179070a2e9 /Doc/Zsh/mod_sched.yo | |
parent | 5b7e50dcd0786a47e180499c9a7a28cffcd73c1d (diff) | |
download | zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.gz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.tar.xz zsh-ffdeb1c25728c722567d6f9de2d714f3f1f2a4de.zip |
35075: improve manual format
also fixed a ChangeLog entry for 35034 (2015-05-06)
Diffstat (limited to 'Doc/Zsh/mod_sched.yo')
-rw-r--r-- | Doc/Zsh/mod_sched.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_sched.yo b/Doc/Zsh/mod_sched.yo index 2d8d77c7a..1350b9e4c 100644 --- a/Doc/Zsh/mod_sched.yo +++ b/Doc/Zsh/mod_sched.yo @@ -8,7 +8,7 @@ startitem() findex(sched) cindex(timed execution) cindex(execution, timed) -xitem(tt(sched) [tt(-o)] [tt(PLUS())]var(hh)tt(:)var(mm)[:var(ss)] var(command) ...) +xitem(tt(sched) [tt(-o)] [tt(PLUS())]var(hh)tt(:)var(mm)[tt(:)var(ss)] var(command) ...) xitem(tt(sched) [tt(-o)] [tt(PLUS())]var(seconds) var(command) ...) item(tt(sched) [ tt(-)var(item) ])( Make an entry in the scheduled list of commands to execute. @@ -54,7 +54,7 @@ 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 array consists of the scheduled time in seconds since the epoch -(see ifnzman(The zsh/datetime Module)\ +(see ifnzman(noderef(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 preceded by a `tt(-)' otherwise), |