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>
|