diff options
author | cperciva <cperciva@FreeBSD.org> | 2004-03-30 18:28:36 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2004-03-30 18:28:36 +0000 |
commit | 4fee747eecc2e0327a9251b133e67e6ed92a0d7c (patch) | |
tree | 1350c22d0702f4b3f8093b84ccaca27b918095e0 /usr.bin/calendar/calendar.1 | |
parent | 640f7d2a9b3e7fb5992e3e22f29fb752ae0397e9 (diff) | |
download | FreeBSD-src-4fee747eecc2e0327a9251b133e67e6ed92a0d7c.zip FreeBSD-src-4fee747eecc2e0327a9251b133e67e6ed92a0d7c.tar.gz |
From the list of calendars, remove some duplicate entries which were added
as a result of mis-sorting.
PR Submitter wanted to see a sorted list of non-national holidays followed
by a sorted list of national holidays; I'm not going to do this, because I
don't think we want to get into the "what is a nation?" debate.
PR: docs/64848
Submitted by: Ulrich Spoerlein <q@uni.de> (approximately)
MFC after: 3 days
Diffstat (limited to 'usr.bin/calendar/calendar.1')
-rw-r--r-- | usr.bin/calendar/calendar.1 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 84f83b6..eb9d92c 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -229,14 +229,6 @@ so that roving holidays are set correctly for the current year. .It Pa calendar.music Musical events, births, and deaths. Strongly oriented toward rock 'n' roll. -.It Pa calendar.usholiday -U.S. holidays. -This calendar should be updated yearly by the local system administrator -so that roving holidays are set correctly for the current year. -.It Pa calendar.french -French calendar. -.It Pa calendar.german -German calendar. .It Pa calendar.newzealand Calendar of events in New Zealand. .It Pa calendar.russian @@ -244,7 +236,9 @@ Russian calendar. .It Pa calendar.southafrica Calendar of events in South Africa. .It Pa calendar.usholiday -Calendar of holidays specific to the United States of America. +U.S. holidays. +This calendar should be updated yearly by the local system administrator +so that roving holidays are set correctly for the current year. .It Pa calendar.world Includes all calendar files except for national files. .El |