summaryrefslogtreecommitdiffstats
path: root/fortune
Commit message (Collapse)AuthorAgeFilesLines
...
* a thing.dholland2017-05-041-0/+3
|
* Remove unmaintained link to imrryr from NetBSD specific fortune(6) entrieskamil2017-04-161-3/+0
| | | | | The original content is not accessible with the original link (missing closing /). This page does not look to be updated since 2002 and artwork is not freely reusable.
* add somethigndholland2017-03-251-0/+2
|
* add a coupledholland2016-10-141-0/+15
|
* Fix another place with a wrong author of "Unkempt Thoughts"kamil2016-08-281-1/+1
| | | Stanislaw Lem -> Stanislaw J. Lec
* Correct the author of "Unkempt Thoughts" - it's Stanislaw Lec, not Lemkamil2016-08-261-3/+3
| | | | | Pointed out by Antoni GrzymaƂa <antoni@grzymala.info> This mistake was in the sources since the beginning of this file in NetBSD.
* add onedholland2016-07-151-0/+2
|
* add onedholland2015-06-271-0/+2
|
* properly pluralize.snj2015-04-031-1/+1
|
* Avoid runon sentences.dholland2015-03-251-8/+8
|
* Fix typo. From kspillner@OpenBSD, forwarded by jmc@OpenBSD.wiz2015-02-071-1/+1
|
* add somethingdholland2015-01-061-0/+3
|
* PR/49451 - Ben Gergely -- add missing attributionjnemeth2014-12-051-0/+1
|
* 1) "It's its"snj2014-10-182-3/+3
| | | | 2) Whitespace 3) You're all too old to be confusing "your" with "you're"
* fix typo, from Henning Petersen in PR misc/48613dholland2014-02-221-1/+1
|
* remove duplicatedholland2013-12-111-4/+0
|
* another minor fixdholland2013-12-111-1/+1
|
* Reinstate typo since kre claims it's by purpose.wiz2013-12-111-1/+1
| | | Discussion in PR 48442.
* Error and typo fixes from OpenBSD and FreeBSD via Henning Petersenwiz2013-12-111-19/+17
| | | | | | in PR 48443. While here, remove a duplication, fix another typo, and don't claim that Mr. Sheperd was the first man in space.
* Error and typo fixes from OpenBSD and FreeBSD via Henning Petersenwiz2013-12-111-16/+16
| | | in PR 48442.
* Untabify the header definition to avoid misaligned comment onuwe2013-09-191-11/+11
| | | str_delim in PostScript output.
* Use .Fa instead of .Ar to refer to header fields.uwe2013-09-191-4/+4
|
* Now that we use "nbtool_config.h" we can use __dead again and dropuwe2013-09-191-13/+3
| | | | | | local attempts to define its equivalent. Also drop the comment that warns this file is a tool; use of "nbtool_config.h" makes it evident.
* Don't define TRUE/FALSE, which may conflict with host headers.uwe2013-09-191-13/+10
| | | TRUE is unused anyway. Replace all instances of FALSE with 0.
* #include "nbtool_config.h" to pull in getprogname() declaration.uwe2013-09-181-2/+6
|
* Fix typo.wiz2013-07-241-1/+1
|
* add an Oscar Wilde quotejnemeth2013-07-241-0/+6
|
* Don't expect fairings.dholland2013-05-121-0/+3
|
* Fix same typo in the other file in which it occurspgoyette2013-02-171-1/+1
|
* Fix minor typopgoyette2013-02-171-1/+1
|
* Add some quotes by Henry Ford, found at:jnemeth2012-12-081-0/+25
| | | http://www.goodreads.com/author/quotes/203714.Henry_Ford
* Fix two quotes from "The Tao of Programming". From FreeBSD.mbalmer2012-11-221-2/+2
|
* Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,jakllsch2012-10-222-12/+9
| | | | | "Yoda". Correct said lyrics. Correct lyrics to "Weird Al" Yankovic's "One Of Those Days".
* Pass -Wstrict-overflow.dholland2012-10-131-6/+7
|
* Add a remarkably percipient fortune cookie.riastradh2012-10-031-0/+3
|
* Fix formatting of Churchill quote on declarations of war.riastradh2012-10-031-2/+2
|
* src/games/fortune/fortune/fortune.6:jdf2012-08-043-11/+8
| | | | | | | | | | | * reference strfile(8) in `SEE ALSO' section. src/games/fortune/strfile/strfile.8: * remove redundant argument to (successive) `.Nm' macros. src/games/fortune/datfiles/fortunes2: * remove (the least complete variant of a) double fortune. Patch submitted by Bug Hunting.
* WARNS=5, and make WARNS=5 the default for src/games.dholland2012-06-192-13/+8
|
* Typo. Reported by I-forget-who-but-they'd-probably-rather-not-be-credited,dholland2012-06-191-1/+1
| | | during the -6 freeze, and then forgotten until now.
* Attribute the `Consequences, Schmonsequences...' quote to Daffy Duck.riastradh2012-06-051-1/+1
|
* Per [1] the speed of light in a vaccum is exactly 299792458 m/s.jakllsch2011-12-061-1/+1
| | | | | | | | | | | | | | | | | | Per [2] a furlong is 220 yards and a yard is exactly 0.9144 m. Per [3] a fortnight is 14 days. As I didn't find a good authority for what definition of a day a fortnight is measured in, I'll assume here a day is 86400 SI seconds. Thus, the speed of light in a vaccum is approximately 1.80*10^12 furlongs per fortnight. 1.80*10^12 = 299792458*86400*14/(220*0.9144) [1] Resolution 1 of the 17th meeting of the CGPM (1983) http://www.bipm.org/en/CGPM/db/17/1/ [2] Weights and Measures Act 1985 http://www.legislation.gov.uk/ukpga/1985/72 [3] The Concise Oxford Dictionary, 5th Edition, 1964, p. 480
* grammar fixjnemeth2011-11-191-1/+1
|
* NULL does not need a castplunky2011-08-311-3/+3
|
* Remove redundant set of prototypes for local functions, exposed bydholland2011-08-171-11/+2
| | | previous.
* Move some things around so declarations appear in a reasonable order.dholland2011-08-171-33/+32
|
* Use __dead instead of __attribute__((__noreturn__)).dholland2011-08-161-3/+3
|
* kill homebrew error functionschristos2011-08-161-43/+24
|
* Fix spelling: it's *Jef* Raskin, not Jeff Raskin.dyoung2011-01-243-2/+3
|
* add one i saw on irc todaypooka2010-11-251-0/+6
|
* Latin police: use proper conjugation.dholland2010-02-162-2/+2
| | | (whether the rest of the affected fortune is valid either is debatable)