[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#444922: Several typos in the manpages



Package: apt
Version: 0.7.11
Followup-For: Bug #444922

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


The attached patch fixes more issues including this one. Please note,
that there has been a problem with docbook-xsl 1.73 not escaping the
dash in the whatis entry. This is fixed in docbook-xsl 1.73.2.dfsg.1-3,
which will be uploaded soon. For the moment, you can only fix it
yourself in the resulting man-pages or by applying the following patch
[1] to /usr/share/xml/docbook/stylesheet/nwalsh/manpages/refentry.xsl.

[1] http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/patches/7674_man_fix_unescaped_dash_in_whatis_entry.dpatch?op=file&rev=0&sc=0

Regards, Daniel



- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring  2007.07.31       GnuPG archive keys of the Debian a
ii  libc6                   2.7-8            GNU C Library: Shared libraries
ii  libgcc1                 1:4.3-20080202-1 GCC support library
ii  libstdc++6              4.3-20080202-1   The GNU Standard C++ Library v3

apt recommends no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHuN39m0bx+wiPa4wRAgnrAJ9tMwC5Ml/8KI6zG1ikQkA2zLbSFwCeMXCV
HRNsgZtgy8l96mhVjFMWB0o=
=SXWU
-----END PGP SIGNATURE-----
diff -puN --recursive apt-0.7.11/doc/apt.conf.5.xml apt-0.7.11.fixed/doc/apt.conf.5.xml
--- apt-0.7.11/doc/apt.conf.5.xml	2007-12-16 21:52:32.000000000 +0100
+++ apt-0.7.11.fixed/doc/apt.conf.5.xml	2008-02-18 01:59:47.000000000 +0100
@@ -46,7 +46,7 @@
    the APT tool group, for the Get tool. options do not inherit from their 
    parent groups.</para> 
 
-   <para>Syntacticly the configuration language is modeled after what the ISC tools
+   <para>Syntactically the configuration language is modeled after what the ISC tools
    such as bind and dhcp use.  Lines starting with
    <literal>//</literal> are treated as comments (ignored).
    Each line is of the form
@@ -214,7 +214,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-
      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 
      <literal>$(PROXY_USER)</literal> <literal>$(PROXY_PASS)</literal> <literal>$(SITE_USER)</literal>
      <literal>$(SITE_PASS)</literal> <literal>$(SITE)</literal> and <literal>$(SITE_PORT)</literal>
      Each is taken from it's respective URI component.</para>
@@ -235,7 +235,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-
      not recommended to use FTP over HTTP due to its low efficiency.</para>
 
      <para>The setting <literal>ForceExtended</literal> controls the use of RFC2428 
-     <literal>EPSV</literal> and <literal>EPRT</literal> commands. The defaut is false, which means
+     <literal>EPSV</literal> and <literal>EPRT</literal> 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.</para></listitem>
@@ -276,7 +276,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-
    <literal>pkgcache</literal> as well as the location to place downloaded archives, 
    <literal>Dir::Cache::archives</literal>. 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 <literal>Dir::State</literal> the default
    directory is contained in <literal>Dir::Cache</literal></para>
 
diff -puN --recursive apt-0.7.11/doc/apt.ent apt-0.7.11.fixed/doc/apt.ent
--- apt-0.7.11/doc/apt.ent	2007-07-24 14:33:29.000000000 +0200
+++ apt-0.7.11.fixed/doc/apt.ent	2008-02-18 01:41:54.000000000 +0100
@@ -257,7 +257,7 @@
      <varlistentry>
       <term><option>-o</option></term>
       <term><option>--option</option></term>
-     <listitem><para>Set a Configuration Option; This will set an arbitary
+     <listitem><para>Set a Configuration Option; This will set an arbitrary
       configuration option. The syntax is <option>-o Foo::Bar=bar</option>.
      </para>
      </listitem>
diff -puN --recursive apt-0.7.11/doc/apt-ftparchive.1.xml apt-0.7.11.fixed/doc/apt-ftparchive.1.xml
--- apt-0.7.11/doc/apt-ftparchive.1.xml	2007-07-24 14:33:29.000000000 +0200
+++ apt-0.7.11.fixed/doc/apt-ftparchive.1.xml	2008-02-18 01:41:22.000000000 +0100
@@ -327,7 +327,7 @@
       Specifies that instead of walking the directory tree, 
       <command>apt-ftparchive</command> 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.</para></listitem>
+      This is used when processing source indexes.</para></listitem>
       </varlistentry>
      </variablelist>     
    </refsect2>
diff -puN --recursive apt-0.7.11/doc/apt-get.8.xml apt-0.7.11.fixed/doc/apt-get.8.xml
--- apt-0.7.11/doc/apt-get.8.xml	2007-10-06 23:52:21.000000000 +0200
+++ apt-0.7.11.fixed/doc/apt-get.8.xml	2008-02-18 01:46:24.000000000 +0100
@@ -425,7 +425,7 @@
 
      <varlistentry><term><option>--allow-unauthenticated</option></term>
      <listitem><para>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: <literal>APT::Get::AllowUnauthenticated</literal>.</para></listitem>
      </varlistentry>
      
diff -puN --recursive apt-0.7.11/doc/apt-mark.8.xml apt-0.7.11.fixed/doc/apt-mark.8.xml
--- apt-0.7.11/doc/apt-mark.8.xml	2007-11-02 16:39:01.000000000 +0100
+++ apt-0.7.11.fixed/doc/apt-mark.8.xml	2008-02-18 01:51:30.000000000 +0100
@@ -47,7 +47,7 @@
    <para>
      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.
    </para>
diff -puN --recursive apt-0.7.11/doc/apt_preferences.5.xml apt-0.7.11.fixed/doc/apt_preferences.5.xml
--- apt-0.7.11/doc/apt_preferences.5.xml	2007-07-24 14:33:29.000000000 +0200
+++ apt-0.7.11.fixed/doc/apt_preferences.5.xml	2008-02-18 02:00:52.000000000 +0100
@@ -422,7 +422,7 @@ one or more lines beginning with the wor
 This provides a place for comments.</para>
 
 <para>The <literal>Pin-Priority:</literal> 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 <literal>Pin-Priority: release ...</literal>.</para>
 </refsect2>
 </refsect1>
diff -puN --recursive apt-0.7.11/doc/apt-secure.8.xml apt-0.7.11.fixed/doc/apt-secure.8.xml
--- apt-0.7.11/doc/apt-secure.8.xml	2007-07-24 14:33:29.000000000 +0200
+++ apt-0.7.11.fixed/doc/apt-secure.8.xml	2008-02-18 01:54:30.000000000 +0100
@@ -159,7 +159,7 @@
        <listitem><para><literal>Create a toplevel Release
        file</literal>.  if it does not exist already. You can do this
        by running <command>apt-ftparchive release</command> 
-       (provided inftp apt-utils).</para></listitem>
+       (provided in apt-utils).</para></listitem>
    
       <listitem><para><literal>Sign it</literal>. You can do this by running
       <command>gpg -abs -o Release.gpg Release</command>.</para></listitem>
@@ -183,7 +183,7 @@
 &debsign; &debsig-verify;, &gpg;
 </para>
 
-<para>For more backgound information you might want to review the
+<para>For more background information you might want to review the
 <ulink
 url="http://www.debian.org/doc/manuals/securing-debian-howto/ch7.en.html";>Debian
 Security Infrastructure</ulink> chapter of the Securing Debian Manual
diff -puN --recursive apt-0.7.11/doc/examples/configure-index apt-0.7.11.fixed/doc/examples/configure-index
--- apt-0.7.11/doc/examples/configure-index	2008-01-08 22:07:36.000000000 +0100
+++ apt-0.7.11.fixed/doc/examples/configure-index	2008-02-18 02:02:25.000000000 +0100
@@ -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
   };
 };
 

Reply to: