aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Correct spelling of foresight.David Malone2001-01-251-1/+1
| | | | | | | | PR: 24637 Submitted by: Christopher Rued <christor@ug.cs.sunysb.edu> Notes: svn path=/head/; revision=71644
* mdoc(7) police: fixed a few bogons.Ruslan Ermilov2001-01-251-12/+12
| | | | Notes: svn path=/head/; revision=71641
* man(7) -> mdoc(7)Alexey Zelkin2001-01-251-62/+63
| | | | Notes: svn path=/head/; revision=71630
* Give morse(6) own manual page since common manpage for bcd(6), ppt(6) andAlexey Zelkin2001-01-254-136/+180
| | | | | | | morse(6) was mostly dedicated to morse(6) Notes: svn path=/head/; revision=71629
* Remove never used home-born implementation of curses library from sourceAlexey Zelkin2001-01-254-846/+5
| | | | | | | tree. Notes: svn path=/head/; revision=71628
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-195-7/+12
| | | | Notes: svn path=/head/; revision=70195
* Remove a duplicate fortune.Poul-Henning Kamp2000-12-181-3/+0
| | | | | | | | PR: 21629 Submitted by: Sean C. Farley <sean-freebsd@farley.org> Notes: svn path=/head/; revision=70162
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-141-0/+1
| | | | Notes: svn path=/head/; revision=70022
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69857
* Eliminate groff(1) and tbl(1) warnings.Ruslan Ermilov2000-11-281-35/+18
| | | | Notes: svn path=/head/; revision=69309
* ConstifyKris Kennaway2000-11-261-1/+1
| | | | Notes: svn path=/head/; revision=69202
* Format string auditingKris Kennaway2000-11-263-4/+4
| | | | Notes: svn path=/head/; revision=69197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-2014-35/+37
| | | | Notes: svn path=/head/; revision=68937
* mdoc(7) police: Nm is a must in the NAME section.Ruslan Ermilov2000-11-171-4/+5
| | | | Notes: svn path=/head/; revision=68859
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
| | | | Notes: svn path=/head/; revision=68854
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-102-3/+2
| | | | Notes: svn path=/head/; revision=68575
* Correct a bignum.Greg Lehey2000-10-311-1/+1
| | | | | | | | Detected-by: lang/clisp Approved-by: jkh Notes: svn path=/head/; revision=68045
* Make the -d option actually work.Alexander Langer2000-10-281-0/+2
| | | | | | | | | | Today fast terminals are usually the default. PR: 21634 Submitted by: Eric S. Van Gyzen <eric@vangyzen.net> Notes: svn path=/head/; revision=67768
* Remove one other dup.David Malone2000-10-121-4/+0
| | | | Notes: svn path=/head/; revision=67006
* Remove some duplicated Dijkstra quotes and add a new one.David Malone2000-10-121-14/+4
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=67005
* Add an amusing spoonerism.Kris Kennaway2000-10-101-0/+2
| | | | | | | | Submitted by: Benno Rice <benno@hiro.netizen.com.au> Approved by: jkh Notes: svn path=/head/; revision=66909
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+2
| | | | | | | <time.h>). Notes: svn path=/head/; revision=66907
* Format string paranoia.Kris Kennaway2000-10-081-3/+3
| | | | Notes: svn path=/head/; revision=66804
* Conform to BDECFLAGSBill Fumerola2000-10-0822-643/+787
| | | | Notes: svn path=/head/; revision=66799
* Remove a duplicate Feyman quote. Add his problem-solving algorithm.Poul-Henning Kamp2000-09-301-3/+5
| | | | Notes: svn path=/head/; revision=66477
* Add definitions of hardware and software.Daniel C. Sobral2000-09-251-0/+6
| | | | Notes: svn path=/head/; revision=66343
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-1616-32/+38
| | | | Notes: svn path=/head/; revision=65912
* BDECFLAGS (with a whitespace change or two)Bill Fumerola2000-08-297-74/+77
| | | | Notes: svn path=/head/; revision=65184
* Clean up previous commit.Bill Fumerola2000-08-281-7/+5
| | | | Notes: svn path=/head/; revision=65149
* BDECFLAGSBill Fumerola2000-08-271-3/+6
| | | | Notes: svn path=/head/; revision=65139
* Add another Bill Paul quote.Jonathan Lemon2000-08-071-0/+5
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=64364
* Xref strfile(8).Mike Pritchard2000-07-311-1/+2
| | | | | | | | PR: misc/20304 Submitted by: Kim Scarborough <sluggo@unknown.nu> Notes: svn path=/head/; revision=64044
* put the entires back in order.... I forgot to do that after we dicussedJohn-Mark Gurney2000-07-281-7/+7
| | | | | | | this at the BSDi get together... Notes: svn path=/head/; revision=63965
* Fixed bitrot in DPADD.Bruce Evans2000-07-191-1/+1
| | | | Notes: svn path=/head/; revision=63535
* Don't call printf with no format string.Kris Kennaway2000-07-101-2/+2
| | | | Notes: svn path=/head/; revision=62869
* Don't call printf with no format string.Kris Kennaway2000-07-102-2/+2
| | | | Notes: svn path=/head/; revision=62868
* minor brucification.Bill Fumerola2000-07-061-2/+2
| | | | Notes: svn path=/head/; revision=62671
* ${BDEFLAGS}Bill Fumerola2000-07-041-19/+19
| | | | Notes: svn path=/head/; revision=62541
* "Fix" warnings.Bill Fumerola2000-07-031-6/+13
| | | | Notes: svn path=/head/; revision=62488
* -lcompat doesn't seem to be needed anymore.Ollivier Robert2000-07-031-1/+1
| | | | | | | MFC candidate (compile fine on 5.0 and 4.0-STABLE). Notes: svn path=/head/; revision=62442
* add a real prototype for printit()Bill Fumerola2000-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62270
* Remove garbage.Daniel C. Sobral2000-06-021-9/+0
| | | | Notes: svn path=/head/; revision=61175
* Some David Gerrold limericks, which he gratiously allowed us toDaniel C. Sobral2000-06-011-0/+55
| | | | | | | | reproduce. I'll add the file to the makefile once I have finished adding the limericks. Notes: svn path=/head/; revision=61151
* Remove a couple of dups and fix a typo. This doesn't touch dups thatTim Vanderhoek2000-05-281-25/+1
| | | | | | | are dupped between here (fortunes2) and fortunes. Notes: svn path=/head/; revision=60995
* A set of diffs to bring the new murphy into line with theTim Vanderhoek2000-05-281-172/+146
| | | | | | | | fortune/Notes fortmatting instructions. Also fix a couple typos. I did a bit of this, by Cy Schubert did most of it. Thanks Cy! Notes: svn path=/head/; revision=60993
* Quoting submitter:Tim Vanderhoek2000-05-283-5/+2407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a recent conversion of an old IBM Mainframe application to the fortune datafile format. The "laws" were extracted from a S/370 Assembler program on a SHARE tape. The comments in the program: *---------------------------------------------------------------------* * 'MURPHY' THE OLE PHILOSOPHER 18 AUGUST 1988 * * * * MURPHY WAS FOUND ON A JES2 TAPE OF ALL PLACES WITH ABOUT * * 500 OR SO SAYINGS. GOT ANOTHER 250 FROM AN UNKNOWN SOURCE * * AND HAVE ADDED ABOUT 100 OR SO MYSELF. * * * [list of changes omitted] * * * JIM MARSHALL, CAPT, USAF * * (301) 688-6829 * * * *---------------------------------------------------------------------* Fortunes that a sufficiently twisted mind could perceive as offensive have been moved to murphy-o. Thanks to the submitter for reviewing these fortunes. The copyright issues were considered before approval. PR: misc/8519 Submitted by: Cy Schubert (misc/8519) Approved by: The Fortune Teller Notes: svn path=/head/; revision=60992
* By overwhelming demand, revert the one=two joke to its previous form.Tim Vanderhoek2000-05-281-6/+5
| | | | | | | | | | | | | | Also, fix a couple whitespace formatting errors and typos. Note that the Klingon joke has a 12-point version in the -chat list, mesg-id: <19990717120618.C269@marder-1> (thanks to DES and to submitter doug@gorean). Also, note that the following people need to learn to double-space after a period: <DougB@gorean.org>, <des@flood.ping.uio.no>, <mellon@pobox.com>, <jeroen@vangelderen.org>, and <rsidd@physics.iisc.ernet.in>. Notes: svn path=/head/; revision=60991
* Fix some newlines which have snuck in here in contradiction withTim Vanderhoek2000-05-251-7/+4
| | | | | | | fortune's formatting rules. Notes: svn path=/head/; revision=60917
* Add a missing negative to a clause.Tim Vanderhoek2000-05-251-1/+1
| | | | Notes: svn path=/head/; revision=60916
* Add some fortunes, typically gleaned from FreeBSD mailing lists, removeTim Vanderhoek2000-05-251-9/+55
| | | | | | | | | | | | | | | | | some dups, fix some typos and formatting. Submitted-by (in no particular order): Cy Schubert <cschuber@uumail.gov.bc.ca> (bin/12477) David Kelly <dkelly@hiwaay.net> (misc/16647) Zachary K Drew <drew0054@tc.umn.edu> (misc/16848) Mark Ovens <mark@ukug.uk.freebsd.org> (misc/15809) Bruce A. Mah <bmah@nimitz.ca.sandia.gov> (bin/17085) And myself. Approved by: The Fortune Teller Notes: svn path=/head/; revision=60915