Skip to content

Commit

Permalink
Fixed a few more Syntax tables, and some links.
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanDunbar committed Dec 11, 2018
1 parent 9d324bd commit 77556e3
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions sphinx/source/F/file-backup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FILE\_BACKUP

+----------+------------------------------------------------------------------+
| Syntax | bk = FILE\_BACKUP(#channel) |
+----------+------------------------------------------------------------------+
| Syntax | bk = FILE\_BACKUP('filename') |
| | |
| | bk = FILE\_BACKUP('filename') |
+----------+------------------------------------------------------------------+
| Location | DJToolkit 1.16 |
+----------+------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion sphinx/source/FrontMatter/Toolkits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ The commands in this toolkit are:
* :ref:`true-pct`


.. _tiny-toolkit:
.. _tinytoolkit:

TinyToolkit
-----------
Expand Down
10 changes: 5 additions & 5 deletions sphinx/source/S/search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ See other implementation of :ref:`searches`. See
SEARCH
======

+----------+-------------------------------------------------------------------+
| Syntax | SEARCH (array$, tofind$, start, compare [,row] ) |
+----------+-------------------------------------------------------------------+
| Location | ARRAY |
+----------+-------------------------------------------------------------------+
+----------+------------------------------------------------------------------+
| Syntax | SEARCH (array$, tofind$, start, compare [,row] ) |
+----------+------------------------------------------------------------------+
| Location | ARRAY |
+----------+------------------------------------------------------------------+

The function SEARCH searches in a two or three-dimensional string array
array$ for the string tofind$. The search is not case-sensitive but
Expand Down
20 changes: 10 additions & 10 deletions sphinx/source/S/set.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
SET
===

+----------+-------------------------------------------------------------------+
| Syntax | SET x, y, col |
+----------+-------------------------------------------------------------------+
| Location | HCO |
+----------+-------------------------------------------------------------------+
+----------+------------------------------------------------------------------+
| Syntax | SET x, y, col |
+----------+------------------------------------------------------------------+
| Location | HCO |
+----------+------------------------------------------------------------------+

SET does the same as PLOT with SCRBASE 131072 set, ie. it does not
support virtual screens. x ranges from 0 to 511, y from 0 to 255. The
Expand Down Expand Up @@ -45,11 +45,11 @@ other implementation of :ref:`set` also.
SET
===

+----------+-------------------------------------------------------------------+
| Syntax | SET [#]variable TO value |
+----------+-------------------------------------------------------------------+
| Location | SET, ALTER (DIY Toolkit - Vol U) |
+----------+-------------------------------------------------------------------+
+----------+------------------------------------------------------------------+
| Syntax | SET [#]variable TO value |
+----------+------------------------------------------------------------------+
| Location | SET, ALTER (DIY Toolkit - Vol U) |
+----------+------------------------------------------------------------------+

This command allows you to set up various universal constants which
allow programs to read various values which are set by other programs.
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wcopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WCOPY

+----------+------------------------------------------------------------------+
| Syntax | WCOPY [#ch,] [wild1] [TO wild2](Toolkit II) or |
+----------+------------------------------------------------------------------+
| Syntax | WCOPY [#ch,] wild1 TO wild2(THOR) |
| | |
| | WCOPY [#ch,] wild1 TO wild2(THOR) |
+----------+------------------------------------------------------------------+
| Location | Toolkit II, THORs |
+----------+------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wdir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WDIR

+----------+------------------------------------------------------------------+
| Syntax | WDIR [#ch,] [wild] or |
+----------+------------------------------------------------------------------+
| Syntax | WDIR \\file [,wild] (Toolkit II only) |
| | |
| | WDIR \\file [,wild] (Toolkit II only) |
+----------+------------------------------------------------------------------+
| Location | Toolkit II, THORs |
+----------+------------------------------------------------------------------+
Expand Down
10 changes: 5 additions & 5 deletions sphinx/source/W/win-drive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ WIN\_DRIVE

+----------+------------------------------------------------------------------+
| Syntax | WIN\_DRIVE driveno [, unit, disk] or |
+----------+------------------------------------------------------------------+
| Syntax | WIN\_DRIVE driveno, unit [,disk] [,partition ](SMSQ/E only) or |
+----------+------------------------------------------------------------------+
| Syntax | WIN\_DRIVE driveno, path$(QPC & QXL SMSQ/E only) |
| | |
| | WIN\_DRIVE driveno, unit [,disk] [,partition ](SMSQ/E only) or |
| | |
| | WIN\_DRIVE driveno, path$(QPC & QXL SMSQ/E only) |
+----------+------------------------------------------------------------------+
| Location | ST/QL, SMSQ/E for Atari and QXL / QPC |
+----------+------------------------------------------------------------------+
Expand All @@ -21,7 +21,7 @@ standard hard disk and a changeable hard disk inside).
The normal chain
of events is that each WIN drive would attach itself to the equivalent
hard disk unit, for example, WIN1\_ would be connected to hard disk unit
0, WIN2\_ to hard disk unit 1 and so on... However, so that you may link
0, WIN2\_ to hard disk unit 1 and so on. However, so that you may link
the WIN drives to specific disks within each unit, the WIN\_DRIVE
command exists.

Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/win-remv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WIN\_REMV

+----------+------------------------------------------------------------------+
| Syntax | WIN\_REMV driveno, flag (SMSQ/E & ST/QL Level C-24+) or |
+----------+------------------------------------------------------------------+
| Syntax | WIN\_REMV driveno |
| | |
| | WIN\_REMV driveno |
+----------+------------------------------------------------------------------+
| Location | ST/QL (Level C-20+), SMSQ/E for Atari, QXL / QPC |
+----------+------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WINDOW

+----------+----------------------------------------------------------------------+
| Syntax | WINDOW [#ch,] x, y, posx, posy or |
+----------+----------------------------------------------------------------------+
| Syntax | WINDOW [#ch,] x, y, posx, posy [\\border] (Minerva v1.79+, THOR XVI) |
| | |
| | WINDOW [#ch,] x, y, posx, posy [\\border] (Minerva v1.79+, THOR XVI) |
+----------+----------------------------------------------------------------------+
| Location | QL ROM, Minerva, THOR XVI |
+----------+----------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wld.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WLD

+----------+------------------------------------------------------------------+
| Syntax | WLD (word1$, word2$ [,dummy] ) or |
+----------+------------------------------------------------------------------+
| Syntax | WLD (word1$, word2$, w1, w2, w3 [,dummy] ) |
| | |
| | WLD (word1$, word2$, w1, w2, w3 [,dummy] ) |
+----------+------------------------------------------------------------------+
| Location | Ähnlichkeiten |
+----------+------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wmon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WMON

+----------+------------------------------------------------------------------+
| Syntax | WMON [mode] or |
+----------+------------------------------------------------------------------+
| Syntax | WMON [mode] [, xoff] [, yoff](SMS Only) |
| | |
| | WMON [mode] [, xoff] [, yoff](SMS Only) |
+----------+------------------------------------------------------------------+
| Location | THOR 8, THOR XVI, Toolkit II |
+----------+------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WPUT

+----------+----------------------------------------------------------------------------+
| Syntax | WPUT [#ch\\position,] [item :sup:`\*`\ [,item\ :sup:`i`]\ :sup:`\*` ..] or |
+----------+----------------------------------------------------------------------------+
| Syntax | WPUT [#ch,] [item :sup:`\*`\ [,item\ :sup:`i`]\ :sup:`\*` ..] |
| | |
| | WPUT [#ch,] [item :sup:`\*`\ [,item\ :sup:`i`]\ :sup:`\*` ..] |
+----------+----------------------------------------------------------------------------+
| Location | SMSQ/E |
+----------+----------------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wstat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WSTAT

+----------+------------------------------------------------------------------+
| Syntax | WSTAT [#ch,] [wild] or |
+----------+------------------------------------------------------------------+
| Syntax | WSTAT \\file [,wild] (Toolkit II only) |
| | |
| | WSTAT \\file [,wild] (Toolkit II only) |
+----------+------------------------------------------------------------------+
| Location | Toolkit II, THORs |
+----------+------------------------------------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/W/wtv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WTV

+----------+------------------------------------------------------------------+
| Syntax | WTV [mode] or |
+----------+------------------------------------------------------------------+
| Syntax | WTV [mode] [, xoff] [, yoff](SMS Only) |
| | |
| | WTV [mode] [, xoff] [, yoff](SMS Only) |
+----------+------------------------------------------------------------------+
| Location | THOR 8 (v4.20+), THOR XVI, Toolkit II |
+----------+------------------------------------------------------------------+
Expand Down

0 comments on commit 77556e3

Please sign in to comment.