diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index f251b762464e..3db5c4fc7780 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -155,7 +155,7 @@ The names of the recognized special days may be followed by a 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 diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index 8166baea45a8..d01c06629bfb 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -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); diff --git a/usr.bin/calendar/parsedata.c b/usr.bin/calendar/parsedata.c index 55997337514b..6b8638018a22 100644 --- a/usr.bin/calendar/parsedata.c +++ b/usr.bin/calendar/parsedata.c @@ -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