aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual.sgml
blob: aec6090dce3c321ff99dd325fdcf1daec7a0286f (plain)
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
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
]>
<book>
  <bookinfo>
    <title>The GNU Privacy Guard</title>
    <authorgroup>
      <author> <firstname>Werner</firstname> <surname>Koch</surname>
	<affiliation><address><email>[email protected]</email></address>
	</affiliation>
      </author>
    </authorgroup>
    <!-- <version>last modified: <date></version> -->
    <copyright><year>1998</year><year>1998</year>
	       <holder>Free Software Foundation, Inc.</holder>
    </copyright>
    <legalnotice>
      <para>This documentation is free software; you can redistribute
	it and/or modify it under the terms of the GNU General Public
	License as published by the Free Software Foundation; either
	version 2 of the License, or (at your option) any later
	version.</para>

      <para>This program is distributed in the hope that it will be
	useful, but WITHOUT ANY WARRANTY; without even the implied
	warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
	PURPOSE.  See the GNU General Public License for more
	details.</para>

      <para>You should have received a copy of the GNU General Public
	License along with this program; if not, write to the Free
	Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
	MA 02111-1307 USA</para>

      <para>For more details see the file COPYING in the source
	distribution of GNUPG.</para>
    </legalnotice>
  </bookinfo>

  <toc></toc>

  <chapter id="intro">
    <title>Introduction</title>
    <sect1 id="feedback">
      <title>Feedback</title>
      <para>Well, I'm german and I find it hard to express myself in
	english. So if you find some phrases and/or words that I used
	in a wrong way (and you will find them :-) ), please send me a
	mail, to let me correct this. Please send me notes about
	typos, too.</para>
    </sect1>


    <sect1 id="whatis">
	<title>What is GBUPG</title>
      <para>GNUPG is a free data encryption and signing tool.

	<screen>
	    <prompt/$/ <userinput>gpg --version</>

	</screen>

    </sect1>

  </chapter>

<reference>
   <title>Manual Pages</title>
     <partintro>
       <para>These are some short man(1) pages</para>
     </partintro>
   <refentry>
     <refmeta>
       <refentrytitle>gpg</refentrytitle>
       <manvolnum>1</manvolnum>
       <refmiscinfo class="tools">GNU Tools</refmiscinfo></refmiscinfo>
     </refmeta>

     <refsynopsisdiv>
     <synopsis>
     <command>gpg</command>
     <optional><parameter>options</parameter></optional>
     <replaceable class="parameter">file name</replaceable>
     </synopsis>
     <refpurpose>is the GNUU tool for signing and exncryption</>
     <refsect1>
     <title>Description</title>
     <para> </para>
     </refsect1>
   </refentry>
</reference>

</book>