* My patch to bcd.6 is no longer necessary.

* hack: Consistently refer to O as options key, not o. Closes: #191452


git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5207 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2003-05-01 15:37:27 +00:00
parent e5b45776e7
commit 80126e45e9
3 changed files with 9 additions and 3 deletions

View File

@@ -50,7 +50,6 @@
.Op Fl ds Ar string ...
.Sh DESCRIPTION
The
.Nm bcd ,
.Nm ,
.Nm ppt
and

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
bsdgames (2.14-2) unstable; urgency=low
* My patch to bcd.6 is no longer necessary.
* hack: Consistently refer to O as options key, not o. Closes: #191452
-- Joey Hess <joeyh@debian.org> Thu, 1 May 2003 11:31:52 -0400
bsdgames (2.14-1) unstable; urgency=low
* New upstream release, whivh includes hack, back fron bsdgames-nonfree.

View File

@@ -210,7 +210,7 @@ bad:
if (!strncmp(opts, "help", 4)) {
pline("%s%s%s",
"To set options use `HACKOPTIONS=\"<options>\"' in your environment, or ",
"give the command 'o' followed by the line `<options>' while playing. ",
"give the command 'O' followed by the line `<options>' while playing. ",
"Here <options> is a list of <option>s separated by commas.");
pline("%s%s%s",
"Simple (boolean) options are rest_on_space, news, time, ",
@@ -225,7 +225,7 @@ bad:
return;
}
pline("Bad option: %s.", opts);
pline("Type `o help<cr>' for help.");
pline("Type `O help<cr>' for help.");
return;
}
puts("Bad syntax in HACKOPTIONS.");