summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:58:55 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:58:55 +0000
commit2d425135df32b7700762d65e0316351537e94c63 (patch)
tree72a1c83d7ca81e8e118eaf5da1f1a5e1999572c3 /doc
parent5ef5c64e446ef915aafb40904bd7f0df855d4325 (diff)
Spelling errors and other fixes
Author: jgg Date: 2002-03-20 05:51:52 GMT Spelling errors and other fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-cache.8.sgml12
-rw-r--r--doc/apt.conf.5.sgml2
-rw-r--r--doc/apt.ent2
-rw-r--r--doc/examples/configure-index4
-rw-r--r--doc/sources.list.5.sgml2
5 files changed, 16 insertions, 6 deletions
diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml
index 2ed4c84b8..b037def46 100644
--- a/doc/apt-cache.8.sgml
+++ b/doc/apt-cache.8.sgml
@@ -31,6 +31,7 @@
<arg>add <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg></arg>
<arg>gencaches</>
<arg>showpkg <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
+ <arg>showsrc <arg choice="plain" rep="repeat"><replaceable>pkg</replaceable></arg></arg>
<arg>stats</>
<arg>dump</>
<arg>dumpavail</>
@@ -60,7 +61,8 @@
<VariableList>
<VarListEntry><Term>add</Term>
<ListItem><Para>
- <literal/add/ adds the names package index files to the package cache.
+ <literal/add/ adds the named package index files to the package cache.
+ This is for debugging only.
</VarListEntry>
<VarListEntry><Term>gencaches</Term>
@@ -170,6 +172,14 @@ Reverse Provides:
</itemizedlist>
</VarListEntry>
+ <VarListEntry><Term>showsrc</Term>
+ <ListItem><Para>
+ <literal/showsrc/ displays all the source package records that match
+ the given package names. All versions are shown, as well as all
+ records that declare the name to be a Binary.
+ named packages.
+ </VarListEntry>
+
<VarListEntry><Term>dump</Term>
<ListItem><Para>
<literal/dump/ shows a short listing of every package in the cache. It is
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml
index 9ff286aeb..3d824b410 100644
--- a/doc/apt.conf.5.sgml
+++ b/doc/apt.conf.5.sgml
@@ -188,7 +188,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
will override all settings.
<para>
Three settings are provided for cache control with HTTP/1.1 complient
- proxy caches. <literal/No-Cache/ tells the proxy to not used its cached
+ proxy caches. <literal/No-Cache/ tells the proxy to not use its cached
response under any circumstances, <literal/Max-Age/ is sent only for
index files and tells the cache to refresh its object if it is older than
the given number of seconds. Debian updates its index files daily so the
diff --git a/doc/apt.ent b/doc/apt.ent
index 9be902a2a..c691f64c0 100644
--- a/doc/apt.ent
+++ b/doc/apt.ent
@@ -116,7 +116,7 @@
<VarListEntry><term><option/-v/</><term><option/--version/</>
<ListItem><Para>
- Show the program verison.
+ Show the program version.
</VarListEntry>
<VarListEntry><term><option/-c/</><term><option/--config-file/</>
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 66bdb87ac..7d768dbf3 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -1,4 +1,4 @@
-// $Id: configure-index,v 1.4 2001/12/05 07:22:40 tausq Exp $
+// $Id: configure-index,v 1.5 2002/03/20 05:51:52 jgg Exp $
/* This file is an index of all APT configuration directives. It should
NOT actually be used as a real config file, though it is a completely
valid file. Most of the options have sane default values, unless
@@ -198,7 +198,7 @@ DPkg
FlushSTDIN "true";
}
-/* Options you can set to see some debugging text They corrispond to names
+/* Options you can set to see some debugging text They correspond to names
of classes in the source code */
Debug
{
diff --git a/doc/sources.list.5.sgml b/doc/sources.list.5.sgml
index d630e12fd..46b6e26ae 100644
--- a/doc/sources.list.5.sgml
+++ b/doc/sources.list.5.sgml
@@ -62,7 +62,7 @@
<para>
<literal/distribution/ may also contain a variable, <literal/$(ARCH)/,
which expands to the Debian architecture (i386, m68k, powerpc, ...)
- used on the system. This permits archiecture-independent
+ used on the system. This permits architecture-independent
<filename/sources.list/ files to be used. In general this is only of
interest when specifying an exact path, <literal/APT/ will automatically
generate a URI with the current architecture otherwise.