summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.yo
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:59 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:59 +0000
commit314037ba995328f4ac1026bbfb2125af6224248c (patch)
tree805bd02de46b263652ac8966645724e6de020d21 /doc/apt.conf.5.yo
parent8195ae461bbe065c5d81f0e95b7f834a2549db39 (diff)
Fixed list notation doc bug and 'b' vs 'B'
Author: jgg Date: 1999-06-06 05:52:37 GMT Fixed list notation doc bug and 'b' vs 'B'
Diffstat (limited to 'doc/apt.conf.5.yo')
-rw-r--r--doc/apt.conf.5.yo10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/apt.conf.5.yo b/doc/apt.conf.5.yo
index 96b2e7dc5..4eee5d0ea 100644
--- a/doc/apt.conf.5.yo
+++ b/doc/apt.conf.5.yo
@@ -30,9 +30,17 @@ verb(APT {
};
)
with newlines placed to make
-it more readable. In general the sample configuration file in
+it more readable. Lists can be created by opening a scope an including a
+single word enclosed in quotes followed by a semicolon.
+In general the sample configuration file in
em(/usr/doc/apt/examples/apt.conf) is a good guide for how it should look.
+All of the APT tools take a -o option which allows an arbitary configuration
+directive to be specified on the command line. The syntax is a full option
+name (APT::Get::Assume-Yes for instance) followed by an equals sign then the
+new value of the option. Lists can be appended too by adding a trailing ::
+to the list name.
+
manpagesection(The APT Group)
This group of options controls general APT behavoir as well as holding the
options for all of the tools.