[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apt-get(8) corrections



On Fri, Aug 31, 2001 at 12:51:07PM -0600, Jason Gunthorpe wrote:
> 
> On Sat, 1 Sep 2001, Andreas Mohr wrote:
> 
> > I thought that the apt-get man page truly deserved some corrections.
> 
> Please send me a diff against the 0.5.4 SGML source.
*sigh* ok, done :)

(I noted that some things had already been fixed, though)

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
"Point is, nothing here is unfamiliar or unexpected.  How long does
it take before there's general recognition that Microsoft software
has no business on the Internet? - Dennis E. Powell re: Code Red
--- apt-get.8.sgml.org	Fri Aug 31 23:02:24 2001
+++ apt-get.8.sgml	Fri Aug 31 23:11:24 2001
@@ -104,7 +104,7 @@
      <literal/install/ is followed by one or more packages desired for 
      installation. Each package is a package name, not a fully qualified 
      filename (for instance, in a Debian GNU/Linux system, libc6 would be the 
-     argument provided, not em(libc6_1.9.6-2.deb)). All packages required 
+     argument provided, not libc6_1.9.6-2.deb. All packages required 
      by the package(s) specified for installation will also be retrieved and 
      installed. The <filename>/etc/apt/sources.list</> file is used to locate 
      the desired packages. If a hyphen is appended to the package name (with 
@@ -114,11 +114,11 @@
      apt-get's conflict resolution  system.
      <para>
      A specific version of a package can be selected for installation by 
-     following the package name with an equals and the version of the package 
-     to select. This will cause that version to be located and selected for
-     install. Alternatively a specific distribution can be selected by 
-     following the package name with a slash and the version of the 
-     distribution or the Archive name (stable, frozen, unstable).
+     following the package name with an equal sign and the version of the
+     package to select. This will cause that version to be located
+     and selected for install. Alternatively a specific distribution
+     can be selected by following the package name with a slash and the
+     version of the distribution or the Archive name (stable, frozen, unstable).
      <para>
      Both of the version selection mechanisms can downgrade packages and must
      be used with care.
@@ -126,8 +126,8 @@
      If no package matches the given expression and the expression contains one
      of '.', '?' or '*' then it is assumed to be a POSIX regex and it is applied
      to all package names in the database. Any matches are then installed (or
-     removed). Note that matching is done by substring so 'lo.*' matches 'how-lo'
-     and 'lowest'. If this is undesired prefix with a '^' character.
+     removed). Note that matching is done by substring, so 'lo.*' matches
+     'how-lo' and 'lowest'. If this is undesired, prefix with a '^' character.
      </VarListEntry>
 
      <VarListEntry><Term>remove</Term>
@@ -152,7 +152,7 @@
      specified then the source package will not be unpacked.
      <para>
      A specific source version can be retrieved by postfixing the source name
-     with an equals and then the version to fetch, similar to the mechanism
+     with an equal sign and then the version to fetch, similar to the mechanism
      used for the package files. This enables exact matching of the source 
      package name and version, implicitly enabling the 
      <literal/APT::Get::Only-Source/ option.
@@ -166,7 +166,7 @@
      <VarListEntry><Term>build-dep</Term>
      <ListItem><Para>   
      <literal/build-dep/ causes apt-get to install/remove packages in an 
-     attempt to satisfy the build dependencies for a source packages. Right 
+     attempt to satisfy the build dependencies for a source package. Right 
      now virtual package build depends choose a package at random.
      </VarListEntry>
 
@@ -214,8 +214,8 @@
      <ListItem><Para>
      Fix; attempt to correct a system with broken dependencies in            
      place. This option, when used with install/remove, can omit any packages
-     to permit APT to deduce a likely soltion. Any Package that are specified
-     must completly correct the problem. The option is sometimes necessary when 
+     to permit APT to deduce a likely solution. Any packages that are specified
+     must completely correct the problem. The option is sometimes necessary when 
      running APT for the first time; APT itself does not allow broken package 
      dependencies to exist on a system. It is possible that a system's 
      dependency structure can be so corrupt as to require manual intervention 
