]> git.pond.sub.org Git - empserver/commitdiff
setsector setresource: Mark as obsolete
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 29 Mar 2013 20:35:00 +0000 (21:35 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 6 Jun 2013 17:59:30 +0000 (19:59 +0200)
"info setsector" claims you "can change anything that appears in dump
or peek (I think)", which has always been wrong.

edit is much more complete.  However, edit used to be more limited in
that it could change only one sector.  For mass-changes, you had to
use setsector and setresource.  Since that limitation is gone, there's
no real use left for setsector and setresource.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
info/edit.t
info/give.t
info/setresource.t
info/setsector.t
info/swapsector.t

index 51b427e6f0d1c8fab0a7b010b2a62ef1882a2504..0394aee3242bfc6135ec4b0f7f96e8c6e1fac1f6 100644 (file)
@@ -18,4 +18,4 @@ You can also specify one or more <KEY> <VALUE> pairs as command
 arguments.  In this case, \*Qedit\*U just sets the properties, and
 does not enter interactive mode.
 .s1
-.SA "setsector, setresource, give, Deity"
+.SA "give, Deity"
index ce5127f9053a36670b1057eb42611a21a27b2246..b76e865077157269c644ef271f1e9e68472e4785 100644 (file)
@@ -2,4 +2,4 @@
 .NA give "Give(take) Commodities"
 .LV Expert
 .SY "give <COMM> <SECTS> <NUM>"
-.SA "setsector, setresource, edit, Deity"
+.SA "edit, Deity"
index 37e1755a9fd8170dda99258819f5bca08c5c809d..4c75d14a62f3197e3b6a8f5bf26a5e8319e220da 100644 (file)
@@ -1,5 +1,7 @@
 .TH Command SETRESOURCE
 .NA setresource "Change resources of a sector"
-.LV Expert
+.LV Obsolete
 .SY "setresource <TYPE> <SECTS> <NUM>"
-.SA "swapsector, give, setsector, Deity"
+This command is obsolete and will go away in a future version.  Use
+\*Qedit\*U instead.
+.SA "swapsector, give, Deity"
index e8a35315cc45a48e93658a2735ffaf15afe37d57..ae5c7b83187026b2bf30835c673d4fdffe5c304e 100644 (file)
@@ -1,6 +1,7 @@
 .TH Command SETSECTOR
 .NA setsector "Change stats of a sector"
-.LV Expert
+.LV Obsolete
 .SY "setsector <TYPE> <SECTS> <NUM>"
-You can change anything that appears in dump or peek (I think).
-.SA "give, setresource, edit, dump, peek, Deity"
+This command is obsolete and will go away in a future version.  Use
+\*Qedit\*U instead.
+.SA "give, edit, Deity"
index f68aac3e452b4e8f95b7430551ff3c64f09ee2d6..90466ca431f17530779a78d9db23c9d44b0bd6e5 100644 (file)
@@ -12,4 +12,4 @@ island.  All aspects of the sector (e.g. resources, commodities) get
 transferred to the new location.  The only change that is made is that
 dist paths are wiped.
 
-.SA "give, setsector, setresource, Deity"
+.SA "give, edit, Deity"