Resync code and docs.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 18 Apr 2005 16:03:09 +0000 (16:03 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 18 Apr 2005 16:03:09 +0000 (16:03 +0000)
README
sst-doc.xml
sst.c
sst.spec
www/upload

diff --git a/README b/README
index b120231196fe061bd9836364b088ea8566b66afe..97ab9f527e10cc6dde149c6385ad11a3470f4da9 100644 (file)
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ There is one binary, sst.
 On-line documentation goes to /usr/share/doc/sst.doc.
 
 If you enjoy this, check out other ancient games in the Retrocomputing Museum 
-at <http://www.catb.orgg/retro/>.
+at <http://www.catb.org/retro/>.
 
                                                      Eric S. Raymond
                                                      November 2004
index 20fa43ae33f7a0a09bca49891972ed5823f5461b..2af003c27aa0c8c4cedb8ab34a4f7ca460bce2b0 100644 (file)
@@ -1010,13 +1010,13 @@ Klingons.</para>
 <sect1><title>Call Starbase for Help</title>
 
 <literallayout>
-Mnemonic:  CALL
+Mnemonic:  MAYDAY
 (No abbreviation)
 </literallayout>
 
 <para>[Originally, this command was called <quote>HELP</quote>, but
 these days it might be misinterpreted as built-in
-documentation!]</para>
+documentation! In some later versions it was CALL.]</para>
 
 <para>When you get into serious trouble, you may call starbase for
 help.  Starbases have a device called a <quote>long-range transporter
@@ -1509,7 +1509,6 @@ The emeritus game is strictly for masochists.</para>
  ------    ------------                           -----------
  ABANDON   ABANDON                                shuttle craft
  C         CHART                                  (none)
- CALL      CALL (for help)                        subspace radio
  CO        COMPUTER                               computer
  CR        CRYSTALS                               (none)
  DA        DAMAGES                                (none)
@@ -1521,6 +1520,7 @@ The emeritus game is strictly for masochists.</para>
  I         IMPULSE &lt;MANUAL&gt; &lt;DISPLACEMENT&gt;        impulse engines
            IMPULSE AUTOMATIC &lt;DESTINATION&gt;        impulse engines and computer
  L         LRSCAN                                 long-range sensors
+ MAYDAY    MAYDAY (for help)                      subspace radio
  MI        MINE                                   (none)
  M         MOVE &lt;MANUAL&gt; &lt;DISPLACEMENT&gt;           warp engines
            MOVE AUTOMATIC &lt;DESTINATION&gt;           warp engines and computer
@@ -1766,7 +1766,7 @@ I made the internal pager work, and in the process got rid of a number
 of platform dependencies in the code.
 </para></listitem>
 <listitem><para>
-The HELP/CALL/SOS command is now MAYDAY.  SOS and CALL are still accepted.
+The HELP/CALL/SOS command is now MAYDAY.
 </para></listitem>
 <listitem><para>
 Status report now indicates if dilithium crystals are on board.
diff --git a/sst.c b/sst.c
index 1d4ca2feb1d55d33a9e89a00d7a43326c0828f26..eabe0ffccb061dd508e68989c21eda21a0e0f177 100644 (file)
--- a/sst.c
+++ b/sst.c
@@ -196,7 +196,7 @@ commands[] = {
 #define MAYDAY 32
        {"MAYDAY",      MAYDAY,         0},
        //{"SOS",               MAYDAY,         0},
-       {"CALL",        MAYDAY,         0},
+       //{"CALL",      MAYDAY,         0},
 #define QUIT   33
        {"QUIT",        QUIT,           0},
 #define HELP   34
index 9a2266a1ce967fac8cda2f4e96bedb4494997ac6..445f13379bf8869008101135cb9d88025173012f 100644 (file)
--- a/sst.spec
+++ b/sst.spec
@@ -1,11 +1,11 @@
 Name: sst
 Version: 2.0
 Release: 1
-URL: http://www.catb.org/~esr/sst/
+URL: http://sst.berlios.de
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: Games
-Summary: Sst (screen mode)
+Summary: the classic game of Super Star Trek
 BuildRoot: %{_tmppath}/%{name}-root
 #Freshmeat-Name: strek
 
index d33984b48d544cefdca70e307f2a5bdfa5d4275f..b8066a12289b98a4e13dc11578d39adda1c243a8 100755 (executable)
@@ -3,4 +3,4 @@
 # Upload gpsd docs
 #
 xmlto xhtml-nochunks ../sst-doc.xml
-scp ../TODO *.html *.jpg esr@shell.berlios.de:/home/groups/sst/htdocs
+scp ../TODO ../CHANGES *.html *.jpg esr@shell.berlios.de:/home/groups/sst/htdocs