~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to doc/apt-key.8.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 <refmeta>
14
14
   <refentrytitle>apt-key</refentrytitle>
15
15
   <manvolnum>8</manvolnum>
 
16
   <refmiscinfo class="manual">APT</refmiscinfo>
16
17
 </refmeta>
17
18
 
18
19
 <!-- Man page title -->
25
26
 <refsynopsisdiv>
26
27
   <cmdsynopsis>
27
28
      <command>apt-key</command>
28
 
      <arg><replaceable>command</replaceable>/</arg>
 
29
      <arg><option>--keyring <replaceable>filename</replaceable></option></arg>
 
30
      <arg><replaceable>command</replaceable></arg>
29
31
      <arg rep="repeat"><option><replaceable>arguments</replaceable></option></arg>
30
32
   </cmdsynopsis>
31
33
 </refsynopsisdiv>
134
136
   </variablelist>
135
137
</refsect1>
136
138
 
 
139
 <refsect1><title>Options</title>
 
140
<para>Note that options need to be defined before the commands described in the previous section.</para>
 
141
   <variablelist>
 
142
      <varlistentry><term>--keyring <replaceable>filename</replaceable></term>
 
143
      <listitem><para>With this option it is possible to specify a specific keyring
 
144
      file the command should operate on. The default is that a command is executed
 
145
      on the <filename>trusted.gpg</filename> file as well as on all parts in the
 
146
      <filename>trusted.gpg.d</filename> directory, through <filename>trusted.gpg</filename>
 
147
      is the primary keyring which means that e.g. new keys are added to this one.
 
148
      </para></listitem>
 
149
      </varlistentry>
 
150
   </variablelist>
 
151
 </refsect1>
 
152
 
137
153
 <refsect1><title>Files</title>
138
154
   <variablelist>
139
 
     <varlistentry><term><filename>/etc/apt/trusted.gpg</filename></term>
140
 
     <listitem><para>Keyring of local trusted keys, new keys will be added here.</para></listitem>
141
 
     </varlistentry>
 
155
 
 
156
     &file-trustedgpg;
142
157
 
143
158
     <varlistentry><term><filename>/etc/apt/trustdb.gpg</filename></term>
144
159
     <listitem><para>Local trust database of archive keys.</para></listitem>
152
167
     <listitem><para>Keyring of Debian archive removed trusted keys.</para></listitem>
153
168
     </varlistentry>
154
169
 
155
 
 
156
 
 
157
170
   </variablelist>
158
171
 
159
172
</refsect1>