From nobody@FreeBSD.org  Thu Apr 17 07:58:05 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 369C0DDA
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Apr 2014 07:58:05 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 23C7016E3
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Apr 2014 07:58:05 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H7w46h024077
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 Apr 2014 07:58:04 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3H7w4R7024072;
	Thu, 17 Apr 2014 07:58:04 GMT
	(envelope-from nobody)
Message-Id: <201404170758.s3H7w4R7024072@cgiserv.freebsd.org>
Date: Thu, 17 Apr 2014 07:58:04 GMT
From: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] A bug in fortune message db
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188714
>Category:       conf
>Synopsis:       [patch] A bug in fortune(6) message db
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 17 08:00:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Mon May 05 03:08:08 UTC 2014
>Originator:     Makoto Kishimoto
>Release:        10.0-RELEASE-p1
>Organization:
N/A
>Environment:
FreeBSD norikura.localdomain 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
There is a bug in fortune message db, see patch
>How-To-Repeat:
fortune -m 'The integral of z squared'
>Fix:
see patch

Patch attached with submission follows:

Index: games/fortune/datfiles/fortunes
===================================================================
--- games/fortune/datfiles/fortunes	(revision 264582)
+++ games/fortune/datfiles/fortunes	(working copy)
@@ -570,7 +570,7 @@
 the verb.  Last but not least, avoid cliches like the plague; seek
 viable alternatives.
 %
-	      1/2
+	      1/3
 	 /\(3)
 	 |     2			  1/3
 	 |    z dz cos(3 * PI / 9) = ln (e   )
@@ -578,7 +578,7 @@
 	\/ 1
 
 The integral of z squared, dz
-From 1 to the square root of 3
+From 1 to the cube root of 3
 	Times the cosine
 	Of 3 PI over nine
 Is the log of the cube root of e


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