From k-horik@mail.yk.rim.or.jp  Sun May 25 08:16:38 1997
Received: from mail.yk.rim.or.jp (root@mail.yk.rim.or.jp [202.247.130.37])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA25372
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 May 1997 08:16:35 -0700 (PDT)
Received: from localhost (ppp197.yk.rim.or.jp [202.247.134.197]) by mail.yk.rim.or.jp (8.8.5/3.4Wbeta6-rim1.1) with ESMTP id AAA03647; Mon, 26 May 1997 00:16:28 +0900 (JST)
Message-Id: <199705251516.AAA03647@mail.yk.rim.or.jp>
Date: Mon, 26 May 1997 00:15:45 +0900
From: k-horik@yk.rim.or.jp
Sender: k-horik@mail.yk.rim.or.jp
Reply-To: k-horik@yk.rim.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: manapge cal.1's SYNOPSIS is incorrect.
X-Send-Pr-Version: 3.2

>Number:         3680
>Category:       docs
>Synopsis:       manpage cal.1's SYNOPSIS is incorrect.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 08:20:00 PDT 1997
>Closed-Date:    Tue Aug 19 16:57:19 PDT 1997
>Last-Modified:  Tue Aug 19 17:05:31 PDT 1997
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

.\"     @(#)cal.1       8.1 (Berkeley) 6/6/93

>Description:
 Cal's synopsis is shown as:
	cal [-jy] [month [year]]

 It should be:
	cal [-jy] [[month] year]

 `cal 7' shows the calendar for 7 not for July.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:
--- cal.1.bak Fri May 16 23:55:33 1997
+++ cal.1       Sat May 17 22:17:52 1997
@@ -43,7 +43,10 @@
 .Sh SYNOPSIS
 .Nm cal
 .Op Fl jy
-.Op Ar month Op Ar year
+.Oo
+.Op Cm Ar month
+.Ar year
+.Oc
 .Sh DESCRIPTION
 .Nm Cal
 displays a simple calendar.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Tue Aug 19 16:57:19 PDT 1997 
State-Changed-Why:  
Fixed by Philippe Charnier in rev 1.3 of cal.1. 
>Unformatted:
