bday
diff bday.1 @ 3:dc2f94280b01
new Makefile; removed MinWarn and MaxWarn; adjusted manpage
author | meillo@marmaro.de |
---|---|
date | Mon, 17 Dec 2007 11:28:40 +0100 |
parents | 8534f0e3a0db |
children | 5326c222cd4e |
line diff
1.1 --- a/bday.1 Mon Dec 17 08:02:15 2007 +0100 1.2 +++ b/bday.1 Mon Dec 17 11:28:40 2007 +0100 1.3 @@ -6,10 +6,6 @@ 1.4 .IR file ] 1.5 .RB [ -W 1.6 .IR defwarn ] 1.7 -.RB [ -M 1.8 -.IR maxwarn ] 1.9 -.RB [ -m 1.10 -.IR minwarn ] 1.11 1.12 .SH DESCRIPTION 1.13 The 1.14 @@ -33,8 +29,6 @@ 1.15 is a single hyphen, read the events from the standard input (usually 1.16 the terminal). 1.17 1.18 -.SS List Options 1.19 - 1.20 .TP 1.21 .BI -W\ warn 1.22 Warn 1.23 @@ -44,32 +38,13 @@ 1.24 flag (see 1.25 .BR FILE\ FORMAT ). 1.26 If this switch is not specified, it defaults to 21 days. 1.27 -.TP 1.28 -.BI -M\ max 1.29 -Warn at most 1.30 -.I max 1.31 -days in advance. This overrides any flag given in the file. 1.32 -.TP 1.33 -.BI -m\ min 1.34 -Warn at least 1.35 -.I min 1.36 -days in advance. This overrides any flag given in the file. 1.37 1.38 1.39 .SH FILE FORMAT 1.40 1.41 Each line beginning with a hash sign, 1.42 .RB ` # ', 1.43 -is a comment and will be ignored. Lines beginning with an ampersand, 1.44 -.RB ` & ', 1.45 -are directives. Currently there is only one such directive, 1.46 -.B &include 1.47 -.IR file , 1.48 -which reads in a seperate file from your 1.49 -.I .birthdays 1.50 -file. 1.51 -.I file 1.52 -should be given with an absolute path, which should not use the tilde notation to specify your home directory. 1.53 +is a comment and will be ignored. 1.54 1.55 Any other line specifies the name of a person or event, followed by an equals sign and 1.56 a date and finally some extra options. The date has to be in ISO 8601 date format (YYYY-MM-DD).