svn commit: r216697 - head/usr.bin/calendar
Sergey A. Osokin
osa at FreeBSD.org
Sat Dec 25 11:52:05 UTC 2010
Author: osa (ports committer)
Date: Sat Dec 25 11:52:04 2010
New Revision: 216697
URL: http://svn.freebsd.org/changeset/base/216697
Log:
Fix typo (Pashka -> Paskha).
Modified:
head/usr.bin/calendar/calendar.1
head/usr.bin/calendar/calendar.h
head/usr.bin/calendar/parsedata.c
Modified: head/usr.bin/calendar/calendar.1
==============================================================================
--- head/usr.bin/calendar/calendar.1 Sat Dec 25 11:24:27 2010 (r216696)
+++ head/usr.bin/calendar/calendar.1 Sat Dec 25 11:52:04 2010 (r216697)
@@ -155,7 +155,7 @@ The names of the recognized special days
positive or negative integer, like:
.Dq Easter+3
or
-.Dq Pashka-4 .
+.Dq Paskha-4 .
.Pp
Weekdays may be followed by ``-4'' ...\& ``+5'' (aliases for
last, first, second, third, fourth) for moving events like
Modified: head/usr.bin/calendar/calendar.h
==============================================================================
--- head/usr.bin/calendar/calendar.h Sat Dec 25 11:24:27 2010 (r216696)
+++ head/usr.bin/calendar/calendar.h Sat Dec 25 11:52:04 2010 (r216697)
@@ -167,7 +167,7 @@ void cal(void);
void closecal(FILE *);
FILE *opencal(void);
-/* ostern.c / pashka.c */
+/* ostern.c / paskha.c */
int paskha(int);
int easter(int);
Modified: head/usr.bin/calendar/parsedata.c
==============================================================================
--- head/usr.bin/calendar/parsedata.c Sat Dec 25 11:24:27 2010 (r216696)
+++ head/usr.bin/calendar/parsedata.c Sat Dec 25 11:52:04 2010 (r216697)
@@ -80,7 +80,7 @@ static char *floattotime(double f);
* ModifierIndex ::= 'Second' | 'Third' | 'Fourth' | 'Fifth' |
* 'First' | 'Last'
*
- * SpecialDay ::= 'Easter' | 'Pashka' | 'ChineseNewYear'
+ * SpecialDay ::= 'Easter' | 'Paskha' | 'ChineseNewYear'
*
*/
static int
More information about the svn-src-head
mailing list