Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 10:19:40 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344874 - head/usr.bin/ncal
Message-ID:  <201903071019.x27AJeFQ017420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (ports committer)
Date: Thu Mar  7 10:19:40 2019
New Revision: 344874
URL: https://svnweb.freebsd.org/changeset/base/344874

Log:
  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

Modified:
  head/usr.bin/ncal/ncal.1

Modified: head/usr.bin/ncal/ncal.1
==============================================================================
--- head/usr.bin/ncal/ncal.1	Thu Mar  7 10:01:32 2019	(r344873)
+++ head/usr.bin/ncal/ncal.1	Thu Mar  7 10:19:40 2019	(r344874)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 08, 2018
+.Dd March 7, 2019
 .Dt CAL 1
 .Os
 .Sh NAME
@@ -199,3 +199,12 @@ codes is historically naive for many countries.
 .Pp
 Not all options are compatible and using them in different orders
 will give varying results.
+.Pp
+It is not possible to display Monday as the first day of the week with
+.Nm cal .
+If you want to use
+.Nm cal
+and want to have Mondays to start the week, use the ports version
+.Pq Pa deskutils/cal
+rather than the base system
+.Nm cal .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903071019.x27AJeFQ017420>