]> git.pld-linux.org Git - packages/apt.git/blame - apt-man_fixes.patch
- readline 5.0
[packages/apt.git] / apt-man_fixes.patch
CommitLineData
23a4f6be
JB
1diff -Nur apt-0.5.4cnc7.orig/doc/apt-cdrom.8.sgml apt-0.5.4cnc7/doc/apt-cdrom.8.sgml
2--- apt-0.5.4cnc7.orig/doc/apt-cdrom.8.sgml Tue Jul 23 19:54:52 2002
3+++ apt-0.5.4cnc7/doc/apt-cdrom.8.sgml Tue Dec 10 16:43:13 2002
4@@ -54,7 +54,7 @@
5 <VarListEntry><Term>add</Term>
6 <ListItem><Para>
7 <literal/add/ is used to add a new disc to the source list. It will unmount the
8- CDROM device, prompt for a disk to be inserted and then procceed to
9+ CDROM device, prompt for a disk to be inserted and then proceed to
10 scan it and copy the index files. If the disc does not have a proper
11 <filename>.disk/</> directory you will be prompted for a descriptive
12 title.
13@@ -101,7 +101,7 @@
14
15 <VarListEntry><term><option/-f/</><term><option/--fast/</>
16 <ListItem><Para>
17- Fast Copy; Assume the package files are valid and do not check
18+ Fast Copy; assume the package files are valid and do not check
19 every package. This option should be used only if
20 <command/apt-cdrom/ has been run on this disc before and did not detect
21 any errors.
22@@ -110,7 +110,7 @@
23
24 <VarListEntry><term><option/-a/</><term><option/--thorough/</>
25 <ListItem><Para>
26- Thorough Package Scan; This option may be needed with some old
27+ Thorough Package Scan; this option may be needed with some old
28 Debian 1.1/1.2 discs that have Package files in strange places. It
29 takes much longer to scan the CD but will pick them all up.
30 </VarListEntry>
31@@ -120,7 +120,7 @@
32 <term><option/--recon/</>
33 <term><option/--no-act/</>
34 <ListItem><Para>
35- No Changes; Do not change the &sources-list; file and do not
36+ No Changes; do not change the &sources-list; file and do not
37 write index files. Everything is still checked however.
38 Configuration Item: <literal/APT::CDROM::NoAct/.
39 </VarListEntry>
23a4f6be
JB
40diff -Nur apt-0.5.4cnc7.orig/doc/apt-get.8.sgml apt-0.5.4cnc7/doc/apt-get.8.sgml
41--- apt-0.5.4cnc7.orig/doc/apt-get.8.sgml Thu Jul 25 20:07:18 2002
42+++ apt-0.5.4cnc7/doc/apt-get.8.sgml Tue Dec 10 16:45:51 2002
43@@ -270,7 +270,7 @@
44 Simulate prints out
45 a series of lines each one representing a dpkg operation, Configure (Conf),
46 Remove (Remv), Unpack (Inst). Square brackets indicate broken packages with
47- and empty set of square brackets meaning breaks that are of no consequence
48+ an empty set of square brackets meaning breaks that are of no consequence
49 (rare).
50 </VarListEntry>
51
52@@ -286,7 +286,7 @@
53
54 <VarListEntry><term><option/-u/</><term><option/--show-upgraded/</>
55 <ListItem><Para>
56- Show upgraded packages; Print out a list of all packages that are to be
57+ Show upgraded packages; print out a list of all packages that are to be
58 upgraded.
59 Configuration Item: <literal/APT::Get::Show-Upgraded/.
60 </VarListEntry>
61@@ -300,7 +300,7 @@
62
63 <VarListEntry><term><option/--ignore-hold/</>
64 <ListItem><Para>
65- Ignore package Holds; This causes <command/apt-get/ to ignore a hold
66+ Ignore package Holds; this causes <command/apt-get/ to ignore a hold
67 placed on a package. This may be useful in conjunction with
68 <literal/dist-upgrade/ to override a large number of undesired holds.
69 Configuration Item: <literal/APT::Ignore-Hold/.
70@@ -308,7 +308,7 @@
71
72 <VarListEntry><term><option/--no-upgrade/</>
73 <ListItem><Para>
74- Do not upgrade packages; When used in conjunction with <literal/install/
75+ Do not upgrade packages; when used in conjunction with <literal/install/
76 <literal/no-upgrade/ will prevent packages listed from being upgraded
77 if they are already installed.
78 Configuration Item: <literal/APT::Get::Upgrade/.
79@@ -316,7 +316,7 @@
a2e3dd35 80
23a4f6be
JB
81 <VarListEntry><term><option/--force-yes/</>
82 <ListItem><Para>
83- Force yes; This is a dangerous option that will cause apt to continue
84+ Force yes; this is a dangerous option that will cause apt to continue
85 without prompting if it is doing something potentially harmful. It
86 should not be used except in very special situations. Using
87 <literal/force-yes/ can potentially destroy your system!
23a4f6be
JB
88diff -Nur apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml apt-0.5.4cnc7/doc/apt.conf.5.sgml
89--- apt-0.5.4cnc7.orig/doc/apt.conf.5.sgml Tue Dec 10 16:22:06 2002
90+++ apt-0.5.4cnc7/doc/apt.conf.5.sgml Tue Dec 10 16:47:05 2002
91@@ -76,7 +76,7 @@
92
93 <RefSect1><Title>The APT Group</>
94 <para>
95- This group of options controls general APT behavior as well as holding the
96+ This group of options controls general APT behaviour as well as holding the
97 options for all of the tools.
98
99 <VariableList>
100@@ -89,7 +89,7 @@
101
102 <VarListEntry><Term>Ignore-Hold</Term>
103 <ListItem><Para>
104- Ignore Held packages; This global option causes the problem resolver to
105+ Ignore Held packages; this global option causes the problem resolver to
106 ignore held packages in its decision making.
107 </VarListEntry>
108
109@@ -103,7 +103,7 @@
110
111 <VarListEntry><Term>Immediate-Configure</Term>
112 <ListItem><Para>
3a4eabbd
JR
113- Disable Immediate Configuration; This dangerous option disables some
114+ Disable Immediate Configuration; this dangerous option disables some
23a4f6be
JB
115 of APT's ordering code to cause it to make fewer dpkg calls. Doing
116 so may be necessary on some extremely slow single user systems but
117 is very dangerous and may cause package install scripts to fail or worse.
23a4f6be
JB
118diff -Nur apt-0.5.4cnc7.orig/doc/apt.ent apt-0.5.4cnc7/doc/apt.ent
119--- apt-0.5.4cnc7.orig/doc/apt.ent Tue Dec 10 16:22:06 2002
120+++ apt-0.5.4cnc7/doc/apt.ent Tue Dec 10 16:44:47 2002
3a4eabbd 121@@ -121,15 +121,15 @@
23a4f6be
JB
122
123 <VarListEntry><term><option/-c/</><term><option/--config-file/</>
124 <ListItem><Para>
125- Configuration File; Specify a configuration file to use.
126+ Configuration File; specify a configuration file to use.
127 The program will read the default configuration file and then this
128 configuration file. See &apt-conf; for syntax information.
3a4eabbd 129 </Para></ListItem>
23a4f6be
JB
130 </VarListEntry>
131
132 <VarListEntry><term><option/-o/</><term><option/--option/</>
133 <ListItem><Para>
3a4eabbd 134- Set a Configuration Option; This will set an arbitrary configuration
23a4f6be
JB
135+ Set a Configuration Option; this will set an arbitrary configuration
136 option. The syntax is <option>-o Foo::Bar=bar</>.
3a4eabbd 137 </Para></ListItem>
23a4f6be 138 </VarListEntry>
This page took 0.118665 seconds and 4 git commands to generate.