bday

diff bday.1 @ 18:c1cd1d444353

removed the type event: bday is only for birthdays and anniversaries
author markus schnalke <meillo@marmaro.de>
date Mon, 24 Feb 2014 21:32:18 +0100
parents d18a3b2b76bd
children c621d710d12e
line diff
     1.1 --- a/bday.1	Mon Feb 24 21:22:21 2014 +0100
     1.2 +++ b/bday.1	Mon Feb 24 21:32:18 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  .TH bday 1
     1.5  .SH NAME
     1.6 -bday \- inform about upcoming birthdays and other events
     1.7 +bday \- inform about upcoming birthdays and anniversaries
     1.8  
     1.9  
    1.10  
    1.11 @@ -13,9 +13,8 @@
    1.12  .SH DESCRIPTION
    1.13  The 
    1.14  .B bday
    1.15 -command reads standard input which gives a list of birthdays and events (see section
    1.16 -.B FILE FORMAT
    1.17 -for details). It produces a list of events which are coming up within the next few weeks.
    1.18 +command reads standard input which gives a list of birthdays and anniversaries.
    1.19 +It produces a list of events which are coming up within the next few weeks.
    1.20  
    1.21  
    1.22  
    1.23 @@ -27,8 +26,7 @@
    1.24  .I warn
    1.25  days in advance, for entries that have no
    1.26  .B #w
    1.27 -flag (see
    1.28 -.BR FILE\ FORMAT ).
    1.29 +flag.
    1.30  If this switch is not specified, it defaults to 14 days.
    1.31  
    1.32  
    1.33 @@ -57,29 +55,12 @@
    1.34  given a line such as
    1.35  .BR "1993-09-12 #ann Pen exploded" .
    1.36  .TP
    1.37 -.B #ev
    1.38 -This line is an event of some sort. If a year is given, the text will be displayed in that year only; otherwise, it will
    1.39 -be displayed every year. The remaining time is simply appended to the text; for instance, the input
    1.40 -.B 1996-04-07 #ev Easter
    1.41 -would give rise to the text
    1.42 -.BR "In 1 week:  Easter" .
    1.43 -.TP
    1.44  .BI #w n
    1.45  Warn
    1.46  .I n
    1.47  days in advance of the date, rather than the default of 14 days or the number given with the
    1.48  .B -w
    1.49  flag.
    1.50 -.TP
    1.51 -.BI #for days
    1.52 -The event lasts for
    1.53 -.B days
    1.54 -days.
    1.55 -.TP
    1.56 -.BI #to date
    1.57 -The event lasts until
    1.58 -.IR date ,
    1.59 -which should be in the same format as for the date of the event.
    1.60  
    1.61  
    1.62