mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Fix typo (Pashka -> Paskha).
This commit is contained in:
parent
2d491fabff
commit
f6db469642
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216697
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user