1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3<!-- Process this file with docbook-to-man to generate an nroff manual
4     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6     less'.  A typical entry in a Makefile or Makefile.am is:
7
8manpage.1: manpage.sgml
9	docbook-to-man $< > $@
10  -->
11
12  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
13  <!ENTITY dhfirstname "<firstname>Christian T.</firstname>">
14  <!ENTITY dhsurname   "<surname>Steigies</surname>">
15  <!-- Please adjust the date whenever revising the manpage. -->
16  <!ENTITY dhdate      "<date>2002-01-08</date>">
17  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
18       allowed: see man(7), man(1). -->
19  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
20  <!ENTITY dhemail     "<email>cts@debian.org</email>">
21  <!ENTITY dhusername  "Christian T. Steigies">
22  <!ENTITY dhucpackage "<refentrytitle>bumprace</refentrytitle>">
23  <!ENTITY dhpackage   "bumprace">
24
25  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
26  <!ENTITY gnu         "<acronym>GNU</acronym>">
27]>
28
29<refentry>
30  <refentryinfo>
31    <address>
32      &dhemail;
33    </address>
34    <author>
35      &dhfirstname;
36      &dhsurname;
37    </author>
38    <copyright>
39      <year>2001</year>
40      <holder>&dhusername;</holder>
41    </copyright>
42    &dhdate;
43  </refentryinfo>
44  <refmeta>
45    &dhucpackage;
46
47    &dhsection;
48  </refmeta>
49  <refnamediv>
50    <refname>&dhpackage;</refname>
51
52    <refpurpose>a simple arcade game</refpurpose>
53  </refnamediv>
54  <refsynopsisdiv>
55    <cmdsynopsis>
56      <command>&dhpackage;</command>
57
58      <arg><option>-f | --fullscreen</option></arg>
59      <arg><option>-w | --windowed</option></arg>
60      <arg><option>-s | --nosound</option></arg>
61      <arg><option>-n | --notfinal</option></arg>
62      <arg><option>-t | --noparticles</option></arg>
63      <arg><option>-o | --nofadeout</option></arg>
64      <arg><option>--precision</option></arg>
65      <arg><option>-h | --help</option></arg>
66
67    </cmdsynopsis>
68  </refsynopsisdiv>
69  <refsect1>
70    <title>DESCRIPTION</title>
71
72    <para>This manual page documents briefly the
73      <command>&dhpackage;</command> command.</para>
74
75    <para>This manual page was written for the &debian; distribution
76      because the original program does not have a manual page.
77      Instead, it has documentation in /usr/share/doc/bumprace/README.</para>
78
79    <para><command>&dhpackage;</command> a simple arcade game.</para>
80
81  </refsect1>
82  <refsect1>
83    <title>OPTIONS</title>
84
85    <para>This program follows the usual GNU command line syntax,
86      with long options starting with two dashes (`-').  A summary of
87      options is included below.</para>
88
89    <variablelist>
90
91      <varlistentry>
92        <term><option>-f</option>
93          <option>--fullscreen</option>
94        </term>
95        <listitem>
96          <para>Start in fullscreen mode (default).</para>
97        </listitem>
98      </varlistentry>
99
100      <varlistentry>
101        <term><option>-w</option>
102          <option>--windowed</option>
103        </term>
104        <listitem>
105          <para>Start in windowed mode.</para>
106        </listitem>
107      </varlistentry>
108
109      <varlistentry>
110        <term><option>-s</option>
111          <option>--nosound</option>
112        </term>
113        <listitem>
114          <para>Start without sound.</para>
115        </listitem>
116      </varlistentry>
117
118      <varlistentry>
119        <term><option>-n</option>
120          <option>--notfinal</option>
121        </term>
122        <listitem>
123          <para>No title screen (nice for developers).</para>
124        </listitem>
125      </varlistentry>
126
127      <varlistentry>
128        <term><option>-t</option>
129          <option>--noparticles</option>
130        </term>
131        <listitem>
132          <para>Turns off particles. Good for slow computers.</para>
133        </listitem>
134      </varlistentry>
135
136      <varlistentry>
137        <term><option>-o</option>
138          <option>--nofadeout</option>
139        </term>
140        <listitem>
141          <para>No fadeout after crash (for slow computers).</para>
142        </listitem>
143      </varlistentry>
144
145      <varlistentry>
146        <term>
147          <option>--precision</option>
148        </term>
149        <listitem>
150          <para>Sets the precision of the collisions (default=10).</para>
151        </listitem>
152      </varlistentry>
153
154      <varlistentry>
155        <term><option>-h</option>
156          <option>--help</option>
157        </term>
158        <listitem>
159          <para>Show summary of options.</para>
160        </listitem>
161      </varlistentry>
162
163    </variablelist>
164  </refsect1>
165
166  <refsect1>
167    <title>KEYS</title>
168
169    <para>Player 1</para>
170
171    <variablelist>
172
173      <varlistentry>
174        <term><option>arrow keys</option>
175        </term>
176        <listitem>
177          <para>moving</para>
178        </listitem>
179      </varlistentry>
180
181      <varlistentry>
182        <term><option>right control</option>
183        </term>
184        <listitem>
185          <para>special ability</para>
186        </listitem>
187      </varlistentry>
188
189    </variablelist>
190
191    <para>Player 2</para>
192
193    <variablelist>
194
195      <varlistentry>
196        <term><option>a</option>
197        </term>
198        <listitem>
199          <para>left</para>
200        </listitem>
201      </varlistentry>
202
203      <varlistentry>
204        <term><option>d</option>
205        </term>
206        <listitem>
207          <para>right</para>
208        </listitem>
209      </varlistentry>
210
211      <varlistentry>
212        <term><option>w</option>
213        </term>
214        <listitem>
215          <para>thrust</para>
216        </listitem>
217      </varlistentry>
218
219      <varlistentry>
220        <term><option>TAB</option>
221        </term>
222        <listitem>
223          <para>special ability</para>
224        </listitem>
225      </varlistentry>
226
227    </variablelist>
228
229<!--
230               PLAYER 1
231               <arrow keys>                      moving
232               <right control>                   special ability
233
234               PLAYER 2
235               <a>                               left
236               <d>                               right
237               <w>                               thrust
238               <tab>                             special ability
239-->
240  </refsect1>
241
242  <refsect1>
243    <title>AUTHOR</title>
244
245    <para>This manual page was written by &dhusername; <&dhemail;> for
246      the &debian; system (but may be used by others).  Permission is
247      granted to copy, distribute and/or modify this document under
248      the terms of the <acronym>GNU</acronym> Free Documentation
249      License, Version 1.1 or any later version published by the Free
250      Software Foundation; with no Invariant Sections, no Front-Cover
251      Texts and no Back-Cover Texts.</para>
252
253  </refsect1>
254</refentry>
255
256<!-- Keep this comment at the end of the file
257Local variables:
258mode: sgml
259sgml-omittag:t
260sgml-shorttag:t
261sgml-minimize-attributes:nil
262sgml-always-quote-attributes:t
263sgml-indent-step:2
264sgml-indent-data:t
265sgml-parent-document:nil
266sgml-default-dtd-file:nil
267sgml-exposed-tags:nil
268sgml-local-catalogs:nil
269sgml-local-ecat-files:nil
270End:
271-->
272