Bladeren bron

man: Fix typos in dpkg-shlibdeps(1)

Closes: #832434
Signed-off-by: Guillem Jover <guillem@debian.org>
Carsten Leonhardt 10 jaren geleden
bovenliggende
commit
627c6505f6
2 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 2 0
      debian/changelog
  2. 2 2
      man/dpkg-shlibdeps.1

+ 2 - 0
debian/changelog

@@ -34,6 +34,8 @@ dpkg (1.18.10) UNRELEASED; urgency=medium
       tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
       tarball signatures from dpkg-source(1), as this was disabled in 1.18.8.
     - Document all public methods in Dpkg::Changelog::Entry::Debian.
     - Document all public methods in Dpkg::Changelog::Entry::Debian.
     - Escape dashes in deb-changes(5) and dsc(5) man pages.
     - Escape dashes in deb-changes(5) and dsc(5) man pages.
+    - Fix typos in dpkg-shlibdeps(1). Closes: #832434
+      Thanks to Carsten Leonhardt <leo@debian.org>.
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * German (Sven Joachim).
   * German (Sven Joachim).

+ 2 - 2
man/dpkg-shlibdeps.1

@@ -300,14 +300,14 @@ symbols provided by the library. By fixing all the binaries, you would avoid
 the dependency associated to this library (unless the same dependency is
 the dependency associated to this library (unless the same dependency is
 also generated by another library that is really used).
 also generated by another library that is really used).
 .TP
 .TP
-.BI "package could avoid a useless dependency if " binaries " were not linked against " library " (they uses none of the library's symbols)"
+.BI "package could avoid a useless dependency if " binaries " were not linked against " library " (they use none of the library's symbols)"
 Exactly the same as the above warning, but for multiple binaries.
 Exactly the same as the above warning, but for multiple binaries.
 .TP
 .TP
 .IB binary " should not be linked against " library " (it uses none of the library's symbols)"
 .IB binary " should not be linked against " library " (it uses none of the library's symbols)"
 The \fIbinary\fR is linked to a library that it doesn't need. It's not a
 The \fIbinary\fR is linked to a library that it doesn't need. It's not a
 problem but some small performance improvements in binary load time can be
 problem but some small performance improvements in binary load time can be
 obtained by not linking this library to this binary. This warning checks
 obtained by not linking this library to this binary. This warning checks
-the same information than the previous one but does it for each binary
+the same information as the previous one but does it for each binary
 instead of doing the check globally on all binaries analyzed.
 instead of doing the check globally on all binaries analyzed.
 .SS Errors
 .SS Errors
 .B dpkg\-shlibdeps
 .B dpkg\-shlibdeps