]> granicus.if.org Git - nethack/commitdiff
#enhance docs again
authornethack.rankin <nethack.rankin>
Sat, 30 Oct 2004 01:44:12 +0000 (01:44 +0000)
committernethack.rankin <nethack.rankin>
Sat, 30 Oct 2004 01:44:12 +0000 (01:44 +0000)
     Since "weapons and spell skills" is grammatically suspect and
"weapons and spells skills" sounds odd, change to "weapon and spell skills"
in both the Guidebook and the game's online descriptions.  The #enhance
command itself uses "current skills" and doesn't need any alteration.

dat/hh
doc/Guidebook.mn
doc/Guidebook.tex
src/cmd.c

diff --git a/dat/hh b/dat/hh
index d917640d2141c516aecc4bc9ed7dca15deb489f6..5fe6bfaec175173d02ab7ffefd4a3bbd6baa1f6e 100644 (file)
--- a/dat/hh
+++ b/dat/hh
@@ -88,7 +88,7 @@ M-2     twoweapon toggle two-weapon combat (unless number_pad is enabled)
 M-a     adjust  adjust inventory letters
 M-c     chat    talk to someone
 M-d     dip     dip an object into something
-M-e     enhance advance or check weapons or spell skills
+M-e     enhance advance or check weapon and spell skills
 M-f     force   force a lock
 M-i     invoke  invoke an object's special powers
 M-j     jump    jump to another location
index b378b4de6b11d1d48c7f10b68cc000b5b8d37765..5b11d201ea0eab32aa6dd90de3cf76be2d23a0e7 100644 (file)
@@ -5,7 +5,7 @@
 .ds vr "NetHack 3.4
 .ds f0 "\*(vr
 .ds f1
-.ds f2 "December 2, 2003
+.ds f2 "October 29, 2004
 .mt
 A Guide to the Mazes of Menace
 (Guidebook for NetHack)
@@ -683,7 +683,7 @@ List voluntary challenges you have maintained.  See the section below entitled
 .lp #dip
 Dip an object into something.
 .lp #enhance
-Advance or check weapons and spell skills.
+Advance or check weapon and spell skills.
 .lp #force
 Force a lock.
 .lp #invoke
index b0a7cbc7fa4075133022b3f3f091583d92a4960d..96e384422aa0c6f687376a9ad1f9bc75f8a52421 100644 (file)
@@ -27,7 +27,7 @@
 \begin{document}
 %
 % input file: guidebook.mn
-% $Revision: 1.84 $ $Date: 2004/03/13 01:27:21 $
+% $Revision: 1.85 $ $Date: 2004/10/28 01:48:52 $
 %
 %.ds h0 "
 %.ds h1 %.ds h2 \%
@@ -40,7 +40,7 @@
 %.au
 \author{Eric S. Raymond\\
 (Extensively edited and expanded for 3.4)}
-\date{December 2, 2003}
+\date{October 29, 2004}
 
 \maketitle
 
@@ -906,7 +906,7 @@ List voluntary challenges you have maintained.  See the section below entitled
 Dip an object into something.
 %.lp
 \item[\tb{\#enhance}]
-Advance or check weapons and spell skills.
+Advance or check weapon and spell skills.
 %.lp
 \item[\tb{\#force}]
 Force a lock.
index 1df60d8efad2a101922ec0036e1ca135ed6ec806..7ea03af79fd88a4f349f38b517b57162395e20a5 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1548,7 +1548,7 @@ struct ext_func_tab extcmdlist[] = {
        {"conduct", "list voluntary challenges you have maintained",
                                                doconduct, TRUE},
        {"dip", "dip an object into something", dodip, FALSE},
-       {"enhance", "advance or check weapons and spell skills",
+       {"enhance", "advance or check weapon and spell skills",
                                                enhance_weapon_skill, TRUE},
        {"force", "force a lock", doforce, FALSE},
        {"invoke", "invoke an object's powers", doinvoke, TRUE},