Bug 176256

Summary: fix calendar.1 to share/calendar not share/calendars
Product: Documentation Reporter: jhs
Component: Books & ArticlesAssignee: Jaakko Heinonen <jh>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhs
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jhs 2013-02-19 00:40:00 UTC
	fix calendar.1 to share/calendar not share/calendars

Fix: http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendar.1.dir.REL=ALL.diff
Comment 1 Jaakko Heinonen freebsd_committer freebsd_triage 2013-04-06 14:40:37 UTC
Responsible Changed
From-To: freebsd-bugs->jh

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-06 14:42:44 UTC
Author: jh
Date: Sat Apr  6 13:42:37 2013
New Revision: 249200
URL: http://svnweb.freebsd.org/changeset/base/249200

Log:
  Correct the path.
  
  PR:		176256
  Submitted by:	jhs

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

Modified: head/usr.bin/calendar/calendar.1
==============================================================================
--- head/usr.bin/calendar/calendar.1	Sat Apr  6 13:39:02 2013	(r249199)
+++ head/usr.bin/calendar/calendar.1	Sat Apr  6 13:42:37 2013	(r249200)
@@ -28,7 +28,7 @@
 .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
 .\" $FreeBSD$
 .\"
-.Dd June 13, 2002
+.Dd April 6, 2013
 .Dt CALENDAR 1
 .Os
 .Sh NAME
@@ -230,7 +230,7 @@ do not send mail if this file exists.
 .El
 .Pp
 The following default calendar files are provided in
-.Pa /usr/share/calendars:
+.Pa /usr/share/calendar:
 .Pp
 .Bl -tag -width calendar.southafrica -compact
 .It Pa calendar.all
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Jaakko Heinonen freebsd_committer freebsd_triage 2013-04-06 14:42:49 UTC
State Changed
From-To: open->patched

Patched in head (r249200).
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-05-13 15:01:00 UTC
Author: jh
Date: Mon May 13 13:57:06 2013
New Revision: 250597
URL: http://svnweb.freebsd.org/changeset/base/250597

Log:
  MFC r249200: Correct the path.
  
  PR:		176256

Modified:
  stable/9/usr.bin/calendar/calendar.1
Directory Properties:
  stable/9/usr.bin/calendar/   (props changed)

Modified: stable/9/usr.bin/calendar/calendar.1
==============================================================================
--- stable/9/usr.bin/calendar/calendar.1	Mon May 13 12:43:03 2013	(r250596)
+++ stable/9/usr.bin/calendar/calendar.1	Mon May 13 13:57:06 2013	(r250597)
@@ -28,7 +28,7 @@
 .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
 .\" $FreeBSD$
 .\"
-.Dd June 13, 2002
+.Dd April 6, 2013
 .Dt CALENDAR 1
 .Os
 .Sh NAME
@@ -230,7 +230,7 @@ do not send mail if this file exists.
 .El
 .Pp
 The following default calendar files are provided in
-.Pa /usr/share/calendars:
+.Pa /usr/share/calendar:
 .Pp
 .Bl -tag -width calendar.southafrica -compact
 .It Pa calendar.all
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-13 15:02:31 UTC
Author: jh
Date: Mon May 13 14:00:24 2013
New Revision: 250598
URL: http://svnweb.freebsd.org/changeset/base/250598

Log:
  MFC r249200: Correct the path.
  
  PR:		176256

Modified:
  stable/8/usr.bin/calendar/calendar.1
Directory Properties:
  stable/8/usr.bin/calendar/   (props changed)

Modified: stable/8/usr.bin/calendar/calendar.1
==============================================================================
--- stable/8/usr.bin/calendar/calendar.1	Mon May 13 13:57:06 2013	(r250597)
+++ stable/8/usr.bin/calendar/calendar.1	Mon May 13 14:00:24 2013	(r250598)
@@ -28,7 +28,7 @@
 .\"     @(#)calendar.1  8.1 (Berkeley) 6/29/93
 .\" $FreeBSD$
 .\"
-.Dd June 13, 2002
+.Dd April 6, 2013
 .Dt CALENDAR 1
 .Os
 .Sh NAME
@@ -222,7 +222,7 @@ do not send mail if this file exists.
 .El
 .Pp
 The following default calendar files are provided in
-.Pa /usr/share/calendars:
+.Pa /usr/share/calendar:
 .Pp
 .Bl -tag -width calendar.southafrica -compact
 .It Pa calendar.all
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 6 Jaakko Heinonen freebsd_committer freebsd_triage 2013-05-13 15:20:52 UTC
State Changed
From-To: patched->closed

Fixed in head, stable/9 and stable/8.