]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - backgammon/teachgammon/teach.c
Use .Fa instead of .Ar to refer to header fields.
[bsdgames-darwin.git] / backgammon / teachgammon / teach.c
index 0fb58d50581be6c9787d087ca5ba2c78f8672631..f9805dc88bc5c9107a1968561c1fc51c38eb95cd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: teach.c,v 1.23 2012/10/13 19:25:22 dholland Exp $      */
+/*     $NetBSD: teach.c,v 1.24 2013/09/13 20:46:50 joerg Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,21 +39,13 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\
 #if 0
 static char sccsid[] = "@(#)teach.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: teach.c,v 1.23 2012/10/13 19:25:22 dholland Exp $");
+__RCSID("$NetBSD: teach.c,v 1.24 2013/09/13 20:46:50 joerg Exp $");
 #endif
 #endif                         /* not lint */
 
 #include "back.h"
 #include "tutor.h"
 
-static const char *const helpm[] = {
-       "\nEnter a space or newline to roll, or",
-       "     b   to display the board",
-       "     d   to double",
-       "     q   to quit\n",
-       0
-};
-
 static const char *const contin[] = {
        "",
        0