annotate docs/nitros9guide/display.refentry @ 993:57b5e715a417

The make_hp_files.py is a script to extract help (.HP) files from refentries in DocBook. Can be used for validation etc. Look inside for how to use it.
author roug
date Sun, 23 Feb 2003 16:33:24 +0000
parents c565a4700689
children 4dae346c4969
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">
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 136
diff changeset
11 <replaceable>hex</replaceable>
136
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">
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 136
diff changeset
14 &repeatst;<replaceable>hex</replaceable>&repeaten;
136
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