Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 14:20:56 -0700 (PDT)
From:      Greg Lehey <grog@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/calendar calendar.1 calendar.c calendar.h day.c
Message-ID:  <200206132120.g5DLKuE90676@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        2002/06/13 14:20:56 PDT

  Modified files:
    usr.bin/calendar     calendar.1 calendar.c calendar.h day.c 
  Log:
  Add two new options:
  
  -W is like -A (number of days in the future to consider, but also
     specifies that we don't want special treatment at weekends.
  -F changes our notion of "Friday" (the day before the weekend).
  
  Arguably, calendar(1) is broken to have special treatment of weekends
  by default, but this method maintains POLA.
  
  Revision  Changes    Path
  1.28      +10 -1     src/usr.bin/calendar/calendar.1
  1.17      +12 -2     src/usr.bin/calendar/calendar.c
  1.9       +1 -0      src/usr.bin/calendar/calendar.h
  1.20      +1 -1      src/usr.bin/calendar/day.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206132120.g5DLKuE90676>