From owner-cvs-src-old@FreeBSD.ORG Fri Jun 4 06:57:16 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 72B611065675 for ; Fri, 4 Jun 2010 06:57:16 +0000 (UTC) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 46EDF8FC2E for ; Fri, 4 Jun 2010 06:57:16 +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 o546vG4K023634 for ; Fri, 4 Jun 2010 06:57:16 GMT (envelope-from brian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o546vGxl023633 for cvs-src-old@freebsd.org; Fri, 4 Jun 2010 06:57:16 GMT (envelope-from brian@repoman.freebsd.org) Message-Id: <201006040657.o546vGxl023633@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brian@repoman.freebsd.org using -f From: Brian Somers Date: Fri, 4 Jun 2010 06:56:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/date date.1 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, 04 Jun 2010 06:57:16 -0000 brian 2010-06-04 06:56:58 UTC FreeBSD src repository Modified files: bin/date date.1 Log: SVN rev 208795 on 2010-06-04 06:56:58Z by brian Explain that setting an absolute day value can fail and that the month should usually be set first when using -v. Adjust an example that sets the day to 30 before setting the month to 3 in accordance with this approach as the example would always fail in February! PR: 147354 MFC after: 2 weeks Revision Changes Path 1.77 +11 -3 src/bin/date/date.1