summaryrefslogtreecommitdiff
path: root/doc/apt-secure.8.xml
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-10-29 00:14:21 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-10-29 00:14:21 +0100
commit5f4331c4d265aa83229e3e58edd49e54731fb646 (patch)
treee3279a7c10774b93b36c7eb9cd436d8357945af5 /doc/apt-secure.8.xml
parent339a6808b961a4dc1910ffd442a857e16366a07f (diff)
correct various errors, typos and oddities in the manpages
Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration
Diffstat (limited to 'doc/apt-secure.8.xml')
-rw-r--r--doc/apt-secure.8.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/apt-secure.8.xml b/doc/apt-secure.8.xml
index 20f473f77..908fc342f 100644
--- a/doc/apt-secure.8.xml
+++ b/doc/apt-secure.8.xml
@@ -68,7 +68,7 @@
different steps. <command>apt-secure</command> is the last step in
this chain, trusting an archive does not mean that the packages
that you trust it do not contain malicious code but means that you
- trust the archive maintainer. Its the archive maintainer
+ trust the archive maintainer. It's the archive maintainer
responsibility to ensure that the archive integrity is correct.
</para>
@@ -94,7 +94,7 @@
is computed and put in the Packages file. The MD5 sum of all of the
packages files are then computed and put into the Release file. The
Release file is then signed by the archive key (which is created
- once a year and distributed through the FTP server. This key is
+ once a year) and distributed through the FTP server. This key is
also on the Debian keyring.
</para>
@@ -157,15 +157,15 @@
</para>
<itemizedlist>
- <listitem><para><literal>Create a toplevel Release
- file</literal>. if it does not exist already. You can do this
+ <listitem><para><emphasis>Create a toplevel Release
+ file</emphasis>, if it does not exist already. You can do this
by running <command>apt-ftparchive release</command>
(provided in apt-utils).</para></listitem>
- <listitem><para><literal>Sign it</literal>. You can do this by running
+ <listitem><para><emphasis>Sign it</emphasis>. You can do this by running
<command>gpg -abs -o Release.gpg Release</command>.</para></listitem>
- <listitem><para><literal>Publish the key fingerprint</literal>,
+ <listitem><para><emphasis>Publish the key fingerprint</emphasis>,
that way your users will know what key they need to import in
order to authenticate the files in the
archive.</para></listitem>