Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 07:58:04 GMT
From:      Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/188714: [patch] A bug in fortune message db
Message-ID:  <201404170758.s3H7w4R7024072@cgiserv.freebsd.org>
Resent-Message-ID: <201404170800.s3H8006u055981@freefall.freebsd.org>

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

>Number:         188714
>Category:       misc
>Synopsis:       [patch] A bug in fortune 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:
>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:



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