Browse Source

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

Helge Kreutzmann 14 years ago
parent
commit
2d468a6f5c
2 changed files with 4 additions and 1 deletions
  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
   * Document in dpkg-query(1) that commands producing multiple paragraphs
     will preserve the order of the packages specified on the argument list.
     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 ]
   [ Updated dpkg translations ]
   * French (Christian Perrier)
   * French (Christian Perrier)
   * German (Sven Joachim).
   * 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
 This setting (enabled by default) adds
 .B \-Wformat \-Werror=format\-security
 .B \-Wformat \-Werror=format\-security
 to \fBCFLAGS\fP and \fBCXXFLAGS\fP. This will warn about improper format
 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
 that represent possible security problems. At present, this warns about
 calls to \fBprintf\fP and \fBscanf\fP functions where the format string is
 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
 not a string literal and there are no format arguments, as in