]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/teachgammon/ttext1.c
Use .Fa instead of .Ar to refer to header fields.
[bsdgames-darwin.git] / backgammon / teachgammon / ttext1.c
index e3486e196773f6bf5c554e61c3b6b509a8322062..c0e34096339450affe9f373f243aaca0938445c3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: ttext1.c,v 1.5 1999/02/10 12:29:48 hubertf Exp $       */
+/*     $NetBSD: ttext1.c,v 1.8 2006/04/24 18:00:53 snj Exp $   */
 
 /*
  * Copyright (c) 1980, 1993
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
 #if 0
 static char sccsid[] = "@(#)ttext1.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: ttext1.c,v 1.5 1999/02/10 12:29:48 hubertf Exp $");
+__RCSID("$NetBSD: ttext1.c,v 1.8 2006/04/24 18:00:53 snj Exp $");
 #endif
 #endif                         /* not lint */
 
 #include "back.h"
 #include "tutor.h"
 
-const char   *opts = " QIMRHEDSPT";
-const char   *prompt = "-->";
+const char   *const opts = " QIMRHEDSPT";
+const char   *const prompt = "-->";
 
 const char   *const list[] = {
        "\n\n\tI\tIntroduction to Backgammon",
@@ -98,7 +94,7 @@ const char   *const intro2[] = {
        "\n   Although not indicated on the board, the players' homes are",
        "located just to the right of the board.  A player's men are placed",
        "there when they are removed from the board.  The board you just",
-       "saw was in it's initial position.  All games start with the board",
+       "saw was in its initial position.  All games start with the board",
        "looking like this.  Notice that red's pieces are represented by the",
        "letter 'r' and white's pieces are represented by the letter 'w'.",
        "Also, a position may have zero or more pieces on it, e.g.  posi-",