File: commandline.xml

package info (click to toggle)
viking 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,468 kB
  • sloc: ansic: 81,706; xml: 2,893; sh: 2,501; makefile: 874; python: 589; perl: 384; cpp: 259
file content (34 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
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
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
   [
    <!ENTITY appname          "Viking">
    <!ENTITY dhpackage        "viking">
   ]
>
<section>
<title>Command Line</title>
<section>
<title>Overview</title>
<para>
&appname; being a Graphical User Interface program only has a few command line options.
</para>

<refentry>
  <refnamediv>
    <refname>&dhpackage;</refname>
    <refpurpose>program to manage GPS data</refpurpose>
  </refnamediv>

  <xi:include href="refsynopsis.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>

  <!-- Blank to keep xmllint parsing happy -->
  <refsection>
    <title></title><para></para>
  </refsection>
</refentry>
</section>

<xi:include href="commandline_details.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>

</section>