summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Label @ as being AC (since it's constructed like a prosign).fanf2004-02-201-1/+1
| | | | Submitted by: des
* Add some missing punctuation symbols, in particular @ which (according tofanf2004-02-202-2/+5
| | | | | | | a recent Press Association release) was added to Morse code by the ITU in December. @ was previously used for the SK prosign, which is now spelt &. Obtained from: http://en.wikipedia.org/wiki/Morse_code
* Fix misspellings in the freebsd-tips fortunes. The same PR hascperciva2004-02-181-4/+4
| | | | | | | | | a patch to mention portupgrade in freebsd-tips as well; I'm not sure if that belongs here, so I'll leave it for someone else. PR: misc/37073 Submitted by: Sean Chittenden <sean@chittenden.org> Approved by: rwatson (mentor)
* Too good to miss.wes2004-02-091-0/+3
| | | | Wisdumb by: Danno Coppock <danno@ipinc.com>
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* "The Aged Aged Man" was not a word doubling.schweikh2004-01-192-2/+2
| | | | Spotted by: grog
* typo, duh!phk2004-01-131-1/+1
|
* This is simply too true to not become a fortune.phk2004-01-131-0/+3
| | | | Wisdom by: wes
* Add a tip on how to print a manual page.blackend2004-01-071-0/+7
| | | | | PR: docs/61033 Submitted by: mi@
* Stop "fortune -l" from looping forever.ceri2003-12-271-1/+1
| | | | | PR: bin/58730 Submitted by: pak <pak@cns.utoronto.ca>
* Fix all cases of unintended word doublings (the the, and and, ...) and aschweikh2003-12-265-32/+32
| | | | few typos.
* Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall.des2003-12-072-22/+22
|
* A too good Feynman quote to pass up.phk2003-12-071-0/+4
|
* Add a card carryring member of the Pointless Comparison Collection.phk2003-11-121-0/+11
|
* reformat HP eng. mgr quotewilko2003-11-101-4/+5
| | | | Requested by: nate
* Fix a typo: 'in cloud' -> 'in a cloud'.roam2003-11-041-1/+2
| | | | | | PR: 58909 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 1 week
* Add a '-l' option suitable for use with /dev/led/* lamps.phk2003-11-032-17/+33
|
* Addition.phk2003-10-201-0/+3
|
* A comment about spam and cockroaches.fanf2003-10-161-0/+7
| | | | Suggested by: dwmalone
* Fix typo.tg2003-10-151-1/+1
|
* Correct a typo (s/And/An/)schweikh2003-10-121-1/+1
|
* Removed "Gerat" which is a typo of "Great".schweikh2003-10-081-1/+1
| | | | Added FreeBSD ID.
* Retrocomputing alternate history....wollman2003-10-071-0/+20
|
* Polish last fortune.wilko2003-10-061-2/+2
| | | | Suggested by: nate
* 'Upon the release of the second version'wilko2003-10-061-0/+12
| | | | | Suggested that this is fortune material: rene@tunix.nl MFC after: 2 weeks
* Fix spelling/grammar errors and remove a duplicateeivind2003-09-131-6/+3
|
* * Fix a duplicate "how how"dougb2003-08-311-2/+2
| | | | * Fix pedstals -> pedestals
* Correct a grammatical error.ceri2003-08-251-1/+1
| | | | | | PR: misc/54967 Submitted by: Paul A. Scott <pscott@the-frontier.org> MFC After: 4 weeks
* LANG->LC_ALLache2003-08-041-1/+1
| | | | Pointed by: ru
* Use LANG=C before tr to be shure that ranges are correctache2003-08-041-1/+1
|
* Rename collate_range_cmp() to stable_collate_range_cmp() to indicateache2003-08-031-11/+7
| | | | | that it is not the common variant. Remove doubtful microoptimization there.
* Fix a tip about how to create an empty file[1].schweikh2003-08-021-6/+2
| | | | | | | | | Remove tip about retired kget(8). Fix a typo. PR: conf/54334 Submitted by: Mark Huizer <xaa+sendpr@timewasters.nl> MFC after: 3 days
* Remove a duplicate entry.mux2003-07-251-4/+0
|
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
| | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
* Eliminate a duplicate.mph2003-07-141-4/+0
|
* Add a quote of wpaul@ explaining the importance of including requestedjhb2003-07-141-0/+7
| | | | content when replying to an e-mail.
* Correct some typos.kris2003-07-131-2/+2
| | | | | | Submitted by: pscott@the-frontier.org PR: misc/51909 MFC After: The average lifetime of a Star Trek redshirt
* Handle 12-hour clocks properly: when the time is 00:00-00:59, adjust thewill2003-06-231-1/+5
| | | | hour to 12 so the time reads "12:00-12:59 AM".
* Remove near-duplicate entry, keeping the better attributed one.gsutter2003-06-191-12/+0
|
* In the build process, fortune files have been randomized since atmurray2003-06-191-2/+2
| | | | | | | | | least the 4.4-lite days. This is pointless, since fortune(6) performs its own randomization. It was also problematic for binary update systems such as ports/security/freebsd-update. This commit simply removes the -r option to strfile so that the datfiles are constant. Submitted by: Colin Percival <cperciva@sfu.ca>
* Preserve an involunteerily joke SunCheckup has been providing.joerg2003-06-181-0/+5
| | | | | (NB: the space before the colon in the second line is authentic, please don't remove.)
* Fixup three rather minor typos that have irked me over time.hoek2003-05-311-4/+4
|
* add a NOCRYPT check alongside the NO_OPENSSL check.des2003-05-191-1/+1
| | | | Approved by: re (scottl)
* mdoc(7) police: Make SYNOPSIS match usage().ru2003-05-161-2/+1
| | | | Approved by: re (blanket)
* mdoc(7) police: Added "rot13" to the NAME section.ru2003-05-161-1/+1
| | | | Approved by: re (blanket)
* Make the __FBSDID usage consistentobrien2003-05-056-26/+22
| | | | and protect copyright[] from Gcc 3.3's whining.
* Add an option to print the time in 12-hour format.mux2003-03-282-4/+26
| | | | Submitted by: Samy Al Bahra <samy@kerneled.com>
* Add a new chance at getting offended, having removed so many.eivind2003-03-241-0/+3
|
* Remove duplicateseivind2003-03-241-202/+0
|
* Fix two more typoseivind2003-03-241-2/+2
|
OpenPOWER on IntegriCloud