-/* $OpenBSD: file_subs.c,v 1.7 1997/03/05 05:53:22 tholo Exp $ */
+/* $OpenBSD: file_subs.c,v 1.8 1997/04/09 01:59:00 deraadt Exp $ */
/* $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $ */
/*-
#if 0
static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: file_subs.c,v 1.7 1997/03/05 05:53:22 tholo Exp $";
+static char rcsid[] = "$OpenBSD: file_subs.c,v 1.8 1997/04/09 01:59:00 deraadt Exp $";
#endif
#endif /* not lint */
/*
* set_ftime()
* Set the access time and modification time for a named file. If frc is
- * non-zero we force these times to be set even if the the user did not
+ * non-zero we force these times to be set even if the user did not
* request access and/or modification time preservation (this is also
* used by -t to reset access times).
* When ign is zero, only those times the user has asked for are set, the
* length - address of the routine to call to determine the length
* of string to be printed
*
- * prtable and length are called with the the address of the base and
+ * prtable and length are called with the address of the base and
* an index
*/
void
-/* $OpenBSD: makemove.c,v 1.2 1996/12/21 21:17:51 tholo Exp $ */
+/* $OpenBSD: makemove.c,v 1.3 1997/04/09 02:02:06 deraadt Exp $ */
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
* MOVEOK everything is OK.
* RESIGN Player resigned.
* ILLEGAL Illegal move.
- * WIN The the winning move was just played.
+ * WIN The winning move was just played.
* TIE The game is a tie.
*/
int
ROGUEOPTS of flush,terse,seefloor,askme,inventory are ignored.
'askquit' is added to prevent ^\ from terminating the game accidentally.
If 'noaskquit' is
- found in the ROGUEOPTS string, the the ^\ kills the game, otherwise,
+ found in the ROGUEOPTS string, the ^\ kills the game, otherwise,
the player is asked if he really wants to quit. In either case, no
score file processing is attempted.
The score is keyed to winning scores, and no player may appear twice.