summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2013-09-13 20:46:50 +0000
committerjoerg <joerg@NetBSD.org>2013-09-13 20:46:50 +0000
commitd4cf33d69956e2422feab8c15e78d06c35f58059 (patch)
treed8304b5a9d92ff46ea8f56b06a849b04d8ab2c56 /backgammon/teachgammon
parentc5659a6489ac7b9cedfa265befaa5b680d36af23 (diff)
downloadbsdgames-darwin-d4cf33d69956e2422feab8c15e78d06c35f58059.tar.gz
bsdgames-darwin-d4cf33d69956e2422feab8c15e78d06c35f58059.tar.zst
bsdgames-darwin-d4cf33d69956e2422feab8c15e78d06c35f58059.zip
GC descr and helpm.
Diffstat (limited to 'backgammon/teachgammon')
-rw-r--r--backgammon/teachgammon/teach.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c
index 0fb58d50..f9805dc8 100644
--- a/backgammon/teachgammon/teach.c
+++ b/backgammon/teachgammon/teach.c
@@ -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