Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 17:48:11 GMT
From:      kaltheat <kaltheat@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/186697: calendar(1): -A -B -t not working correctly
Message-ID:  <201402121748.s1CHmBCZ090866@cgiserv.freebsd.org>
Resent-Message-ID: <201402121750.s1CHo0iO099396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186697
>Category:       bin
>Synopsis:       calendar(1): -A -B -t not working correctly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 17:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     kaltheat
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
>Description:
Hi,

calendar command-line parameters -A and -B do not work as stated in man-page.

$ date
Wed Feb 12 18:38:42 CET 2014
$ cat .calendar/calendar
2013/02/12      test
2014/02/13      test1
$ calendar
Feb 13  test1
$ calendar -A 1
Feb 13  test1
$ calendar -B 1
$ calendar -t 11.02.2014
$ calendar -t 12.02.2014
Feb 13  test1
$ calendar -t 13.02.2014
Feb 13  test1

As it is said in man-page -B and -A should "print lines from today and ...". As you can see -t is strange too.

Regards,
kaltheat

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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