the the
authorderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 01:59:00 +0000 (01:59 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 01:59:00 +0000 (01:59 +0000)
bin/pax/file_subs.c
games/boggle/boggle/prtable.c
games/gomoku/makemove.c
games/rogue/CHANGES

index ad27adc..02c2408 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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 $        */
 
 /*-
@@ -42,7 +42,7 @@
 #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 */
 
@@ -696,7 +696,7 @@ chk_path(name, st_uid, st_gid)
 /*
  * 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
index 6b049d1..d5b29cb 100644 (file)
@@ -58,7 +58,7 @@ static int    get_maxlen __P((char *[], int, int (*)(char **, int)));
  *     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
index 2a4a27d..55781d6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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.
@@ -53,7 +53,7 @@ int   weight[5] = { 0, 1, 7, 22, 100 };
  *     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
index 679c638..34f02bb 100644 (file)
@@ -19,7 +19,7 @@ There are no dark rooms.
 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.