History log of /freebsd-current/usr.bin/ncal/ncal.1
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 358952ca 28-Mar-2020 Greg Lehey <grog@FreeBSD.org>

Add STANDARDS section

PR: 239723
Submitted by: Gordon Bergling
Reported by: Gordon Bergling


# fdca34e4 07-Mar-2019 Mateusz Piotrowski <0mp@FreeBSD.org>

Do not reference deskutils/cal from cal.1.

The ports version of cal is an abandonware so in order to minimize the
potential bit rot of our documentation let's not mention it at all.
Interested users are going to find suitable alternatives anyway on their
own.

Reported by: bapt
Approved by: bapt (src)
Approved by: krion (mentor, implicit), mat (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D19492


# a832f42a 07-Mar-2019 Mateusz Piotrowski <0mp@FreeBSD.org>

Document that cal(1) cannot start a week with Monday.

Reviewed by: bcr
Approved by: bcr (doc)
Approved by: krion (mentor, implicit), mat (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D19491


# 7fe961ff 08-Jun-2018 Eitan Adler <eadler@FreeBSD.org>

ncal: correct history section

originally reported Todd C. Miller[0]
Additional data see [1][2].

While here, pet igor.

Closes #152 (github pr)
Sbmitted by: Raf Czlonka

[0]
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/cal/cal.1?rev=1.28&content-type=text/x-cvsweb-markup
[1] https://www.bell-labs.com/usr/dmr/www/1stEdman.html
[2] https://www.bell-labs.com/usr/dmr/www/man61.pdf


# 2b7af31c 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part3)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# 608be0d0 11-Jul-2011 Edwin Groothuis <edwin@FreeBSD.org>

Fix typo in order of markup and text.


# f379d691 11-Jul-2011 Edwin Groothuis <edwin@FreeBSD.org>

ncal(1) highlights the current date (or a date provided via parameter)
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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# 531a1a4b 21-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

Replace -b with -C and -B (as proposed by Alexander).
Add -3, -A and -B to the usage.
Update regression test for the new parameters.


# 4af997a8 11-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

- With the introduction of -A, -B and -3, not all combinations of
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.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 1d0e1dac 08-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

- Fix the highlighting for non-terminals when the last week is not
7 days long.
- "-m <N> <YYYY>" now prints only the month, not the whole year.


# cae11c25 07-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

- document the -3, -A and -B properly in Synopsis.
- add highlight of current date for non-terminals.
- fix -J option.
- code cleanup.

MFC after: 2 weeks


# 0851fbdf 04-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

- Implement -3 option (show previous, this and next month) option.
- 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


# 7149aa01 02-May-2009 Roman Divacky <rdivacky@FreeBSD.org>

Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}.

Suggested by: ru
Approved by: ed (mentor)


# 4646cea7 14-Mar-2009 David Schultz <das@FreeBSD.org>

Multibyte character support for cal(1).

PR: 131578


# ba29aec0 22-Dec-2008 Garrett Wollman <wollman@FreeBSD.org>

Implement a new feature for the "-m" option: if the month number is
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


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# e21dde7b 22-Oct-2005 Tim J. Robbins <tjr@FreeBSD.org>

Document incorrect handling of multibyte characters.

PR: 87724


# 4438d91e 11-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Scheduled mdoc(7) sweep.


# 0c4cafea 23-Nov-2004 Garrett Wollman <wollman@FreeBSD.org>

Add a `-m month' flag to provide a more convenient interface for
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


# 6a3e8b0a 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks.


# ac6d1c22 01-Oct-2002 Peter Pentchev <roam@FreeBSD.org>

Teach ncal(1) about month names specified on the command line.

Reviewed by: -audit
Approved by: silence on -audit
MFC after: 3 weeks


# 1b2edc04 03-Jun-2002 Tim J. Robbins <tjr@FreeBSD.org>

Correct History: cal(1) appeared in V5, not V6.


# e8937ba0 19-Apr-2002 Philippe Charnier <charnier@FreeBSD.org>

Use `The .Nm utility'


# 70d51341 09-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 98849115 16-Jan-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: fixed broken references.


# 536e6834 15-Jan-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: fix the weird construct.


# 8fe908ef 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# f24a941b 26-Apr-1998 Poul-Henning Kamp <phk@FreeBSD.org>

fix ncal.1 grammar

PR: 6394
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>


# 306005e7 23-Mar-1998 Philippe Charnier <charnier@FreeBSD.org>

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


# 81b199e2 11-Jan-1998 David E. O'Brien <obrien@FreeBSD.org>

changed 1st appeared in clause -- about to import into -stable


# a99e4564 07-Jan-1998 Philippe Charnier <charnier@FreeBSD.org>

Sync usage and synopsis. Add rcsid.


# cde26ed2 03-Jan-1998 Wolfgang Helbig <helbig@FreeBSD.org>

Use locale to guess the switch date.
Localize formatting of date of easter.
Suggested by: ache


# cb0f03a1 19-Dec-1997 Wolfgang Helbig <helbig@FreeBSD.org>

Use '.\' and not '/* */' for troff-comments.


# 0cb2e609 15-Dec-1997 Wolfgang Helbig <helbig@FreeBSD.org>

Add new command ncal.