diff options
author | Justin B Rye <jbr@edlug.org.uk> | 2012-06-07 00:04:44 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-06-07 00:04:44 +0200 |
commit | 14301cf38d3a211250589da1f8ad1d89e4721bfa (patch) | |
tree | 296782d326a10a282e3825546354acfe03e849b7 /doc/apt-sortpkgs.1.xml | |
parent | 75d9bdba9b62422a42787727e60f850dfd86171b (diff) |
* doc/apt-sortpkgs.1.xml:
- review and fix typo, grammar and style issues
Diffstat (limited to 'doc/apt-sortpkgs.1.xml')
-rw-r--r-- | doc/apt-sortpkgs.1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt-sortpkgs.1.xml b/doc/apt-sortpkgs.1.xml index f4b2a64a4..3121bd9bc 100644 --- a/doc/apt-sortpkgs.1.xml +++ b/doc/apt-sortpkgs.1.xml @@ -36,13 +36,13 @@ &synopsis-command-apt-sortpkgs; <refsect1><title>Description</title> - <para><command>apt-sortpkgs</command> will take an index file (Source index or Package + <para><command>apt-sortpkgs</command> will take an index file (source index or package index) and sort the records so that they are ordered by the package name. It will also sort the internal fields of each record according to the internal sorting rules.</para> <para> - All output is sent to stdout, the input must be a seekable file.</para> + All output is sent to standard output; the input must be a seekable file.</para> </refsect1> <refsect1><title>options</title> @@ -51,7 +51,7 @@ <variablelist> <varlistentry><term><option>-s</option></term><term><option>--source</option></term> <listitem><para> - Use Source index field ordering. + Use source index field ordering. Configuration Item: <literal>APT::SortPkgs::Source</literal>.</para></listitem> </varlistentry> |