changeset 950:a6e6295d3557

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Mar 2009 06:27:56 +0000
parents b16a2554ad63
children 710166d10170
files docs/manual.sgml
diffstat 1 files changed, 10 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/docs/manual.sgml	Sun Mar 22 04:28:08 2009 +0000
+++ b/docs/manual.sgml	Sun Mar 22 06:27:56 2009 +0000
@@ -436,9 +436,7 @@
 Subversion client with following command:
 </para>
 
-<screen>
-svn co http://dev.pupunen.net/public/ggrtf/trunk/ ggrtf
-</screen>
+<screen>svn co http://dev.pupunen.net/public/ggrtf/trunk/ ggrtf</screen>
 
 <para>
 In which <emphasis>"co"</emphasis> stands for "checkout", after which
@@ -465,10 +463,8 @@
 and then issue "svn update" or the shorthand "svn up", as follows:
 </para>
 
-<screen>
-cd ggrtf
-svn up
-</screen>
+<screen>cd ggrtf
+svn up</screen>
 
 <para>
 If you have made changes to the files, Subversion tries to merge them
@@ -1207,8 +1203,7 @@
 how things are done, it is very important!
 </para>
 
-<screen>
-;; Set directory path where savefiles will be stored
+<screen>;; Set directory path where savefiles will be stored
 /set set_datapath=%{HOME}/.ggrtf/
 
 ;; Set prefix string for savefile names
@@ -1290,18 +1285,14 @@
 process of saving settings. Add following line to your TF configuration:
 </para>
 
-<screen>
-/def -hDISCONNECT mydisconnect = /gsave
-</screen>
+<screen>/def -hDISCONNECT mydisconnect = /gsave</screen>
 
 <para>
 There is one gotcha: if you don't want to keep saving the statistical
 values, but only the settings, you may want to add a "/greset" in the soup:
 </para>
 
-<screen>
-/def -hDISCONNECT mydisconnect = /greset%;/gsave
-</screen>
+<screen>/def -hDISCONNECT mydisconnect = /greset%;/gsave</screen>
 
 </section>
 
@@ -1391,9 +1382,7 @@
   and "clair" is a binding to use clairvoyance. Thus, someone
   might want to command:
   </para>
-  <screen>
-  aoa ggr%;clair
-  </screen>
+  <screen>aoa ggr%;clair</screen>
   <para>
   Unfortunately, this does not work as might be expected. Because TF does
   not evaluate binding as an expression, the "ggr%;clair"-part
@@ -1408,9 +1397,7 @@
   commands on the line. For example, assuming "aoa" is again a binding
   and "hop" is an emote:
   </para>
-  <screen>
-  hop jeskko;aoa ggr
-  </screen>
+  <screen>hop jeskko;aoa ggr</screen>
   <para>
   One might easily assume, that the result would be to first hop
   around player or thing named Jeskko, and then cast Armour of Aether
@@ -1436,11 +1423,9 @@
 command bindings!
 </para>
 
-<screen>
-/prdefgbind -s"cere"    -c"/ceremony" -n
+<screen>/prdefgbind -s"cere"    -c"/ceremony" -n
 /prdefcbind -s"nf"      -c"Neutralize Field" -n
-/prdefsbind -s"fire"    -c"Fire Building" -n
-</screen>
+/prdefsbind -s"fire"    -c"Fire Building" -n</screen>
 
 <para>
 Above we have have listed all three (3) classes of binding defination