Add a -V option.
[super-star-trek.git] / doc / sst.xml
index fa2074fc63ad3149f8490c6358f9985a10368aa6..78104ba69b74b10010730f39b281c6c940ef4e1e 100644 (file)
@@ -18,6 +18,7 @@
       <arg choice='opt'>-r <replaceable>filename</replaceable></arg> 
       <arg choice='opt'>-t </arg> 
       <arg choice='opt'>-x </arg> 
+      <arg choice='opt'>-V </arg> 
       <arg rep='repeat' ><replaceable>command</replaceable></arg>  
 </cmdsynopsis>
 
@@ -51,6 +52,8 @@ from stdin as normal.  The -r option forces -t mode.</para>
 <para>The option -x enables some debugging features of interest
 probably only to sst2k developers.</para>
 
+<para>With -V, the program emits its version and exits.</para>
+
 <para>Input tokens for the setup prompts will be read from the
 remainder of the command line before standard input.  Thus, for
 example, you can invoke the program as</para>
@@ -66,19 +69,20 @@ mode (all features enabled).</para>
 <refsect1 id='files'><title>FILES</title>
 <variablelist>
 <varlistentry>
-<term>/usr/share/doc/sst/sst.doc</term>
+<term><filename>/usr/share/doc/sst/sst.doc</filename></term>
 <listitem>
 <para>Documentation file.</para>
 </listitem>
 </varlistentry>
 <varlistentry>
-<term>/usr/tmp/sst-input.log</term>
+<term><filename>$TMPDIR/sst-input.log</filename></term>
 <listitem>
-<para>Where user input is saved to (send this with your bug reports).</para>
+<para>Where user input is saved to (send this with your bug reports).
+If TMPDIR is not set is defaults to <filename>/tmp</filename>.</para>
 </listitem>
 </varlistentry>
 <varlistentry>
-<term>emsave.trk</term>
+<term><filename>emsave.trk</filename></term>
 <listitem>
 <para>Save file produced by EMEXIT command.</para>
 </listitem>