summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-16 20:56:29 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-16 20:56:29 (GMT)
commita2ca75e3b01a9c8e97b0ca9c217d106c4d1c8682 (patch)
treeb33f268cd23dc2796fef6d48773bfe916fd961b6
parenta2fa8e079442386e91284356f47fb442ea6a02ad (diff)
downloadblt-a2ca75e3b01a9c8e97b0ca9c217d106c4d1c8682.zip
blt-a2ca75e3b01a9c8e97b0ca9c217d106c4d1c8682.tar.gz
blt-a2ca75e3b01a9c8e97b0ca9c217d106c4d1c8682.tar.bz2
update ds9 parsers
-rw-r--r--ds9/doc/ref/command.html4
-rw-r--r--ds9/doc/ref/samp.html6
-rw-r--r--ds9/doc/ref/xpa.html4
-rw-r--r--ds9/parsers/webparser.tac1
4 files changed, 10 insertions, 5 deletions
diff --git a/ds9/doc/ref/command.html b/ds9/doc/ref/command.html
index 3f89f0f..8bb00e6 100644
--- a/ds9/doc/ref/command.html
+++ b/ds9/doc/ref/command.html
@@ -5795,7 +5795,9 @@
<p><b> <a name="web"></a>web</b></p>
<p>Display specified URL in the web display. </p>
<tt> Syntax:<br>
- -web [new|&lt;webname&gt;] [&lt;url&gt;]<br>
+ -web []<br>
+ &nbsp;&nbsp;&nbsp;&nbsp; [&lt;url&gt;]<br>
+ &nbsp;&nbsp;&nbsp;&nbsp; [new &lt;webname&gt; &lt;url&gt;]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [click
back|forward|stop|reload|#]<br>
&nbsp;&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [clear]<br>
diff --git a/ds9/doc/ref/samp.html b/ds9/doc/ref/samp.html
index e67d2f8..5d81b42 100644
--- a/ds9/doc/ref/samp.html
+++ b/ds9/doc/ref/samp.html
@@ -7254,8 +7254,10 @@
<p><b> <a name="web"></a>web</b></p>
<p>Display specified URL in the web display. </p>
<tt> Syntax:<br>
- web [new|&lt;webname&gt;] [&lt;url&gt;]<br>
- &nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [click
+ web </tt><tt><tt>[]<br>
+ &nbsp;&nbsp;&nbsp; [&lt;url&gt;]<br>
+ &nbsp;&nbsp;&nbsp; [new &lt;webname&gt; &lt;url&gt;]<br>
+ </tt>&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [click
back|forward|stop|reload|#]<br>
&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [clear]<br>
&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [close]<br>
diff --git a/ds9/doc/ref/xpa.html b/ds9/doc/ref/xpa.html
index 77cc40d..e8d4a12 100644
--- a/ds9/doc/ref/xpa.html
+++ b/ds9/doc/ref/xpa.html
@@ -6952,7 +6952,9 @@
<p><b> <a name="web"></a>web</b></p>
<p>Display specified URL in the web display. </p>
<tt> Syntax:<br>
- web [new|&lt;webname&gt;] [&lt;url&gt;]<br>
+ web []<br>
+ &nbsp;&nbsp;&nbsp; [&lt;url&gt;]<br>
+ &nbsp;&nbsp;&nbsp; [new &lt;webname&gt; &lt;url&gt;]<br>
&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [click
back|forward|stop|reload|#]<br>
&nbsp;&nbsp;&nbsp; [&lt;webname&gt;] [clear]<br>
diff --git a/ds9/parsers/webparser.tac b/ds9/parsers/webparser.tac
index d3298db..2be631f 100644
--- a/ds9/parsers/webparser.tac
+++ b/ds9/parsers/webparser.tac
@@ -25,7 +25,6 @@ command : web
web : {WebCmdNew {}}
| STRING_ {WebCmdNew $1}
- | NEW_ STRING_ {WebCmdNew $2}
| NEW_ STRING_ STRING_ {WebCmdNew $3 $2}
| {WebCmdCheck} webCmd