]> git.pld-linux.org Git - packages/apt.git/blame - apt-man_fixes.patch
- %s/pld\.org\.pl/pld-linux.org/
[packages/apt.git] / apt-man_fixes.patch
CommitLineData
23a4f6be
JB
1diff -Nur apt-0.5.4cnc7.orig/doc/apt-cache.8.sgml apt-0.5.4cnc7/doc/apt-cache.8.sgml
2--- apt-0.5.4cnc7.orig/doc/apt-cache.8.sgml Thu Jul 25 20:07:18 2002
3+++ apt-0.5.4cnc7/doc/apt-cache.8.sgml Tue Dec 10 16:41:34 2002
4@@ -67,7 +67,7 @@
5
6 <VarListEntry><Term>gencaches</Term>
7 <ListItem><Para>
8- <literal/gencaches/ performs the same opration as
9+ <literal/gencaches/ performs the same operation as
10 <command/apt-get check/. It builds the source and package caches from
11 the sources in &sources-list; and from <filename>/var/lib/dpkg/status</>.
12 </VarListEntry>
13@@ -152,7 +152,7 @@
14 <listitem><para>
15 <literal/Missing/ is the number of package names that were referenced in
16 a dependency but were not provided by any package. Missing packages may
17- be in evidence if a full distribution is not accesssed, or if a package
18+ be in evidence if a full distribution is not accessed, or if a package
19 (real or virtual) has been dropped from the distribution. Usually they
20 are referenced from Conflicts statements.
21 </listitem>
22@@ -208,7 +208,7 @@
23 <VarListEntry><Term>search</Term>
24 <ListItem><Para>
25 <literal/search/ performs a full text search on all available package
26- files for the regex pattern given. It searchs the package names and the
27+ files for the regex pattern given. It searches the package names and the
28 descriptions for an occurance of the string and prints out the package
29 name and the short description. If <option/--full/ is given then output
30 identical to <literal/show/ is produced for each matched package and
31@@ -230,14 +230,14 @@
32 This command prints the name of each package in the system. The optional
33 argument is a prefix match to filter the name list. The output is suitable
34 for use in a shell tab complete function and the output is generated
35- extremly quickly. This command is best used with the
36+ extremely quickly. This command is best used with the
37 <option/--generate/ option.
38 </VarListEntry>
39
40 <VarListEntry><Term>dotty</Term>
41 <ListItem><Para>
42 <literal/dotty/ takes a list of packages on the command line and
43- gernerates output suitable for use by dotty from the
44+ generates output suitable for use by dotty from the
45 <ulink url="http://www.research.att.com/sw/tools/graphviz/">GraphViz</>
46 package. The result will be a set of nodes and edges representing the
47 relationships between the packages. By default the given packages will
48@@ -246,10 +246,10 @@
49 <literal>APT::Cache::GivenOnly</> option.
a2e3dd35 50
23a4f6be
JB
51 <para>
52- The resulting nodes will have several shapse, normal packages are boxes,
53+ The resulting nodes will have several shapes, normal packages are boxes,
54 pure provides are triangles, mixed provides are diamonds,
55 hexagons are missing packages. Orange boxes mean recursion was stopped
56- [leaf packages], blue lines are prre-depends, green lines are conflicts.
57+ [leaf packages], blue lines are pre-depends, green lines are conflicts.
a2e3dd35 58
23a4f6be
JB
59 <para>
60 Caution, dotty cannot graph larger sets of packages.
61@@ -287,7 +287,7 @@
62 <VarListEntry><term><option/-q/</><term><option/--quiet/</>
63 <ListItem><Para>
64 Quiet; produces output suitable for logging, omitting progress indicators.
65- More qs will produce more quite up to a maximum of 2. You can also use
66+ More qs will produce more quiet up to a maximum of 2. You can also use
67 <option/-q=#/ to set the quiet level, overriding the configuration file.
68 Configuration Item: <literal/quiet/.
69 </VarListEntry>
23a4f6be
JB
70diff -Nur apt-0.5.4cnc7.orig/doc/apt-cdrom.8.sgml apt-0.5.4cnc7/doc/apt-cdrom.8.sgml
71--- apt-0.5.4cnc7.orig/doc/apt-cdrom.8.sgml Tue Jul 23 19:54:52 2002
72+++ apt-0.5.4cnc7/doc/apt-cdrom.8.sgml Tue Dec 10 16:43:13 2002
73@@ -54,7 +54,7 @@
74 <VarListEntry><Term>add</Term>
75 <ListItem><Para>
76 <literal/add/ is used to add a new disc to the source list. It will unmount the
77- CDROM device, prompt for a disk to be inserted and then procceed to
78+ CDROM device, prompt for a disk to be inserted and then proceed to
79 scan it and copy the index files. If the disc does not have a proper
80 <filename>.disk/</> directory you will be prompted for a descriptive
81 title.
82@@ -101,7 +101,7 @@
83
84 <VarListEntry><term><option/-f/</><term><option/--fast/</>
85 <ListItem><Para>
86- Fast Copy; Assume the package files are valid and do not check
87+ Fast Copy; assume the package files are valid and do not check
88 every package. This option should be used only if
89 <command/apt-cdrom/ has been run on this disc before and did not detect
90 any errors.
91@@ -110,7 +110,7 @@
92
93 <VarListEntry><term><option/-a/</><term><option/--thorough/</>
94 <ListItem><Para>
95- Thorough Package Scan; This option may be needed with some old
96+ Thorough Package Scan; this option may be needed with some old
97 Debian 1.1/1.2 discs that have Package files in strange places. It
98 takes much longer to scan the CD but will pick them all up.
99 </VarListEntry>
100@@ -120,7 +120,7 @@
101 <term><option/--recon/</>
102 <term><option/--no-act/</>
103 <ListItem><Para>
104- No Changes; Do not change the &sources-list; file and do not
105+ No Changes; do not change the &sources-list; file and do not
106 write index files. Everything is still checked however.
107 Configuration Item: <literal/APT::CDROM::NoAct/.
108 </VarListEntry>
23a4f6be
JB
109diff -Nur apt-0.5.4cnc7.orig/doc/apt-get.8.sgml apt-0.5.4cnc7/doc/apt-get.8.sgml
110--- apt-0.5.4cnc7.orig/doc/apt-get.8.sgml Thu Jul 25 20:07:18 2002
111+++ apt-0.5.4cnc7/doc/apt-get.8.sgml Tue Dec 10 16:45:51 2002
112@@ -270,7 +270,7 @@
113 Simulate prints out
114 a series of lines each one representing a dpkg operation, Configure (Conf),
115 Remove (Remv), Unpack (Inst). Square brackets indicate broken packages with
116- and empty set of square brackets meaning breaks that are of no consequence
117+ an empty set of square brackets meaning breaks that are of no consequence
118 (rare).
119 </VarListEntry>
120
121@@ -286,7 +286,7 @@
122
123 <VarListEntry><term><option/-u/</><term><option/--show-upgraded/</>
124 <ListItem><Para>
125- Show upgraded packages; Print out a list of all packages that are to be
126+ Show upgraded packages; print out a list of all packages that are to be
127 upgraded.
128 Configuration Item: <literal/APT::Get::Show-Upgraded/.
129 </VarListEntry>
130@@ -300,7 +300,7 @@
131
132 <VarListEntry><term><option/--ignore-hold/</>
133 <ListItem><Para>
134- Ignore package Holds; This causes <command/apt-get/ to ignore a hold
135+ Ignore package Holds; this causes <command/apt-get/ to ignore a hold
136 placed on a package. This may be useful in conjunction with
137 <literal/dist-upgrade/ to override a large number of undesired holds.
138 Configuration Item: <literal/APT::Ignore-Hold/.
139@@ -308,7 +308,7 @@
140
141 <VarListEntry><term><option/--no-upgrade/</>
142 <ListItem><Para>
143- Do not upgrade packages; When used in conjunction with <literal/install/
144+ Do not upgrade packages; when used in conjunction with <literal/install/
145 <literal/no-upgrade/ will prevent packages listed from being upgraded
146 if they are already installed.
147 Configuration Item: <literal/APT::Get::Upgrade/.
148@@ -316,7 +316,7 @@
a2e3dd35 149
23a4f6be
JB
150 <VarListEntry><term><option/--force-yes/</>
151 <ListItem><Para>
152- Force yes; This is a dangerous option that will cause apt to continue
153+ Force yes; this is a dangerous option that will cause apt to continue
154 without prompting if it is doing something potentially harmful. It
155 should not be used except in very special situations. Using
156 <literal/force-yes/ can potentially destroy your system!
23a4f6be
JB
157diff -Nur apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml apt-0.5.4cnc7/doc/apt.conf.5.sgml
158--- apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml Tue Dec 10 16:22:06 2002
159+++ apt-0.5.4cnc7/doc/apt.conf.5.sgml Tue Dec 10 16:47:05 2002
160@@ -76,7 +76,7 @@
161
162 <RefSect1><Title>The APT Group</>
163 <para>
164- This group of options controls general APT behavior as well as holding the
165+ This group of options controls general APT behaviour as well as holding the
166 options for all of the tools.
167
168 <VariableList>
169@@ -89,7 +89,7 @@
170
171 <VarListEntry><Term>Ignore-Hold</Term>
172 <ListItem><Para>
173- Ignore Held packages; This global option causes the problem resolver to
174+ Ignore Held packages; this global option causes the problem resolver to
175 ignore held packages in its decision making.
176 </VarListEntry>
177
178@@ -103,7 +103,7 @@
179
180 <VarListEntry><Term>Immediate-Configure</Term>
181 <ListItem><Para>
182- Disable Immedate Configuration; This dangerous option disables some
183+ Disable Immedate Configuration; this dangerous option disables some
184 of APT's ordering code to cause it to make fewer dpkg calls. Doing
185 so may be necessary on some extremely slow single user systems but
186 is very dangerous and may cause package install scripts to fail or worse.
187@@ -187,7 +187,7 @@
188 meaning to use no proxies. The <envar/http_proxy/ environment variable
189 will override all settings.
190 <para>
191- Three settings are provided for cache control with HTTP/1.1 complient
192+ Three settings are provided for cache control with HTTP/1.1 compliant
193 proxy caches. <literal/No-Cache/ tells the proxy to not use its cached
194 response under any circumstances, <literal/Max-Age/ is sent only for
195 index files and tells the cache to refresh its object if it is older than
196diff -Nur apt-0.5.4cnc7.orig/doc/apt.ent apt-0.5.4cnc7/doc/apt.ent
197--- apt-0.5.4cnc7.orig/doc/apt.ent Tue Dec 10 16:22:06 2002
198+++ apt-0.5.4cnc7/doc/apt.ent Tue Dec 10 16:44:47 2002
199@@ -121,14 +121,14 @@
200
201 <VarListEntry><term><option/-c/</><term><option/--config-file/</>
202 <ListItem><Para>
203- Configuration File; Specify a configuration file to use.
204+ Configuration File; specify a configuration file to use.
205 The program will read the default configuration file and then this
206 configuration file. See &apt-conf; for syntax information.
207 </VarListEntry>
208
209 <VarListEntry><term><option/-o/</><term><option/--option/</>
210 <ListItem><Para>
211- Set a Configuration Option; This will set an arbitary configuration
212+ Set a Configuration Option; this will set an arbitrary configuration
213 option. The syntax is <option>-o Foo::Bar=bar</>.
214 </VarListEntry>
215 ">
This page took 0.097022 seconds and 4 git commands to generate.