~ubuntu-branches/ubuntu/karmic/zsh/karmic

« back to all changes in this revision

Viewing changes to Doc/Zsh/calsys.yo

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-02 10:40:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602104025-lg6wynxpzqi08k2i
Tags: 4.3.10-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  + debian/zshrc: Enable completions by default, unless
    skip_global_compinit is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
Brief:  don't display continuation lines (i.e. indented lines following
358
358
the line with the date/time), just the first line.
359
359
)
 
360
item(tt(-B) var(lines))(
 
361
Brief: display at most the first var(lines) lines of the calendar
 
362
entry.  `tt(-B 1)' is equivalent to `tt(-b)'.
 
363
)
360
364
item(tt(-C) var(calfile))(
361
365
Explicitly specify a calendar file instead of the value of
362
366
the tt(calendar-file) style or the the default tt(~/calendar).
609
613
kindex(date-format)
610
614
item(tt(date-format))(
611
615
A tt(strftime) format string (see manref(strftime)(3)) with the zsh
612
 
extensions tt(%f) for a day of the month with no leading zero or space
613
 
for single digits, and tt(%k) or tt(%l) for the hour of the day on the 24-
614
 
or 12-hour clock, again with no leading zero or space for single digits.
 
616
extensions providing various numbers with no leading zero or space
 
617
if the number is a single digit as described for the
 
618
tt(%D{)var(string)tt(}) prompt format in
 
619
ifzman(the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\
 
620
ifnzman(noderef(Prompt Expansion)).
615
621
 
616
622
This is used for outputting dates in tt(calendar), both to support
617
623
the tt(-v) option and when adding recurring events back to the calendar