@@ -251,7 +251,7 @@
      Quiet; produces output suitable for logging, omitting progress indicators.
      More q's will produce more quiet up to a maximum of 2. You can also use
      <option/-q=#/ to set the quiet level, overriding the configuration file. 
-     Note that quiet level 2 implies <option/-y/, you should never use -qq 
+     Note that quiet level 2 implies <option/-y/; you should never use -qq 
      without a no-action modifier such as -d, --print-uris or -s as APT may 
      decided to do something you did not expect.
      Configuration Item: <literal/quiet/.
@@ -271,7 +271,7 @@
      Simulate prints out
      a series of lines each one representing a dpkg operation, Configure (Conf),
      Remove (Remv), Unpack (Inst). Square brackets indicate broken packages with
-     and empty set of square brackets meaning breaks that are of no consequence
+     an empty set of square brackets meaning breaks that are of no consequence
      (rare).
      </VarListEntry>
 
@@ -280,7 +280,7 @@
      <ListItem><Para>
      Automatic yes to prompts; assume "yes" as answer to all prompts and run
      non-interactively. If an undesirable situation, such as changing a held
-     package or removing an essential package occurs then <literal/apt-get/ 
+     package or removing an essential package occurs, then <literal/apt-get/ 
      will abort. 
      Configuration Item: <literal/APT::Get::Assume-Yes/.
      </VarListEntry>
@@ -309,7 +309,7 @@
 
      <VarListEntry><term><option/--no-upgrade/</>
      <ListItem><Para>
-     Do not upgrade packages; When used in conjunction with <literal/install/
+     Do not upgrade packages; When used in conjunction with <literal/install/,
      <literal/no-upgrade/ will prevent packages listed from being upgraded
      if they are already installed. 
      Configuration Item: <literal/APT::Get::Upgrade/.
@@ -326,7 +326,7 @@
 
      <VarListEntry><term><option/--print-uris/</>
      <ListItem><Para>
-     Instead of fetching the files to install their URIs are printed. Each
+     Instead of fetching the files to install, their URIs are printed. Each
      URI will have the path, the destination file name, the size and the expected
      md5 hash. Note that the file name to write to will not always match
      the file name on the remote site! This also works with the /source/
@@ -365,7 +365,7 @@
      lets you have simple control over which distribution packages will be
      retrieved from. Some common examples might be 
      <option>-t '2.1*'</> or <option>-t unstable</>.
-     Configuration Item: <literal/APT::Default-Release/
+     Configuration Item: <literal/APT::Default-Release/.
      </VarListEntry>
 
      <VarListEntry><term><option/--trivial-only/</>
@@ -380,21 +380,21 @@
      <ListItem><Para>
      If any packages are to be removed apt-get immediately aborts without
      prompting. 
-     Configuration Item: <literal/APT::Get::Remove/
+     Configuration Item: <literal/APT::Get::Remove/.
      </VarListEntry>
 
      <VarListEntry><term><option/--only-source/</>
      <ListItem><Para>
      Only has meaning for the <literal/source/ command. indicates that the
      given source names are not to be mapped through the binary table.
-     Configuration Item: <literal/APT::Get::Only-Source/
+     Configuration Item: <literal/APT::Get::Only-Source/.
      </VarListEntry>
 
      <VarListEntry><term><option/--diff-only/</><term><option/--tar-only/</>
      <ListItem><Para>
      Download only the diff or tar file of a source archive. 
      Configuration Item: <literal/APT::Get::Diff-Only/ and 
-     <literal/APT::Get::Tar-Only/
+     <literal/APT::Get::Tar-Only/.
      </VarListEntry>
      
      &apt-commonoptions;
@@ -443,7 +443,7 @@
      <VarListEntry><term><filename>&statedir;/lists/</></term>
      <ListItem><Para>
      storage area for state information for each package resource specified in
-     &sources-list;
+     &sources-list;.
      Configuration Item: <literal/Dir::State::Lists/.
      </VarListEntry>
   

Reply to: