summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncal/ncal.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in order of markup and text.edwin2011-07-111-1/+1
|
* ncal(1) highlights the current date (or a date provided via parameter)edwin2011-07-111-0/+2
| | | | | | | | | even if stdout is not a tty. If stdout is not a tty the data is normally processed by other tools and no control sequences are expected. PR: bin/158580 MFC after: 1 week
* Replace -b with -C and -B (as proposed by Alexander).edwin2010-03-211-2/+12
| | | | | Add -3, -A and -B to the usage. Update regression test for the new parameters.
* - With the introduction of -A, -B and -3, not all combinations ofedwin2010-03-121-6/+18
| | | | | | | | | arguments makes sense anymore. For example, what would a combination of -3 (show three months) and -y (show the whole year) do? We will abort on these cases. - Move the debug option -d to -H (from highlight), while -d is now used for setting the day of "today" so that -y and friends can be tested.
* - Fix the highlighting for non-terminals when the last week is notedwin2010-03-091-0/+3
| | | | | 7 days long. - "-m <N> <YYYY>" now prints only the month, not the whole year.
* - document the -3, -A and -B properly in Synopsis.edwin2010-03-071-4/+12
| | | | | | | | - add highlight of current date for non-terminals. - fix -J option. - code cleanup. MFC after: 2 weeks
* - Implement -3 option (show previous, this and next month) option.edwin2010-03-041-7/+24
| | | | | | | | | - Add -A option (months after this month). - Add -B option (months before this month). - Fix highlighting of today in year overview. - Fix aligning of "foreign" characters. MFC after: 2 weeks
* Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}.rdivacky2009-05-021-4/+6
| | | | | Suggested by: ru Approved by: ed (mentor)
* Multibyte character support for cal(1).das2009-03-141-5/+1
| | | | PR: 131578
* Implement a new feature for the "-m" option: if the month number iswollman2008-12-221-8/+16
| | | | | | | | | followed by 'f' or 'p', use the following or preceding month of that number, respectively. Document this. Also includes other minor grammatical and punctuation fixes to the manual page (capitalize Easter, etc.). MFC after: 1 month
* Document incorrect handling of multibyte characters.tjr2005-10-231-1/+5
| | | | PR: 87724
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+1
|
* Add a `-m month' flag to provide a more convenient interface forwollman2004-11-231-3/+13
| | | | | | | | | displaying a calendar for a specific month of the current year than `cal $(date +"%Y") month'. A few minor code cleanups. Set WARNS=1. (This code is WARNS=5 clean except for "`O' modifier used with `%B' strftime format", which is legal in FreeBSD but GCC doesn't know about.) MFC after: 1 week
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* Teach ncal(1) about month names specified on the command line.roam2002-10-021-1/+2
| | | | | | Reviewed by: -audit Approved by: silence on -audit MFC after: 3 weeks
* Correct History: cal(1) appeared in V5, not V6.tjr2002-06-031-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: fixed broken references.ru2001-01-161-1/+0
|
* mdoc(7) police: fix the weird construct.ru2001-01-151-2/+8
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* fix ncal.1 grammarphk1998-04-261-5/+6
| | | | | | PR: 6394 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-3/+3
|
* changed 1st appeared in clause -- about to import into -stableobrien1998-01-121-3/+3
|
* Sync usage and synopsis. Add rcsid.charnier1998-01-071-5/+6
|
* Use locale to guess the switch date.helbig1998-01-031-8/+9
| | | | | Localize formatting of date of easter. Suggested by: ache
* Use '.\' and not '/* */' for troff-comments.helbig1997-12-191-34/+33
|
* Add new command ncal.helbig1997-12-151-0/+117
OpenPOWER on IntegriCloud