summaryrefslogtreecommitdiff
path: root/man/dpkg-parsechangelog.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/dpkg-parsechangelog.man')
-rw-r--r--man/dpkg-parsechangelog.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/dpkg-parsechangelog.man b/man/dpkg-parsechangelog.man
index 6aee98ed9..89b3daa3d 100644
--- a/man/dpkg-parsechangelog.man
+++ b/man/dpkg-parsechangelog.man
@@ -37,7 +37,7 @@ form.
.TP
.BR \-l " \fIchangelog-file\fP"
Specifies the changelog file to read information from.
-A \(oq\-\(cq can be used to specify reading from standard input.
+A ‘\-’ can be used to specify reading from standard input.
The default is
.BR debian/changelog .
.TP
@@ -68,7 +68,7 @@ of the output.
.TP
.BI \-\-file " file"
Set the changelog filename to parse.
-Default is \(oq-\(cq (standard input).
+Default is ‘-’ (standard input).
.TP
.BR \-l ", " \-\-label " \fIfile\fP"
Set the name of the changelog file to use in error messages, instead
@@ -162,7 +162,7 @@ a parser for that alternative format.
In order to have \fBdpkg\-parsechangelog\fP run the new parser, a line must
be included within the last 40 lines of the changelog file, matching the Perl
-regular expression: \(lq\fB\\schangelog-format:\\s+([0-9a-z]+)\\W\fP\(rq.
+regular expression: “\fB\\schangelog-format:\\s+([0-9a-z]+)\\W\fP”.
The part in parentheses should be the name of the format. For example:
@@@ changelog-format: \fIotherformat\fP @@@