mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
* 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:
@@ -50,7 +50,6 @@
|
||||
.Op Fl ds Ar string ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm bcd ,
|
||||
.Nm ,
|
||||
.Nm ppt
|
||||
and
|
||||
|
||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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.
|
||||
|
||||
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user