fix comments
Stefan Schuermans

Stefan Schuermans commited on 2017-06-10 19:55:57
Showing 3 changed files, with 3 additions and 3 deletions.

... ...
@@ -59,7 +59,7 @@ mapping 0 blue = 0.0 1.0 1.0
59 59
 # for each physical pixel, the source pixel in the video is specified
60 60
 # in video coordinates
61 61
 # syntax:
62
-#   output <distno> <outno> = <px 1 x>,<px 1 y> <px 2 x>,<px 2 y> ...
62
+#   output <distno>,<outno> = <px 1 x>,<px 1 y> <px 2 x>,<px 2 y> ...
63 63
 #   <pixel N>
64 64
 # description:
65 65
 #   distno: number of distributor
... ...
@@ -59,7 +59,7 @@ mapping 0 blue = 0.0 1.0 1.0
59 59
 # for each physical pixel, the source pixel in the video is specified
60 60
 # in video coordinates
61 61
 # syntax:
62
-#   output <distno> <outno> = <px 1 x>,<px 1 y> <px 2 x>,<px 2 y> ...
62
+#   output <distno>,<outno> = <px 1 x>,<px 1 y> <px 2 x>,<px 2 y> ...
63 63
 #   <pixel N>
64 64
 # description:
65 65
 #   distno: number of distributor
... ...
@@ -41,7 +41,7 @@ mapping 0 blue = 0.0 1.0 1.0
41 41
 # for each pixel, the position and size if specified relative to the
42 42
 # simulator window dimensions
43 43
 # syntax:
44
-#   output <distno> <outno> = <px 1 x>,<px 1 y>,<px 1 size>
44
+#   output <distno>,<outno> = <px 1 x>,<px 1 y>,<px 1 size>
45 45
 #   <px 2 x>,<px 2 y>,<px 2 size> ... <pixel N>
46 46
 # description:
47 47
 #   distno: number of distributor
48 48