forked from OpenXcom/OpenXcom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenxcom.6.xml
More file actions
111 lines (103 loc) · 2.86 KB
/
Copy pathopenxcom.6.xml
File metadata and controls
111 lines (103 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl"
href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://docbook.org/xml/4.5/docbookx.dtd" [
<!ENTITY dhdate "<date>2012.11.05</date>">
<!ENTITY dhyear "2012">
<!ENTITY dhsection "6">
<!ENTITY dhpackage "openxcom">
<!ENTITY dhversion "0.4.5">
<!ENTITY dhauthor "OpenXcom Developers">
]>
<refentry>
<refentryinfo>
<address>
<email>openxcom@gmail.com</email>
</address>
<copyright>
<year>&dhyear;</year>
<holder>&dhauthor;</holder>
</copyright>
&dhdate;
</refentryinfo>
<refmeta>
<refentrytitle>&dhpackage;</refentrytitle>
<manvolnum>&dhsection;</manvolnum>
<refmiscinfo class="manual">User's Manual</refmiscinfo>
<refmiscinfo class="version">&dhversion;</refmiscinfo>
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>
An open-source reimplementation of the original "UFO: Enemy Unknown"
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
<arg><replaceable>OPTIONS</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
<command>&dhpackage;</command> is an open-source
reimplementation of the popular UFO: Enemy Unknown
(X-Com: UFO Defense in USA) videogame by Microprose,
licensed under the GPL and written in C++ / SDL.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>-data</option> <replaceable>PATH</replaceable></term>
<listitem>
<para>
use <replaceable>PATH</replaceable> as the default User Folder instead of auto-detecting
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-user</option> <replaceable>PATH</replaceable></term>
<listitem>
<para>
use <replaceable>PATH</replaceable> as the default Data Folder instead of auto-detecting
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-<replaceable>KEY</replaceable></option> <replaceable>VALUE</replaceable></term>
<listitem>
<para>
set option <replaceable>KEY</replaceable> to <replaceable>VALUE</replaceable>
instead of default/loaded value (eg. <literal>-displayWidth 640</literal>)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-help</option></term>
<term><option>-?</option></term>
<listitem>
<para>
show command-line help
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>
&dhauthor;
</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>
<ulink url="http://openxcom.org" />,
<ulink url="http://ufopaedia.org/index.php?title=OpenXcom" />
</para>
</refsect1>
</refentry>