annotate docs/nitros9guide/wcreate.refentry @ 1014:d9ed9d44b70c

Some character entities had missing semicolons. It's &CPU; The os9l1guide and os9l2guide are now much more modular simply because the sections that are not to be included in one of them is defined as the empty string in the <!ENTITY declaration Split exbin and binex pages so the occur at the right place in the manual. Got the content for wcreate from the Internet.
author roug
date Tue, 04 Mar 2003 20:05:50 +0000
parents
children 4dae346c4969
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1014
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
1 <refentry id="wcreate">
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
2 <refnamediv>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
3 <refname>WCREATE</refname>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
4 <refpurpose>Initialize and create windows</refpurpose>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
5 </refnamediv>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
6
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
8 <cmdsynopsis>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
9 <command>WCREATE</command>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
10 <group>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
11 <arg choice="opt">opts</arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
12 </group>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
13 <sbr/>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
14 <group>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
15 <arg choice="plain">/wX</arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
16 <arg choice="opt">-s=type</arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
17 <arg choice="plain"><replaceable>xpos</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
18 <arg choice="plain"><replaceable>ypos</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
19 <arg choice="plain"><replaceable>xsiz</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
20 <arg choice="plain"><replaceable>ysiz</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
21 <arg choice="plain"><replaceable>fcol</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
22 <arg choice="plain"><replaceable>bcol</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
23 <arg choice="opt"><replaceable>bord</replaceable></arg>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
24 </group>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
25 </cmdsynopsis>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
26 </refsynopsisdiv>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
27
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
28 <refsect1><title>Options</title>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
29 <literallayout>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
30 -? = display help
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
31 -z = read command lines from stdin
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
32 -s=type = set screen type for a window on a new screen
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
33 </literallayout>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
34 </refsect1>
d9ed9d44b70c Some character entities had missing semicolons. It's &CPU;
roug
parents:
diff changeset
35 </refentry>