summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-06-28 02:10:36 +0200
committerGuillem Jover <guillem@debian.org>2019-10-30 22:02:42 +0100
commit38cf922c20e5b7e103e875abb94c0f3eec342701 (patch)
tree2d3f01349766df6c3899da9e499f9b05ef8900fc
parent8b0806e8df366f0b0b29c74b4856bbfcda632ed6 (diff)
downloaddpkg-38cf922c20e5b7e103e875abb94c0f3eec342701.tar.gz
man: Use a minus sign for a literal string
-rw-r--r--debian/changelog1
-rw-r--r--man/dpkg-buildflags.man2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ff6e3cdb5..9a037298b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
- Dpkg::Source::Package: Verify original tarball signatures at build time.
* Documentation:
- man: Fix uncommon wording constructs.
+ - man: Use a minus sign for a literal string.
* Code internals:
- Dpkg::Source::Package: Refactor original tarball handling.
- perl: Use File::Copy instead of spawning mv/cp commands.
diff --git a/man/dpkg-buildflags.man b/man/dpkg-buildflags.man
index f352c18ee..30741ea9f 100644
--- a/man/dpkg-buildflags.man
+++ b/man/dpkg-buildflags.man
@@ -276,7 +276,7 @@ propagate and to allow finding any omission of normal build flag settings.
The only currently supported flags are \fBCPPFLAGS\fP, \fBCFLAGS\fP,
\fBOBJCFLAGS\fP, \fBCXXFLAGS\fP and \fBOBJCXXFLAGS\fP with flags set
to \fB\-D__DEB_CANARY_\fP\fIflag\fP_\fIrandom-id\fP\fB__\fP, and
-\fBLDFLAGS\fP set to \fB\-Wl,\-z,deb-canary\-\fP\fIrandom-id\fP.
+\fBLDFLAGS\fP set to \fB\-Wl,\-z,deb\-canary\-\fP\fIrandom-id\fP.
.
.SS sanitize
Several compile-time options (detailed below) can be used to help sanitize