]> git.pond.sub.org Git - empserver/commitdiff
Fix not to show $ signs in route output. These were last seen in
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 2 Dec 2007 17:01:46 +0000 (17:01 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 2 Dec 2007 17:01:46 +0000 (17:01 +0000)
actual source code as of version 1.0.3, dated May 1989.

info/route.t

index 07aa454ad47229aeba170c44c2d73d17eaba8198..977348ad80670fba51b52fa7c34f044ee0f53a39 100644 (file)
@@ -28,14 +28,12 @@ The delivery routes are indicated with \*Qgo-to\*Us
 using the following codes, (assuming the sector in question is a mine):
 .NF
 .sp
- m/     up-right        (u in census)
- m>     right           (j in census)
- m\e     down-right      (n in census)
-/m      down-left       (b in census)
-<m      left            (g in census)
-\em      up-left         (y in census)
-$m$     distribution    ($ in census)
-<m$     left & distribution (g and $ in census)
+ m/     up-right        (u in deliver)
+ m>     right           (j in deliver)
+ m\e     down-right      (n in deliver)
+/m      down-left       (b in deliver)
+<m      left            (g in deliver)
+\em      up-left         (y in deliver)
 etc.
 .FI
 .sp
@@ -46,18 +44,18 @@ An example:
 .eo
      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
- -5         /a$ /a$             /a$   -5
- -4       /k  <o              /g  <a$ -4
- -3  a>  h> \j  \a$          +        -3
- -2       \a$ \a$ $a\     /a$ /a$     -2
- -1     /a$ $a\ /a$  b  /+   +        -1
+ -5         /a  /a              /a    -5
+ -4       /k  <o              /g  <a  -4
+ -3  a>  h> \j  \a           +        -3
+ -2       \a  \a   a\     /a  /a      -2
+ -1     /a   a\ /a   b  /+   +        -1
   0    m   c   u   t  \i              0
-  1     \a$ \l      \a  \a            1
-  2        a/ \a   a/     $a$         2
+  1     \a  \l      \a  \a            1
+  2        a/ \a   a/      a          2
      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
 .ec
 .FI
 .sp
 .s1
-.SA "deliver, census, Syntax, Distribution"
+.SA "deliver, cutoff, Distribution"