From a7803f9dafcc2745db67bd9580050da79271bab2 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 25 Oct 2003 17:38:18 +0000 Subject: 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: rudimentary documentation for zsh/datetime module. --- ChangeLog | 3 +++ Doc/Makefile.in | 3 ++- Doc/Zsh/mod_datetime.yo | 23 +++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 Doc/Zsh/mod_datetime.yo diff --git a/ChangeLog b/ChangeLog index b0a5b90bb..d700bec7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-10-24 Clint Adams + * 19202: Doc/Makefile.in, Doc/Zsh/mod_datetime.yo: + rudimentary documentation for zsh/datetime module. + * 19201: Completion/Unix/Command/_screen: patch from Yasuhiro Hayase to complete normal commands after screen. diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 692b7653b..1fb2386ff 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -57,7 +57,8 @@ MODDOCSRC = \ Zsh/mod_cap.yo Zsh/mod_clone.yo \ Zsh/mod_compctl.yo Zsh/mod_complete.yo Zsh/mod_complist.yo \ Zsh/mod_computil.yo \ -Zsh/mod_deltochar.yo Zsh/mod_example.yo Zsh/mod_files.yo \ +Zsh/mod_datetime.yo Zsh/mod_deltochar.yo \ +Zsh/mod_example.yo Zsh/mod_files.yo \ Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_parameter.yo Zsh/mod_pcre.yo \ Zsh/mod_sched.yo Zsh/mod_socket.yo \ Zsh/mod_stat.yo Zsh/mod_system.yo Zsh/mod_tcp.yo \ diff --git a/Doc/Zsh/mod_datetime.yo b/Doc/Zsh/mod_datetime.yo new file mode 100644 index 000000000..cf5ca4379 --- /dev/null +++ b/Doc/Zsh/mod_datetime.yo @@ -0,0 +1,23 @@ +COMMENT(!MOD!zsh/datetime +Some date/time commands and parameters. +!MOD!) +The tt(zsh/datetime) module makes available one builtin command: + +startitem() +findex(strftime) +cindex(date string, printing) +item(tt(strftime) var(format) var(epochtime) )( +Output the date denoted by var(epochtime) in the var(format) +specified. +) +enditem() + +The tt(zsh/datetime) module makes available one parameter: + +startitem() +vindex(EPOCHSECONDS) +item(tt(EPOCHSECONDS))( +An integer value representing the number of seconds since the +epoch. +) +enditem() -- cgit 1.4.1