File apt-file.1.patch of Package apt-file
--- apt-file.1.sgml
+++ apt-file.1.sgml
@@ -45,12 +45,12 @@
<listitem>
<para>
Resynchronize the package contents from their sources. The
- contents packages are fetched from the location(s)
+ lists of the contents of packages are fetched from the location(s)
specified in
<filename>/etc/apt/sources.list</filename>. This command
- attempt to fetch the
- <filename>Contents-<ARCH>.gz</filename> file from
- remote source.
+ attempts to fetch the
+ <filename>Contents-<ARCH>.gz</filename> files from
+ remote sources.
</para>
</listitem>
</varlistentry>
@@ -59,8 +59,8 @@
<term>search</term>
<listitem>
<para>
- Search in which package file is included. A list of all
- package containing the <option>pattern</option> pattern
+ Search in which package a file is included. A list of all
+ packages containing the <option>pattern</option> pattern
is returned.
</para>
</listitem>
@@ -178,7 +178,7 @@
<para>
Sets architecture to <literal>architecture</literal>. This
option is useful if you search a package for a different
- architecture the one installed on your system.
+ architecture from the one installed on your system.
</para>
</listitem>
</varlistentry>
@@ -191,7 +191,7 @@
<listitem>
<para>
Sets the <filename>sources.list</filename> file to a
- different value its default
+ different value from its default
<filename>/etc/apt/sources.list</filename>.
</para>
</listitem>
@@ -249,8 +249,8 @@
proxies.
</para>
<para>
- A string expension is done on several value. See <literal>string
- expension</literal> section.
+ A string expansion is done on several values. See <literal>string
+ expansion</literal> section.
</para>
<variablelist>
<varlistentry>
@@ -265,19 +265,19 @@
<term>http | ftp | ssh | rsh | file | cdrom</term>
<listitem>
<para>
- Here are the commands used to fetch files.
+ Define are the commands used to fetch files.
</para>
</listitem>
</varlistentry>
</variablelist>
<refsect2>
- <title>String expension</title>
+ <title>String expansion</title>
<para>
A <filename>sources.list</filename> entry is defined as:
<screen>
- deb uri dist componant1 componant2 ...
+ deb uri dist component1 component2 ...
</screen>
- an uri, is defined as:
+ A <literal>uri</literal> is defined as:
<screen>
proto:/[/][user[:password]@]host[:port][/path]
</screen>
@@ -337,7 +337,7 @@
<term><dest></term>
<listitem>
<para>
- replace with <literal>destination</literal> expended
+ replace with <literal>destination</literal> expanded
value.
</para>
</listitem>
@@ -363,14 +363,14 @@
<varlistentry>
<term><filename>/etc/apt/sources.list</filename></term>
<listitem>
- <para>Locations to fetch packages contents from.</para>
+ <para>Locations to fetch package contents from.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><filename>/etc/apt/apt-file.conf</filename></term>
<listitem>
<para>
- Configuration file for <command></command>apt-file.
+ Configuration file for <command>apt-file</command>.
</para>
</listitem>
</varlistentry>
@@ -393,7 +393,7 @@
</refsect1>
<refsect1>
<title>BUGS</title>
- <para>cdrom backend has not been tested.</para>
+ <para>The cdrom backend has not been tested.</para>
<para>
Non-release line in sources.list is not handled by apt-file.
</para>