aboutsummaryrefslogtreecommitdiff
path: root/games/quiz
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
| | | | Notes: svn path=/head/; revision=68937
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+1
| | | | Notes: svn path=/head/; revision=68575
* -Wall cleanup.Bill Fumerola1999-12-122-4/+6
| | | | Notes: svn path=/head/; revision=54461
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-302-5/+9
| | | | Notes: svn path=/head/; revision=53920
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-162-18/+18
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-162-0/+4
| | | | Notes: svn path=/head/; revision=53209
* o Fix some random spelling errorsChris Piazza1999-10-054-6/+7
| | | | | | | | | | | o The capital of Quebec is Quebec or Quebec City o Add Nunavut (capital is Iqaluit) Reviewed by: billf Obtained from: OpenBSD Notes: svn path=/head/; revision=51950
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48793
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-191-2/+14
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-03-011-1/+1
| | | | | | | | | | EOF? The getopt(3) manpage clearly states that the return value is *-1*, not EOF! Besides, getopt(3) isn't reading from a file. :) Noticed-while: merging to 2.2 (where this is correct). Notes: svn path=/head/; revision=33937
* Simplify revokeAndrey A. Chernov1997-09-241-1/+0
| | | | Notes: svn path=/head/; revision=29783
* Use srandomdevAndrey A. Chernov1997-09-241-1/+1
| | | | Notes: svn path=/head/; revision=29768
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* A ':' in the data file was always interpreted as a category divider,Jonathan Lemon1997-08-182-1/+2
| | | | | | | | | | | | | even if escaped. Changed code so that the next character after a '\' is skipped. This should not cause a buffer overflow, as backslashes at the end of a line are handled earlier in the code. Also correct a slight grammatical nit in the bard datfile. PR: 3777, 3917 Notes: svn path=/head/; revision=28382
* This file was somewhat out of date :-)Poul-Henning Kamp1997-06-071-3/+2
| | | | Notes: svn path=/head/; revision=26496
* Merge from Lite2 (oops, nearly forgot these ones)Peter Wemm1997-03-111-3/+6
| | | | Notes: svn path=/head/; revision=23726
* 444 -> ${NOBINMODE}Wolfram Schneider1997-02-091-1/+1
| | | | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} Notes: svn path=/head/; revision=22449
* Applied patch to close PR#bin/199Marc G. Fournier1996-05-261-2/+5
| | | | | | | Submitted by: Toshihiro Kanda <candy@kgc.co.jp> Notes: svn path=/head/; revision=15912
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Create /usr/share/games/quiz.db via mtree and remove private mkdir commandRodney W. Grimes1995-03-181-3/+0
| | | | | | | from Makefile. Notes: svn path=/head/; revision=7136
* Make this work with missing dirs.Jordan K. Hubbard1994-09-081-0/+3
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2566
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-0440-0/+2799
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490