From e3a1f08d41bf6ef6a42bbc6e5f8e20f7b4aa37a0 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Tue, 19 Feb 2008 20:37:41 +0100 Subject: [PATCH] Fix typos in manpages --- debian/changelog | 8 ++++++++ doc/apt-ftparchive.1.xml | 2 +- doc/apt-get.8.xml | 2 +- doc/apt-mark.8.xml | 2 +- doc/apt-secure.8.xml | 4 ++-- doc/apt.conf.5.xml | 8 ++++---- doc/apt.ent | 2 +- doc/apt_preferences.5.xml | 2 +- doc/examples/configure-index | 6 +++--- 9 files changed, 22 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6bdd7112..7f6d893d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.7.12) UNRELEASED; urgency=low + + [ Christian Perrier ] + * Fix typos in manpages. Thanks to Daniel Leidert for the fixes + Closes: #444922 + + -- Christian Perrier Tue, 19 Feb 2008 20:34:02 +0100 + apt (0.7.11) unstable; urgency=critical [ Raise urgency to critical since it fixes a critical but for Debian diff --git a/doc/apt-ftparchive.1.xml b/doc/apt-ftparchive.1.xml index 8cfbc72e..de7e5f7a 100644 --- a/doc/apt-ftparchive.1.xml +++ b/doc/apt-ftparchive.1.xml @@ -327,7 +327,7 @@ Specifies that instead of walking the directory tree, apt-ftparchive should read the list of files from the given file. Relative files names are prefixed with the archive directory. - This is used when processing source indexs. + This is used when processing source indexes. diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 1bd21a5d..329a46c5 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -425,7 +425,7 @@ Ignore if packages can't be authenticated and don't prompt about it. - This is usefull for tools like pbuilder. + This is useful for tools like pbuilder. Configuration Item: APT::Get::AllowUnauthenticated. diff --git a/doc/apt-mark.8.xml b/doc/apt-mark.8.xml index 5af27a33..812fc406 100644 --- a/doc/apt-mark.8.xml +++ b/doc/apt-mark.8.xml @@ -47,7 +47,7 @@ When you request that a package is installed, and as a result other packages are installed to satisfy its dependencies, the - depedencies are marked as being automatically installed. Once + dependencies are marked as being automatically installed. Once these automatically installed packages are no longer depended on by any manually installed packages, they will be removed. diff --git a/doc/apt-secure.8.xml b/doc/apt-secure.8.xml index fa13ddc0..01b15778 100644 --- a/doc/apt-secure.8.xml +++ b/doc/apt-secure.8.xml @@ -159,7 +159,7 @@ Create a toplevel Release file. if it does not exist already. You can do this by running apt-ftparchive release - (provided inftp apt-utils). + (provided in apt-utils). Sign it. You can do this by running gpg -abs -o Release.gpg Release. @@ -183,7 +183,7 @@ &debsign; &debsig-verify;, &gpg; -For more backgound information you might want to review the +For more background information you might want to review the Debian Security Infrastructure chapter of the Securing Debian Manual diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 5bc6c55d..64724f21 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -46,7 +46,7 @@ the APT tool group, for the Get tool. options do not inherit from their parent groups. - Syntacticly the configuration language is modeled after what the ISC tools + Syntactically the configuration language is modeled after what the ISC tools such as bind and dhcp use. Lines starting with // are treated as comments (ignored). Each line is of the form @@ -214,7 +214,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; configuration file. This entry specifies the commands to send to tell the proxy server what to connect to. Please see &configureindex; for an example of - how to do this. The subsitution variables available are + how to do this. The substitution variables available are $(PROXY_USER) $(PROXY_PASS) $(SITE_USER) $(SITE_PASS) $(SITE) and $(SITE_PORT) Each is taken from it's respective URI component. @@ -235,7 +235,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; not recommended to use FTP over HTTP due to its low efficiency. The setting ForceExtended controls the use of RFC2428 - EPSV and EPRT commands. The defaut is false, which means + EPSV and EPRT commands. The default is false, which means these commands are only used if the control connection is IPv6. Setting this to true forces their use even on IPv4 connections. Note that most FTP servers do not support RFC2428. @@ -276,7 +276,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; pkgcache as well as the location to place downloaded archives, Dir::Cache::archives. Generation of caches can be turned off by setting their names to be blank. This will slow down startup but - save disk space. It is probably prefered to turn off the pkgcache rather + save disk space. It is probably preferred to turn off the pkgcache rather than the srcpkgcache. Like Dir::State the default directory is contained in Dir::Cache diff --git a/doc/apt.ent b/doc/apt.ent index 99fe443c..44e30349 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -257,7 +257,7 @@ - Set a Configuration Option; This will set an arbitary + Set a Configuration Option; This will set an arbitrary configuration option. The syntax is . diff --git a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml index ab0107d3..3f8d4568 100644 --- a/doc/apt_preferences.5.xml +++ b/doc/apt_preferences.5.xml @@ -422,7 +422,7 @@ one or more lines beginning with the word Explanation:. This provides a place for comments. The Pin-Priority: line in each APT preferences record is -optional. If omitted, APT assigs a priority of 1 less than the last value +optional. If omitted, APT assigns a priority of 1 less than the last value specified on a line beginning with Pin-Priority: release .... diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 8893b5b7..c20011c9 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -2,7 +2,7 @@ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is (except for the last line) a completely valid file. Most of the options have sane default - values, unless you have specific needs you should NOT include arbitary + values, unless you have specific needs you should NOT include arbitrary items in a custom configuration. In some instances involving filenames it is possible to set the default @@ -170,7 +170,7 @@ Acquire Timeout "120"; /* Passive mode control, proxy, non-proxy and per-host. Pasv mode - is prefered if possible */ + is preferred if possible */ Passive "true"; Proxy::Passive "true"; Passive::http.us.debian.org "true"; // Specific per-host setting @@ -190,7 +190,7 @@ Acquire gpgv { - Options {"--ignore-time-conflict";} // not very usefull on a normal system + Options {"--ignore-time-conflict";} // not very useful on a normal system }; }; -- 2.20.1