annotate docs/nitros9guide/display.refentry @ 136:94476830df51

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000
parents
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
136
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="display">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>DISPLAY</refname>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Display Converted Characters</refpurpose>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
6
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>DISPLAY</command>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;hex&replend;
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
13 <arg choice="plain">
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
14 &repeatst;&replstart;hex&replend;&repeaten;
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
15 </arg>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
16 </cmdsynopsis>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
17 </refsynopsisdiv>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
18
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
19 <refsect1><title>Description</title>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
20 <para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
21 Display reads one or more hexadecimal numbers given as parameters,
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
22 converts them to ASCII characters, and writes them to the standard
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
23 output. It is commonly used to send special characters (such as
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
24 cursor and screen control codes) to terminals and other I/O devices.
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
25
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
26 </para>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
27 </refsect1>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
28 <refsect1><title>Examples</title>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
29 <screen>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
30 display 0C 1F 02 7F
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
31
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
32
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
33 display 15 &gt;/p (sends &quot;form feed&quot; to printer)
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
34
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
35 OS9: display 41 42 43 44 45 46
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
36 ABCDEF
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
37 </screen>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
38 </refsect1>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
39 </refentry>
94476830df51 Split up the commands into individual files.
roug
parents:
diff changeset
40