1<?xml version='1.0'?>
2<?xml-stylesheet type="text/xsl"
3	href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"?>
4<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
5	"/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
6
7<!--
8	$Id: gchemcalc-unstable.1.xml,v 1.1 2007-10-16 01:11:41 dleidert Exp $
9
10	Copyright (C) 2006,2007 Daniel Leidert <daniel.leidert@wgdd.de>.
11
12	Permission is granted to copy, distribute and/or modify this document under
13	the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any
14	later version published by the Free Software Foundation with no Invariant
15	Sections, no Front-Cover Texts, and no Back-Cover Texts.
16
17	This manual page is distributed in the hope that it will be useful, but
18	WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19	or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Free Documentation License for
20	more details.
21
22	You should have received a copy of the GNU Free Documentation License along
23	with this manual page; if not, write to the Free Software Foundation, Inc.,
24	51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25-->
26
27	<!ENTITY dhpackage    "gchemcalc&dhaddon;">
28	<!ENTITY dhulapackage "gcu">
29
30	<!ENTITY dhdate       "$Date: 2012-06-10 13:02:28 +0200 (dim. 10 juin 2012) $">
31	<!ENTITY dhsection    "1">
32
33	<!ENTITY % _gcu_entities SYSTEM "gcu_entities.dtd">
34	%_gcu_entities;
35]>
36
37<refentry id="gchemcalc_1">
38	<refentryinfo>
39		<title>&dhulpackage;</title>
40		<productname>&dhulapackage;</productname>
41		<edition>&dhedition;</edition>
42		<date>&dhdate;</date>
43		<authorgroup>
44			<author>
45				<firstname>Jean</firstname>
46				<surname>Bréfort</surname>
47				<contrib>Program author.</contrib>
48				<affiliation>
49					<address>
50						<email>jean.brefort@normalesup.org</email>
51					</address>
52				</affiliation>
53			</author>
54			<author>
55				<firstname>Daniel</firstname>
56				<surname>Leidert</surname>
57				<contrib>Manpage author.</contrib>
58				<affiliation>
59					<address>
60						<email>daniel.leidert@wgdd.de</email>
61					</address>
62				</affiliation>
63			</author>
64		</authorgroup>
65		&dhcopyright;
66	</refentryinfo>
67	<refmeta>
68		<refentrytitle>&dhpackage;</refentrytitle>
69		<manvolnum>&dhsection;</manvolnum>
70	</refmeta>
71	<refnamediv>
72		<refname>&dhpackage;</refname>
73		<refpurpose>simple calculator for chemists</refpurpose>
74	</refnamediv>
75	<refsynopsisdiv>
76		<cmdsynopsis>
77			<command>&dhpackage;</command>
78			<arg choice="opt" rep="repeat"><option>OPTION(S)</option></arg>
79			<arg choice="opt" rep="norepeat"><replaceable>FORMULA</replaceable></arg>
80		</cmdsynopsis>
81	</refsynopsisdiv>
82	<refsect1 id="gchemcalc_1_description">
83		<title>DESCRIPTION</title>
84		<para><command>&dhpackage;</command> is a simple calculator for chemists.</para>
85	</refsect1>
86	<refsect1 id="gchemcalc_1_options">
87		<title>OPTIONS</title>
88		<para>The following options are accepted:</para>
89		<variablelist>
90			<varlistentry>
91				<term><option>-?</option></term>
92				<term><option>--help</option></term>
93				<listitem>
94					<para>Show application help options.</para>
95				</listitem>
96			</varlistentry>
97			<varlistentry>
98				<term><option>--help-all</option></term>
99				<term><option>--help-*</option></term>
100				<listitem>
101					<para>Print all or just a group of help options. These options are not documented here. Instead see <citerefentry>
102						<refentrytitle>gtk-options</refentrytitle>
103						<manvolnum>7</manvolnum>
104					</citerefentry> and <citerefentry>
105						<refentrytitle>gnome-options</refentrytitle>
106						<manvolnum>7</manvolnum>
107					</citerefentry>.</para>
108				</listitem>
109			</varlistentry>
110			<varlistentry>
111				<term><option>-v</option></term>
112				<term><option>--version</option></term>
113				<listitem>
114					<para>Print &dhpackage; version information.</para>
115				</listitem>
116			</varlistentry>
117		</variablelist>
118	</refsect1>
119	<refsect1 id="gchemcalc_1_see_also">
120		<title>SEE ALSO</title>
121		<para><citerefentry>
122			<refentrytitle>gnome-options</refentrytitle>
123			<manvolnum>7</manvolnum>
124		</citerefentry>, <citerefentry>
125			<refentrytitle>gtk-options</refentrytitle>
126			<manvolnum>7</manvolnum>
127		</citerefentry></para>
128	</refsect1>
129</refentry>
130