From owner-cvs-src-old@FreeBSD.ORG Fri Mar 12 06:58:11 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8325F10656C0 for ; Fri, 12 Mar 2010 06:58:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 737E08FC14 for ; Fri, 12 Mar 2010 06:58:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2C6wBXl000478 for ; Fri, 12 Mar 2010 06:58:11 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2C6wBps000477 for cvs-src-old@freebsd.org; Fri, 12 Mar 2010 06:58:11 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201003120658.o2C6wBps000477@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Fri, 12 Mar 2010 06:57:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ncal ncal.1 ncal.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 06:58:11 -0000 edwin 2010-03-12 06:57:53 UTC FreeBSD src repository Modified files: usr.bin/ncal ncal.1 ncal.c Log: SVN rev 205071 on 2010-03-12 06:57:53Z by edwin - 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. Revision Changes Path 1.26 +18 -6 src/usr.bin/ncal/ncal.1 1.33 +170 -80 src/usr.bin/ncal/ncal.c