Переглянути джерело

Fix a typo in man/dpkg-buildflags.1.

Helge Kreutzmann 14 роки тому
батько
коміт
2d468a6f5c
2 змінених файлів з 4 додано та 1 видалено
  1. 3 0
      debian/changelog
  2. 1 1
      man/dpkg-buildflags.1

+ 3 - 0
debian/changelog

@@ -17,6 +17,9 @@ dpkg (1.16.3) UNRELEASED; urgency=low
   * Document in dpkg-query(1) that commands producing multiple paragraphs
     will preserve the order of the packages specified on the argument list.
 
+  [ Helge Kreutzmann ]
+  * Fix a typo in man/dpkg-buildflags.1.
+
   [ Updated dpkg translations ]
   * French (Christian Perrier)
   * German (Sven Joachim).

+ 1 - 1
man/dpkg-buildflags.1

@@ -222,7 +222,7 @@ enabling only "format" and "fortify" can be achieved with:
 This setting (enabled by default) adds
 .B \-Wformat \-Werror=format\-security
 to \fBCFLAGS\fP and \fBCXXFLAGS\fP. This will warn about improper format
-string uses, and will fail when format functions are used in a way that
+string uses, and will fail when format functions are used in a way
 that represent possible security problems. At present, this warns about
 calls to \fBprintf\fP and \fBscanf\fP functions where the format string is
 not a string literal and there are no format arguments, as in