setsector setresource: Mark as obsolete

"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>
This commit is contained in:
Markus Armbruster 2013-03-29 21:35:00 +01:00
parent f3cb215e1f
commit 5900e9b279
5 changed files with 11 additions and 8 deletions

View 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 arguments. In this case, \*Qedit\*U just sets the properties, and
does not enter interactive mode. does not enter interactive mode.
.s1 .s1
.SA "setsector, setresource, give, Deity" .SA "give, Deity"

View file

@ -2,4 +2,4 @@
.NA give "Give(take) Commodities" .NA give "Give(take) Commodities"
.LV Expert .LV Expert
.SY "give <COMM> <SECTS> <NUM>" .SY "give <COMM> <SECTS> <NUM>"
.SA "setsector, setresource, edit, Deity" .SA "edit, Deity"

View file

@ -1,5 +1,7 @@
.TH Command SETRESOURCE .TH Command SETRESOURCE
.NA setresource "Change resources of a sector" .NA setresource "Change resources of a sector"
.LV Expert .LV Obsolete
.SY "setresource <TYPE> <SECTS> <NUM>" .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"

View file

@ -1,6 +1,7 @@
.TH Command SETSECTOR .TH Command SETSECTOR
.NA setsector "Change stats of a sector" .NA setsector "Change stats of a sector"
.LV Expert .LV Obsolete
.SY "setsector <TYPE> <SECTS> <NUM>" .SY "setsector <TYPE> <SECTS> <NUM>"
You can change anything that appears in dump or peek (I think). This command is obsolete and will go away in a future version. Use
.SA "give, setresource, edit, dump, peek, Deity" \*Qedit\*U instead.
.SA "give, edit, Deity"

View 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 transferred to the new location. The only change that is made is that
dist paths are wiped. dist paths are wiped.
.SA "give, setsector, setresource, Deity" .SA "give, edit, Deity"